>> The Python distribution comes with a Misc/gdbinit file
> 
> Hum, do you really run *all* programs in gdb? Most of the time, you don't 
> expect a crash (because you trust your softwares). You will have to try to 
> reproduce the crash, but sometimes it's very hard (eg. Heisenbugs!).

You don't have to run the program in gdb. You can also use the core dump
that the operating system will generate, and study the crash after it
happened.

Regards,
Martin
_______________________________________________
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