[issue12310] Segfault in test_multiprocessing

STINNER Victor report at bugs.python.org
Fri Jun 10 11:42:50 CEST 2011


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

> 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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12310>
_______________________________________


More information about the Python-bugs-list mailing list