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 schmir
Recipients dripton, schmir
Date 2007-10-28.19:22:15
SpamBayes Score 0.06303655
Marked as misclassified No
Message-id <1193599335.42.0.449962308045.issue1183@psf.upfronthosting.co.za>
In-reply-to
Content
I've had the exact same error - but only when I used a subclass of
XMLRPCServer, which installed signal handlers for SIGCHLD (which then
called collect_children). Does your code install such a signal handler?
(I found mine somewhere on the web).
Do you start any subprocesses?
History
Date User Action Args
2007-10-28 19:22:15schmirsetspambayes_score: 0.0630366 -> 0.06303655
recipients: + schmir, dripton
2007-10-28 19:22:15schmirsetspambayes_score: 0.0630366 -> 0.0630366
messageid: <1193599335.42.0.449962308045.issue1183@psf.upfronthosting.co.za>
2007-10-28 19:22:15schmirlinkissue1183 messages
2007-10-28 19:22:15schmircreate