Michael B. Trausch wrote:
> Is there a way to debug scripts that cause segmentation faults? I can
> do a backtrace in gdb on Python, but that doesn't really help me all
> that much since, well, it has nothing to do with my script... :-P
Yes. If you think it is a python interpreter bug, create a
self-contained script which reproduces the issue, and file a python bug
report.
I'd be interested to see the stack trace--I recently uncovered a
segfault bug in python2.5 and I might be able to tell you if it is the
same one.
-Mike