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
> 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
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