Core Dump - Segmentation Fault -Newbie

Stefan Behnel stefan_ml at behnel.de
Fri Jul 18 09:56:10 EDT 2008


johnericaturnbull at yahoo.com wrote:
> Hi - I am very new to python. I get this random core dump and am
> looking for a good way to catch the error. I know the function my core
> dump occurs. Is there any error catching/handling that I could use in
> python?

Since you are using Windows, this is somewhat non-trivial due to the lack of
tools shipped by Microsoft. Are you really getting crashes of the interpreter
and not just an exception with a stacktrace?

Stefan



More information about the Python-list mailing list