Re: [Python-Dev] Buildbots and faulthandler

2011-04-20 Thread Terry Reedy
On 4/20/2011 7:57 AM, Ethan Furman wrote: Victor Stinner wrote: Finally, I'm very happy to see that my faulthandler module was as useful as I expected [...] Congratulations! Nice work. Ditto. Multiple pats on the back. -- Terry Jan Reedy ___ Pyth

Re: [Python-Dev] Buildbots and faulthandler

2011-04-20 Thread Ethan Furman
Victor Stinner wrote: Finally, I'm very happy to see that my faulthandler module was as useful as I expected [...] Congratulations! Nice work. ~Ethan~ ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-d

Re: [Python-Dev] Buildbots and faulthandler

2011-04-20 Thread Nick Coghlan
On Wed, Apr 20, 2011 at 7:37 PM, Victor Stinner wrote: > Finally, I'm very happy to see that my faulthandler module was as useful > as I expected: with more informations, we are now able to identify race > conditions. I hope that we will fix all remaining threading, signal and > subprocess race co

[Python-Dev] Buildbots and faulthandler

2011-04-20 Thread Victor Stinner
Hi, The new faulthandler module is now fully functional and it has no more known issue. Its timeout feature is used on regrtest to dump the Python backtrace and exit if a test takes more than 1 hour. Using the regrtest timeout and faulthandler signal handlers (enable in regrtest), I started to co