Message138069
| 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:50 | vstinner | set | recipients: + vstinner, pitrou |
| 2011-06-10 09:42:50 | vstinner | set | messageid: <1307698970.3.0.227587005869.issue12310@psf.upfronthosting.co.za> |
| 2011-06-10 09:42:49 | vstinner | link | issue12310 messages |
| 2011-06-10 09:42:49 | vstinner | create | |