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

2011-09-22 Thread Balachandran Sivakumar

New submission from Balachandran Sivakumar :

>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 
<http://bugs.python.org/issue13027>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2011-09-22 Thread Balachandran Sivakumar

Balachandran Sivakumar  added the comment:

But this doesn't happen in other versions of python. Also what I did is 
something like this:
bala@bala$ python
...
...
>>> help()
...
...
...
help > modules

It is after this I see it dumping. And I see this only with 2.6.6. I have other 
versions in other machines(all running Debian) and none of them crash. In my 
opinion, a seg fault doesn't look good. Of course, if we can't do much about 
it, I don't have a problem closing it down. core But a segv looks bad to the 
beginner, who is more likely to use this. In fact, I was using that just to 
show a beginner how to get help :(

--

___
Python tracker 
<http://bugs.python.org/issue13027>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com