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 gps, neologix, python-dev, vstinner
Date 2011-12-01.00:43:30
SpamBayes Score 0.01622715
Marked as misclassified No
Message-id <1322700211.81.0.4501034069.issue11870@psf.upfronthosting.co.za>
In-reply-to
Content
> Gregory's patches to sanitize threading's lock should have fixed this

The subprocess hang still occurs something, it just happened:

http://www.python.org/dev/buildbot/all/builders/x86%20Ubuntu%20Shared%203.x/builds/4898/steps/test/logs/stdio

[110/363] test_threading
Timeout (1:00:00)!
Thread 0x404888c0:
  File "/srv/buildbot/buildarea/3.x.bolen-ubuntu/build/Lib/subprocess.py", line 1513 in _communicate_with_poll
  File "/srv/buildbot/buildarea/3.x.bolen-ubuntu/build/Lib/subprocess.py", line 1438 in _communicate
  File "/srv/buildbot/buildarea/3.x.bolen-ubuntu/build/Lib/subprocess.py", line 850 in communicate
  File "/srv/buildbot/buildarea/3.x.bolen-ubuntu/build/Lib/test/script_helper.py", line 32 in _assert_python
  File "/srv/buildbot/buildarea/3.x.bolen-ubuntu/build/Lib/test/script_helper.py", line 50 in assert_python_ok
  File "/srv/buildbot/buildarea/3.x.bolen-ubuntu/build/Lib/test/test_threading.py", line 441 in _run_and_join
  File "/srv/buildbot/buildarea/3.x.bolen-ubuntu/build/Lib/test/test_threading.py", line 497 in test_3_join_in_forked_from_thread
...
History
Date User Action Args
2011-12-01 00:43:31vstinnersetrecipients: + vstinner, gps, neologix, python-dev
2011-12-01 00:43:31vstinnersetmessageid: <1322700211.81.0.4501034069.issue11870@psf.upfronthosting.co.za>
2011-12-01 00:43:31vstinnerlinkissue11870 messages
2011-12-01 00:43:30vstinnercreate