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.

作者 Jonas Obrist
收信人 Jonas Obrist, jnoller, sbt
日期 2015-08-24.17:05:16
SpamBayes Score -1.0
Marked as misclassified
Message-id <1440435917.07.0.324379639121.issue24927@psf.upfronthosting.co.za>
In-reply-to
内容
When using multiprocessing.Pool, if the function run in the pool segfaults, the program will simply hang forever. However when using multiprocessing.Process directly, it runs fine, setting the exitcode to -11 as expected.

I would expect the Pool to behave similar to Process, or at the very least an exception to be raised instead of just silently hanging forever.

I was able to reproduce this issue both on Linux (Ubuntu 15.04) and Mac OS X.
历史
日期 用户 动作 参数
2015-08-24 17:05:17Jonas Obrist修改recipients: + Jonas Obrist, jnoller, sbt
2015-08-24 17:05:17Jonas Obrist修改messageid: <1440435917.07.0.324379639121.issue24927@psf.upfronthosting.co.za>
2015-08-24 17:05:17Jonas Obrist链接issue24927 messages
2015-08-24 17:05:16Jonas Obrist创建