Victor Stinner wrote:
I pushed my faulthandler module into the default branch (Python 3.3).
Since one week, I fixed a lot of bugs (platform issues), improved the
tests and Antoine wrote a new implementation of dump_backtraces_later()
using a thread (instead of SIGALRM+alarm()). It should now work on all
platforms (but register() is not available on Windows).


I apologize -- I'm not going to have time to test this myself, and I'm really curious to know if it works:

Issue11603 describes a problem where Python either hangs or crashes depending on Python version/OS version... does the faulthandler work for this problem?

Remodeling-at-home-and-swamped-at-work-ly yours,
~Ethan~
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to