[issue13027] python 2.6.6 interpreter core dumps on modules command from help prompt

Balachandran Sivakumar report at bugs.python.org
Thu Sep 22 15:56:26 CEST 2011


New submission from Balachandran Sivakumar <benignbala at gmail.com>:

>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)

----------
components: Interpreter Core
files: python_bt.log
messages: 144408
nosy: Balachandran.Sivakumar
priority: normal
severity: normal
status: open
title: python 2.6.6 interpreter core dumps on modules command from help prompt
type: crash
versions: Python 2.6
Added file: http://bugs.python.org/file23224/python_bt.log

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13027>
_______________________________________


More information about the Python-bugs-list mailing list