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 mrichman
Recipients mrichman
Date 2013-11-12.13:13:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1384261989.27.0.967760332041.issue19559@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-11-12 13:13:11mrichmansetrecipients: + mrichman
2013-11-12 13:13:09mrichmansetmessageid: <1384261989.27.0.967760332041.issue19559@psf.upfronthosting.co.za>
2013-11-12 13:13:09mrichmanlinkissue19559 messages
2013-11-12 13:13:09mrichmancreate