Looks like a useful feature. http://bugs.python.org/review/12073/diff/2659/6441 File Lib/test/regrtest.py (right): http://bugs.python.org/review/12073/diff/2659/6441#newcode164 Lib/test/regrtest.py:164: You can send a ...
Looks like a useful feature.
http://bugs.python.org/review/12073/diff/2659/6441
File Lib/test/regrtest.py (right):
http://bugs.python.org/review/12073/diff/2659/6441#newcode164
Lib/test/regrtest.py:164: You can send a SIGUSR1 signal to display the traceback
of the current threads.
“the traceback” (singular) “of the current threads” (plural) sounds a bit
strange to me: There is one traceback for many threads?
http://bugs.python.org/review/12073/diff/2659/6441#newcode165
Lib/test/regrtest.py:165: But send a signal may interrupt the current system
call and so interfer with
“Note that sending a signal may interrupt a system call in progress and thus
interfere with the tests, so only do it if a test hangs and you want to know
where.”
Issue 12073: regrtest: use faulthandler to dump the tracebacks on SIGUSR1
Created 2 years, 1 month ago by haypo
Modified 2 years ago
Reviewers: eric.araujo
Base URL: None
Comments: 2