Changes between Initial Version and Version 1 of Ticket #31509


Ignore:
Timestamp:
Apr 23, 2020, 6:11:17 AM (4 years ago)
Author:
Adam Johnson
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31509 – Description

    initial v1  
    1 Sometimes when testing one discovers a "hang". This can be hard to diagnose since default test output just includes dots, so one can't tell which test has hung. Also hangs can be random, so hard to diagnose.
     1Sometimes when testing one discovers a "hang," segfault, or other issue. This can be hard to diagnose since default test output just includes dots, so one can't tell which test has hung. Also hangs can be random, so hard to diagnose.
    22
    33In such cases, [https://docs.python.org/3/library/faulthandler.html faulthandler] is useful to enable, as killing the process will output a stack trace for each thread.
Back to Top