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 tb220
Recipients brian.curtin, r.david.murray, tb220
Date 2010-03-25.21:06:17
SpamBayes Score 0.00039740547
Marked as misclassified No
Message-id <1269551179.55.0.485896077104.issue8229@psf.upfronthosting.co.za>
In-reply-to
Content
The application consists of three processes: Process A provides a web interface to the remote user and watchdog services for process B, which A creates by using the multiprocessing module. Process B does the real work and provides a GUI to the local user. Process A communicates with process B via the xmlrpclib module. Both A and B are python processes. Process B uses the subprocess module to start process C, which is not a python process, and it communicates with it using the xmlrpclib module. Process B is the one that crashes every now and then when sys.exit is invoked.

I will try to produce the smallest possible application I can that still suffers from the problem and I will upload it.
History
Date User Action Args
2010-03-25 21:06:19tb220setrecipients: + tb220, r.david.murray, brian.curtin
2010-03-25 21:06:19tb220setmessageid: <1269551179.55.0.485896077104.issue8229@psf.upfronthosting.co.za>
2010-03-25 21:06:17tb220linkissue8229 messages
2010-03-25 21:06:17tb220create