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 vstinner
Recipients pitrou, vstinner
Date 2011-06-10.09:42:49
SpamBayes Score 0.057515174
Marked as misclassified No
Message-id <1307698970.3.0.227587005869.issue12310@psf.upfronthosting.co.za>
In-reply-to
Content
> Victor, how can there be hundreds of crashes?
> Isn't the process supposed to terminate when a crash occurs?

Yes, a process does terminate on SIGSEGV, but multiprocessing creates subprocesses: I suppose that crashes occur in child processes.

For test_signal, I have to investigate this.
History
Date User Action Args
2011-06-10 09:42:50vstinnersetrecipients: + vstinner, pitrou
2011-06-10 09:42:50vstinnersetmessageid: <1307698970.3.0.227587005869.issue12310@psf.upfronthosting.co.za>
2011-06-10 09:42:49vstinnerlinkissue12310 messages
2011-06-10 09:42:49vstinnercreate