This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pcdinh
Recipients pcdinh
Date 2011-02-08.10:19:28
SpamBayes Score 0.014532018
Marked as misclassified No
Message-id <1297160369.82.0.352972553571.issue11148@psf.upfronthosting.co.za>
In-reply-to
Content
Quite often, I got the following message printed out the console while I run my Python script

pthread_cond_signal: Undefined error: 0

Or it crashed

https://gist.github.com/799841

Tested with Python 2.6.1 and 2.6.6 (Mac)

What I am trying to do is to set up a logging component that collects all messages sent from child processes to a pipe created by the parent process. The logging component is controlled by a thread created by parent process
History
Date User Action Args
2011-02-08 10:19:29pcdinhsetrecipients: + pcdinh
2011-02-08 10:19:29pcdinhsetmessageid: <1297160369.82.0.352972553571.issue11148@psf.upfronthosting.co.za>
2011-02-08 10:19:28pcdinhlinkissue11148 messages
2011-02-08 10:19:28pcdinhcreate