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.
Created on 2012年12月28日 00:01 by pitrou, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg178351 - (view) | Author: Antoine Pitrou (pitrou) * (Python committer) | Date: 2012年12月28日 00:01 | |
http://buildbot.python.org/all/builders/AMD64%20Mountain%20Lion%20%5BSB%5D%203.x/builds/631 ====================================================================== FAIL: test_dump_traceback_later_file (test.test_faulthandler.FaultHandlerTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/Volumes/bay2/buildslave/cpython/3.x.snakebite-mountainlion-amd64/build/Lib/test/test_faulthandler.py", line 490, in test_dump_traceback_later_file self.check_dump_traceback_later(file=True) File "/Volumes/bay2/buildslave/cpython/3.x.snakebite-mountainlion-amd64/build/Lib/test/test_faulthandler.py", line 476, in check_dump_traceback_later filename, loops) File "/Volumes/bay2/buildslave/cpython/3.x.snakebite-mountainlion-amd64/build/Lib/test/test_faulthandler.py", line 460, in _check_dump_traceback_later self.assertRegex(trace, regex) AssertionError: Regex didn't match: '^Timeout \\(0:00:00.500000\\)!\\nThread 0x[0-9a-f]+:\\n File "<string>", line 9 in func\n File "<string>", line 20 in <module>$' not found in 'Timeout (0:00:00.500000)!\nThread 0x00007fff7f242180:\n File "<string>", line 10 in func\n File "<string>", line 20 in <module>' |
|||
| msg178352 - (view) | Author: Ezio Melotti (ezio.melotti) * (Python committer) | Date: 2012年12月28日 00:17 | |
Duplicate of #15971. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:39 | admin | set | github: 61001 |
| 2012年12月28日 00:17:06 | ezio.melotti | set | status: open -> closed superseder: Sporadic failure in test_dump_tracebacks_later_file (test_faulthandler) nosy: + ezio.melotti messages: + msg178352 resolution: duplicate stage: needs patch -> resolved |
| 2012年12月28日 00:01:46 | pitrou | create | |