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 sable
Recipients db3l, gregory.p.smith, pitrou, rnk, sable, vstinner
Date 2011-02-17.10:44:47
SpamBayes Score 1.7826185e-05
Marked as misclassified No
Message-id <1297939488.23.0.100766018668.issue11223@psf.upfronthosting.co.za>
In-reply-to
Content
Here is what faulthandler reports when I trigger it as Python is locked in test_socket:

"""
[108/349] test_socket
Traceback (most recent call first):
  File "/san_cis/home/cis/.buildbot/python-aix6/3.x.phenix.xlc/build/Lib/test/fork_wait.py", line 30 in f
""" (sic)

It is coherent with what truss tells:
_getpid()                                       = 1474634
_select(0, 0x00000000, 0x00000000, 0x00000000, 0x317535F0) = 0
_getpid()                                       = 1474634
_select(0, 0x00000000, 0x00000000, 0x00000000, 0x315E35F0) = 0
....

And we can find this comment in the file:
# waitpid() shouldn't hang, but some of the buildbots seem to hang
# in the forking tests.  This is an attempt to fix the problem.
History
Date User Action Args
2011-02-17 10:44:48sablesetrecipients: + sable, gregory.p.smith, db3l, pitrou, vstinner, rnk
2011-02-17 10:44:48sablesetmessageid: <1297939488.23.0.100766018668.issue11223@psf.upfronthosting.co.za>
2011-02-17 10:44:47sablelinkissue11223 messages
2011-02-17 10:44:47sablecreate