Antoine Pitrou <pit...@free.fr> added the comment: I have pushed a new branch "faulthandler-thread" in http://hg.python.org/features/faulthandler/. It contains an implementation of dump_tracebacks_later() using a watchdog thread, instead of alarm().
It has two advantages: - it works under Windows - it won't disrupt use of alarm() or SIGALRM by user code (including the test suite) It has one drawback: you can only display all threads, since the watchdog thread is not a Python thread. I haven't fixed the tests for it, I'm waiting for Victor's changes first ;) ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue11393> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com