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.

classification
Title: multiprocessing test hangs
Type: behavior Stage:
Components: Tests Versions: Python 2.6
process
Status: closed Resolution: duplicate
Dependencies: Superseder: test_multiprocessing hangs intermittently on POSIX platforms
View: 3088
Assigned To: Nosy List: MrJean1
Priority: normal Keywords:

Created on 2008-06-20 00:06 by MrJean1, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg68432 - (view) Author: Jean Brouwers (MrJean1) Date: 2008-06-20 00:06
The test_multiprocessing hangs with both Python 2.6b1 and 3.0b1 on MacOS X 
10.4.11 (Intel) but only when using  make test.

However, the test runs and passes in both builds if run separately, e.g. 
with  ./python Lib/test/test_mutliprocessing.py.
msg68433 - (view) Author: Jean Brouwers (MrJean1) Date: 2008-06-20 00:18
Sorry, this issue has already been raised in #3088.  Please ignore.
History
Date User Action Args
2022-04-11 14:56:35adminsetgithub: 47398
2008-06-20 00:19:09benjamin.petersonsetstatus: open -> closed
resolution: duplicate
superseder: test_multiprocessing hangs intermittently on POSIX platforms
2008-06-20 00:18:22MrJean1setmessages: + msg68433
2008-06-20 00:06:26MrJean1create