Message303939
I wrote the PR 3928 to call AddVectoredExceptionHandler(0, ...) rather than AddVectoredExceptionHandler(1, ...), but it doesn't work as expected. I tested "faulthandler.enable(); faulthandler._sigsegv()": a traceback is logged. But this code tested the *signal handler* rather than the exception handler. I disabled manually the code of faulthandler.enable() to not install signal handlers anymore: no more traceback is logged. | |
| Date | User | Action | Args | | 2017-10-09 10:31:25 | vstinner | set | recipients: + vstinner, paul.moore, tim.golden, zach.ware, steve.dower, Fynn Be | | 2017-10-09 10:31:25 | vstinner | set | messageid: <1507545085.12.0.213398074469.issue31701@psf.upfronthosting.co.za> | | 2017-10-09 10:31:25 | vstinner | link | issue31701 messages | | 2017-10-09 10:31:25 | vstinner | create | | |