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:20 | jnoller | set | spambayes_score: 0.0331431 -> 0.033143096 recipients: + jnoller, mikemccand, tzot, amaury.forgeotdarc, Rhamphoryncus, pitrou |
| 2008年07月09日 13:44:20 | jnoller | set | spambayes_score: 0.0331431 -> 0.0331431 messageid: <1215611060.68.0.0496449138972.issue874900@psf.upfronthosting.co.za> |
| 2008年07月09日 13:44:19 | jnoller | link | issue874900 messages |
| 2008年07月09日 13:44:19 | jnoller | create | |