On Thu, Mar 02, 2006 at 02:05:34PM -0600, Joe Wreschnig wrote: > On Thu, 2006-03-02 at 19:41 +0100, Remi Vanicat wrote: > > I've completely forget about this bug report. > > > > Some debugging show me that the waiting appen in > > /usr/lib/python2.3/threading.py line 418 in a sleep call. Commenting > > out this sleep call make every body happy. > > Max, does this solve your problem, too? I can't imagine this is tied to > locales, but I can see it causing a potential problem (since we start a > thread every 5 minutes to save the library, and every two hours to check > audio feeds). I can easily work around that, but I'd rather figure out > the cause before I write code.
Yes, commenting _sleep() does solve it. The apparent connection to locales is indeed strange. I just retested: Without this change, a de_DE.UTF-8 locale gives me 100% reproducible freezes, but under LANG=C they are gone. cheers, Max -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]