[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 ___ ___ Python-bugs-l

[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

[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, exp

[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 ___ _

[issue19366] Segfault in REPL due to escaped tab.

2013-10-23 Thread STINNER Victor
Changes by STINNER Victor : -- assignee: -> ronaldoussoren components: +Macintosh ___ Python tracker ___ ___ Python-bugs-list mailing

[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

[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 ___ ___

[issue19366] Segfault in REPL due to escaped tab.

2013-10-23 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +hynek, ned.deily, ronaldoussoren ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubs

[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 ___

[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