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 amaury.forgeotdarc
Recipients Rhamphoryncus, amaury.forgeotdarc, barry, benjamin.peterson, donmez, gvanrossum, jnoller, mark.dickinson, paulmelis, roudkerk, tebeka
Date 2008-07-08.12:26:46
SpamBayes Score 3.095504e-06
Marked as misclassified No
Message-id <1215520014.92.0.0324147180127.issue3088@psf.upfronthosting.co.za>
In-reply-to
Content
I found that on my Debian64, running test_multiprocessing under gdb
hangs even before the first test is started - somewhere in the
installation of the Manager.

And it appears that the problem is described in issue874900: "threading
module can deadlock after fork".
I don't know if it's a good idea to mix fork and threads, but the patch
I attached to issue874900 seems to correct the hang.
History
Date User Action Args
2008-07-08 12:26:55amaury.forgeotdarcsetspambayes_score: 3.0955e-06 -> 3.095504e-06
recipients: + amaury.forgeotdarc, gvanrossum, barry, tebeka, mark.dickinson, Rhamphoryncus, donmez, paulmelis, roudkerk, benjamin.peterson, jnoller
2008-07-08 12:26:54amaury.forgeotdarcsetspambayes_score: 3.0955e-06 -> 3.0955e-06
messageid: <1215520014.92.0.0324147180127.issue3088@psf.upfronthosting.co.za>
2008-07-08 12:26:47amaury.forgeotdarclinkissue3088 messages
2008-07-08 12:26:46amaury.forgeotdarccreate