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 Balachandran.Sivakumar
Recipients Balachandran.Sivakumar
Date 2011-09-22.13:56:25
SpamBayes Score 0.0022893331
Marked as misclassified No
Message-id <1316699786.14.0.395194212825.issue13027@psf.upfronthosting.co.za>
In-reply-to
Content
From the python 2.6.6 interpreter on Debian Lenny(Debian 5.0), on invoking help(), and issuing the modules command, the interpreter seg faults, and dumps core. Also, it throws a few Deprecated warnings for modules like md5. The gdb backtrace on the core had 1 frame. attaching the bt in a separate file.


Core was generated by `python'.
Program terminated with signal 11, Segmentation fault.
#0  0xb5d72e47 in XQueryExtension () from /usr/lib/libX11.so.6
(gdb)
History
Date User Action Args
2011-09-22 13:56:26Balachandran.Sivakumarsetrecipients: + Balachandran.Sivakumar
2011-09-22 13:56:26Balachandran.Sivakumarsetmessageid: <1316699786.14.0.395194212825.issue13027@psf.upfronthosting.co.za>
2011-09-22 13:56:25Balachandran.Sivakumarlinkissue13027 messages
2011-09-22 13:56:25Balachandran.Sivakumarcreate