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 pitrou
Recipients gps, pitrou
Date 2009-11-04.20:04:15
SpamBayes Score 0.0054204483
Marked as misclassified No
Message-id <1257365057.55.0.816079780185.issue7264@psf.upfronthosting.co.za>
In-reply-to
Content
If I run something like:
  ./python -m test.regrtest -R3:2: test_threading_local

Python sometimes hangs and I have to "kill -9" it.

Running through gdb shows it gets stuck at the following point:

/home/antoine/cpython/debug/Lib/threading.py (239): wait
/home/antoine/cpython/debug/Lib/threading.py (638): join
/home/antoine/cpython/debug/Lib/test/test_threading_local.py (68):
test_derived
[snip]

That is, it hangs waiting for a thread to join().
History
Date User Action Args
2009-11-04 20:04:17pitrousetrecipients: + pitrou, gps
2009-11-04 20:04:17pitrousetmessageid: <1257365057.55.0.816079780185.issue7264@psf.upfronthosting.co.za>
2009-11-04 20:04:15pitroulinkissue7264 messages
2009-11-04 20:04:15pitroucreate