[issue18289] python.org Interactive interpreter linked with libedit can segfault on future OS X

2013-07-16 Thread Ned Deily

Ned Deily added the comment:

Issue18458 has been opened to track this problem.

--

___
Python tracker 

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



[issue18289] python.org Interactive interpreter linked with libedit can segfault on future OS X

2013-07-16 Thread Ned Deily

Changes by Ned Deily :


--
resolution: wont fix -> duplicate
stage:  -> committed/rejected
superseder:  -> libedit history offset workaround

___
Python tracker 

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



[issue18289] python.org Interactive interpreter linked with libedit can segfault on future OS X

2013-07-06 Thread Martin v . Löwis

Martin v. Löwis added the comment:

Ok, closing it. Should the issue resurface in the final release of the system, 
please submit a new bug report (possibly linking to it here).

--
nosy: +loewis
resolution:  -> wont fix
status: open -> closed

___
Python tracker 

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



[issue18289] python.org Interactive interpreter linked with libedit can segfault on future OS X

2013-07-06 Thread Ronald Oussoren

Ronald Oussoren added the comment:

I propose to close this issue because this is likely a bug in a beta version of 
OSX and that's not something we'll try to work around in the python sources.

--

___
Python tracker 

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



[issue18289] python.org Interactive interpreter linked with libedit can segfault on future OS X

2013-06-26 Thread Jesús Cea Avión

Changes by Jesús Cea Avión :


--
nosy: +jcea

___
Python tracker 

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



[issue18289] python.org Interactive interpreter linked with libedit can segfault on future OS X

2013-06-23 Thread Ned Deily

Changes by Ned Deily :


--
components: +Macintosh
nosy: +ronaldoussoren

___
Python tracker 

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



[issue18289] python.org Interactive interpreter linked with libedit can segfault on future OS X

2013-06-23 Thread Ned Deily

Ned Deily added the comment:

The crash report indicates that the operating system is a OS X 10.9 Developer 
Preview (which is under NDA at the moment) and that you are using the 
python2.7.3 from the python.org 64-bit/32-bit 2.7.3 installer.  The readline 
module include with that installer dynamically links with the OS-provided 
libedit.dylib for terminal editing functions in the interactive interpreter. I 
can also reproduce a similar crash using the python.org 3.3.2 installer and 
just by entering "print('a')" twice; no need to use round(). The problem is not 
reproducible on current OS X 10.8 systems. Almost certainly this is due to some 
incompatible change in libedit.dylib.  You should open an issue with Apple 
reporting the compatibility problem.  The Homebrew Python most likely is linked 
with its own copy of the GNU readline library rather than the system libedit.

--
assignee:  -> ned.deily
nosy: +ned.deily
title: Segmentation Fault using round() -> python.org Interactive interpreter 
linked with libedit can segfault on future OS X
versions: +Python 3.3

___
Python tracker 

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