How to terminate after traceback?

Alex cut_me_out at hotmail.com
Sun Sep 24 16:01:21 EDT 2000


It would help if you showed us the script, or preferably a minimal
version that reproduces the error.

How complex are the datastructures you're manipulating?  If you have a
large, complex data structure referred to only in a local scope, then I
suppose you could get a long delay on an error while python garbage
collects that data structure.  How long have you waited, following the
error and the hanging, before killing the python process?

Alex.

-- 
Speak softly but carry a big carrot.




More information about the Python-list mailing list