homepage

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日.21:10:43
SpamBayes Score 1.4801919e-05
Marked as misclassified No
Message-id <1307740243.82.0.783461625508.issue12310@psf.upfronthosting.co.za>
In-reply-to
Content
It looks like the sentinel doesn't handle fatal death of the child process:
test test_multiprocessing crashed -- Traceback (most recent call last):
 File "./Lib/test/regrtest.py", line 1043, in runtest_inner
 File "/Users/db3l/buildarea/3.x.bolen-tiger/build/Lib/test/test_multiprocessing.py", line 2189, in test_main
 ManagerMixin.manager.start()
 File "/Users/db3l/buildarea/3.x.bolen-tiger/build/Lib/multiprocessing/managers.py", line 531, in start
 self._address = reader.recv()
 File "/Users/db3l/buildarea/3.x.bolen-tiger/build/Lib/multiprocessing/connection.py", line 273, in recv
 buf = self._recv_bytes(sentinels=sentinels)
 File "/Users/db3l/buildarea/3.x.bolen-tiger/build/Lib/multiprocessing/connection.py", line 430, in _recv_bytes
 buf = self._recv(4, sentinels)
 File "/Users/db3l/buildarea/3.x.bolen-tiger/build/Lib/multiprocessing/connection.py", line 413, in _recv
 raise EOFError
EOFError
History
Date User Action Args
2011年06月10日 21:10:43vstinnersetrecipients: + vstinner, pitrou
2011年06月10日 21:10:43vstinnersetmessageid: <1307740243.82.0.783461625508.issue12310@psf.upfronthosting.co.za>
2011年06月10日 21:10:43vstinnerlinkissue12310 messages
2011年06月10日 21:10:43vstinnercreate

AltStyle によって変換されたページ (->オリジナル) /