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.

classification
Title: Interactive interpreter crashes after any two commands
Type: crash Stage: resolved
Components: Interpreter Core Versions: Python 3.3
process
Status: closed Resolution: duplicate
Dependencies: Superseder: interactive interpreter crashes and test_readline fails on OS X 10.9 Mavericks due to libedit update
View: 18458
Assigned To: Nosy List: ezio.melotti, mrichman
Priority: normal Keywords:

Created on 2013-11-12 13:13 by mrichman, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
segfault.txt mrichman, 2013-11-12 13:13
Messages (2)
msg202685 - (view) Author: Mark Richman (mrichman) Date: 2013-11-12 13:13
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.
msg202686 - (view) Author: Ezio Melotti (ezio.melotti) * (Python committer) Date: 2013-11-12 13:31
See #18458.
History
Date User Action Args
2022-04-11 14:57:53adminsetgithub: 63758
2013-11-12 13:31:31ezio.melottisetstatus: open -> closed

superseder: interactive interpreter crashes and test_readline fails on OS X 10.9 Mavericks due to libedit update

nosy: + ezio.melotti
messages: + msg202686
resolution: duplicate
stage: resolved
2013-11-12 13:13:09mrichmancreate