Re: How to debug a problem with python crashing under windows

2011-02-04 Thread Terry Reedy
On 2/4/2011 11:41 AM, Miki Tebeka wrote: With crashing I mean, that windows pops up a screen saying, that python.exe failed. I do not have any usable trace on stdout / stderr. What are the best means to analyze such errors? You can use sys.excepthook to catch uncaught exceptions. See http://py

Re: How to debug a problem with python crashing under windows

2011-02-04 Thread Miki Tebeka
> With crashing I mean, that windows pops up a screen saying, that > python.exe failed. > I do not have any usable trace on stdout / stderr. > > What are the best means to analyze such errors? You can use sys.excepthook to catch uncaught exceptions. See http://pythonwise.blogspot.com/2008/12/cras

How to debug a problem with python crashing under windows

2011-02-04 Thread gelonida
Hi, I have a python application, which occasionally crashes. With crashing I mean, that windows pops up a screen saying, that python.exe failed. I do not have any usable trace on stdout / stderr. What are the best means to analyze such errors? Is there any way to get something like a core dump