This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author whit
Recipients
Date 2002-06-02.17:51:48
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=133413

Okay, this probably shows something. I add it here in case
you have a comment on how to submit the bug. But if you
don't, I'll just put in a report on a "dumps core" bug with
this included:

gdb ./python ./core
GNU gdb 4.17.0.11 with Linux support
...
This GDB was configured as "i386-redhat-linux"...
Core was generated by `./python'.
Program terminated with signal 11, Segmentation fault.
Reading symbols from /lib/libdl.so.2...done.
Reading symbols from /lib/libpthread.so.0...done.
Reading symbols from /lib/libutil.so.1...done.
Reading symbols from /lib/libm.so.6...done.
Reading symbols from /lib/libc.so.6...done.
Reading symbols from /lib/ld-linux.so.2...done.
#0  0x8075732 in eval_frame (f=0x8124f94) at Python/ceval.c:1310
1310                            Py_DECREF(u);
History
Date User Action Args
2007-08-23 14:00:11adminlinkissue535545 messages
2007-08-23 14:00:11admincreate