Diagnose a segfault in ipython/readline

Fabio Zadrozny fabiofz at gmail.com
Thu Mar 6 10:42:02 EST 2014


On Thu, Mar 6, 2014 at 3:11 AM, Felix Yan <felixonmars at gmail.com> wrote:

> On Wednesday, March 05, 2014 20:15:31 Ned Deily wrote:
> > The current
> > assumption is that Python 2.7.6+, 3.3.5, and 3.4.0 have no problems with
> > readline 6.3.
>
> Thank you.
>
> I just gave a try to 3.4.0b2 with readline 6.3, and still get the same
> segfault. Not sure the version is new enough though.
>
> Also we reported the problem on readline mailing list first, so if they
> end up
> thinking there's something that python need to fix, I'll open a bug on the
> Python bug tracker.
>
> Thanks again!
>
>
Just a note here (which may or may not work for your case), but you could
try using the faulthandler module to see if it can give you a stack trace
you can work with...

Cheers,

Fabio
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20140306/3a46900b/attachment.html>


More information about the Python-list mailing list