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 jnoller
Recipients Rhamphoryncus, amaury.forgeotdarc, jnoller, mikemccand, pitrou, tzot
Date 2008-07-09.13:44:19
SpamBayes Score 0.033143096
Marked as misclassified No
Message-id <1215611060.68.0.0496449138972.issue874900@psf.upfronthosting.co.za>
In-reply-to
Content
Amaury, it looks like it's hanging in subprocess:

> /Users/jesse/open_source/subversion/python-
trunk/Lib/test/test_threading.py(338)_run_and_join()
-> p = subprocess.Popen([sys.executable, "-c", script], 
stdout=subprocess.PIPE)
(Pdb) step
...snip...

(Pdb) step
--Call--
> /Users/jesse/open_source/subversion/python-
trunk/Lib/threading.py(788)current_thread()
-> def current_thread():
(Pdb) step
> /Users/jesse/open_source/subversion/python-
trunk/Lib/threading.py(789)current_thread()
-> try:
(Pdb) step
> /Users/jesse/open_source/subversion/python-
trunk/Lib/threading.py(790)current_thread()
-> return _active[_get_ident()]
(Pdb) step
> /Users/jesse/open_source/subversion/python-
trunk/Lib/subprocess.py(1097)_execute_child()
-> data = os.read(errpipe_read, 1048576) # Exceptions limited to 1 MB
(Pdb) step
... lockup
History
Date User Action Args
2008-07-09 13:44:20jnollersetspambayes_score: 0.0331431 -> 0.033143096
recipients: + jnoller, mikemccand, tzot, amaury.forgeotdarc, Rhamphoryncus, pitrou
2008-07-09 13:44:20jnollersetspambayes_score: 0.0331431 -> 0.0331431
messageid: <1215611060.68.0.0496449138972.issue874900@psf.upfronthosting.co.za>
2008-07-09 13:44:19jnollerlinkissue874900 messages
2008-07-09 13:44:19jnollercreate