[issue19559] Interactive interpreter crashes after any two commands

2013-11-12 Thread Mark Richman

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



[issue18458] interactive interpreter crashes and test_readline fails on OS X 10.9 Mavericks due to libedit update

2013-10-30 Thread Mark Richman

Mark Richman added the comment:

I had to do `sudo sh ./patch_readline_issue_18458.sh` or the patch script 
itself would cause Python to crash.

After applying this patch, I got the following output, and the problem is still 
*not* solved for me:

-- running on OS X 10.9
 -- 2.7 does not need to be patched - skipped
 -- 3.2 not found - skipped
 -- 3.3 not found - skipped
 -- 3.4 not found - skipped
 -- done

--
nosy: +mrichman

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue18458
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18458] interactive interpreter crashes and test_readline fails on OS X 10.9 Mavericks due to libedit update

2013-10-30 Thread Mark Richman

Mark Richman added the comment:

My mistake. I'm using
/System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python

--
*Mark Richman*
web: www.markrichman.com
email: m...@markrichman.com
tel: (954) 234-9049
http://www.linkedin.com/in/mrichman

On Wed, Oct 30, 2013 at 3:32 PM, Ned Deily rep...@bugs.python.org wrote:


 Ned Deily added the comment:

 Mark, I'm not sure I understand what you saw but the patch script will
 cause a Python crash as part of its testing so that is to be expected.  You
 should not have to run the script using sudo.  This script also only
 applies to Pythons installed from python.org (or otherwise installed into
 /Library/Frameworks).  Please check which python you are using.  Using
 whatever command name you enter to start the failing python, try the
 following (I'll assume you use python2.7):

 type python2.7
 which python2.7
 python2.7 -c import sys;print(sys.version)
 python2.7 -c import sys;print(sys.executable)

 The value for sys.executable should be:

 /Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python

 In any case, you could manually rename _readline.so as shown in one of the
 earlier messages (substituting 2.7 for 3.3).  Or you could install
 2.7.6rc1.

 --

 ___
 Python tracker rep...@bugs.python.org
 http://bugs.python.org/issue18458
 ___


--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue18458
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com