[New-bugs-announce] [issue19559] Interactive interpreter crashes after any two commands

Mark Richman report at bugs.python.org
Tue Nov 12 14:13:09 CET 2013


New submission from Mark Richman:

On Mac OS X 10.9 (Mavericks), I open the python3 command line interpreter, enter any two commands (enter after each), and I get a Segmentation Fault: 11. This *could* be an issue with readline, but I'm not sure.

Example:

Python 3.3.2 (v3.3.2:d047928ae3f6, May 13 2013, 13:52:24) 
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> help
Type help() for interactive help, or help(object) for help about object.
>>> help
Segmentation fault: 11

Attached is the error report.

----------
components: Interpreter Core
files: segfault.txt
messages: 202685
nosy: mrichman
priority: normal
severity: normal
status: open
title: Interactive interpreter crashes after any two commands
type: crash
versions: Python 3.3
Added file: http://bugs.python.org/file32583/segfault.txt

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


More information about the New-bugs-announce mailing list