interpreter crashes

Barry A. Warsaw barry at zope.com
Mon Oct 29 01:42:31 EST 2001


>>>>> "PR" == Paul Rubin <phr-n2001d at nightsong.com> writes:

    PR> The backtraces aren't very informative.  The evaluator is
    PR> crashing, almost certainly due to data corruption having
    PR> happened sometime earlier.  But sure, I'll include them.

Try running your program under gdb.  Often, nonsense stack traces are
caused by memory corruptions which can be caught much sooner under
gdb, producing more usable stack traces.

-Barry



More information about the Python-list mailing list