Re: New in CVS: Monster patch for new threading model

Yasushi Iwata <yasusii-aid3/A5iOTfPDbFq/[email protected]> Wed, 04 Feb 2004 22:02:29 +0900 (JST)
Newsgroups gmane.comp.pythin.pyds.devel
Message-ID <[email protected]>
On Wed, 4 Feb 2004 12:55:02 +0100 you wrote:

> When did you get that error? In your eventlog after some time, or right away
> from start? From the traceback it's in the thread initialization for the
> background thread, so I assume it was in your eventlog? Is this error
> reproduceable, or did it just occur once?

I started server at 19:45:20 +0900. I got first error message at
20:00:07 in my eventlog. The error mesasges were repeated 5 times. The
last message was at 20:00:55.

> Please try to run pyds-start with -f and -v. The -f starts in
> foreground (it doesn't detach and so writes stuff to stdout) and -v
> gives more verbose messages. You can see tool initializations and
> deinitializations that way.

I'll try to run pyds in foreground and report result later.