[issue19366] Segfault in REPL due to escaped tab.

2013-10-23 Thread George King

New submission from George King:

I can crash python2.7.5 python3.3.2 from the REPL consistently:

$ python3
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.
 s = '\\t'
 s
Segmentation fault: 11
$ 

the same goes for:
Python 2.7.5 (v2.7.5:ab05e7dd2788, May 13 2013, 13:18:45) 
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin

both of these python builds are the mac binaries from python.org.

--
components: Interpreter Core
messages: 201037
nosy: George.King
priority: normal
severity: normal
status: open
title: Segfault in REPL due to escaped tab.
type: crash
versions: Python 3.3

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



[issue19366] Segfault in REPL due to escaped tab.

2013-10-23 Thread George King

George King added the comment:

actually, the second line of any interactive session is segfaulting; my 
installation must be corrupted.

--

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



[issue19366] Segfault in REPL due to escaped tab.

2013-10-23 Thread Antoine Pitrou

Changes by Antoine Pitrou pit...@free.fr:


--
nosy: +hynek, ned.deily, ronaldoussoren

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



[issue19366] Segfault in REPL due to escaped tab.

2013-10-23 Thread George King

George King added the comment:

this is probably due to system upgrade from OS X 10.8 to 10.9 (mavericks) 
yesterday.

--

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



[issue19366] Segfault in REPL due to escaped tab.

2013-10-23 Thread Tim Peters

Tim Peters added the comment:

See the 4th comment on this post:

http://stackoverflow.com/questions/18158381/python-crashing-when-running-two-commands

Let us know whether it fixes your problem!

--
nosy: +tim.peters

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



[issue19366] Segfault in REPL due to escaped tab.

2013-10-23 Thread STINNER Victor

Changes by STINNER Victor victor.stin...@gmail.com:


--
assignee:  - ronaldoussoren
components: +Macintosh

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



[issue19366] Segfault in REPL due to escaped tab.

2013-10-23 Thread Tim Peters

Tim Peters added the comment:

Oops!  Now it' the 5th comment ;-)  The one starting running the following 
command, I got it working 

--

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



[issue19366] Segfault in REPL due to escaped tab.

2013-10-23 Thread Ned Deily

Ned Deily added the comment:

This is a duplicate of Issue18458. The problem is due to an incompatible update 
to the GNU readline compatibility layer of the editline shared library 
(libedit) in OS X 10.9.  The fix for this will be in the upcoming Python 2.7.6 
and 3.3.3 maintenance releases, expected soon. In the meantime, the workaround 
proposed in the Stackoverflow comment will eliminate the crash.  (Issue18458 
will be updated shortly to include a script to do this.)

--
assignee: ronaldoussoren - ned.deily
resolution:  - duplicate
stage:  - committed/rejected
status: open - closed
superseder:  - interactive interpreter crashes and test_readline fails with 
newer versions of libedit

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



[issue19366] Segfault in REPL due to escaped tab.

2013-10-23 Thread George King

George King added the comment:

thank you. i worked around this by building python3 from source, with gnu 
readline libs i had previously compiled (those did not require a rebuild on osx 
10.9).

--

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



[issue19366] Segfault in REPL due to escaped tab.

2013-10-23 Thread STINNER Victor

STINNER Victor added the comment:

#19370 is probably a duplicate of this one.

--
nosy: +haypo

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