This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author shlomif
Recipients eryksun, r.david.murray, shlomif
Date 2015-08-29.19:26:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1440876371.16.0.784933582991.issue24958@psf.upfronthosting.co.za>
In-reply-to
Content
Hi all!

Thanks for the investigation.

I have now built readline-6.3 from source using:

./configure --prefix="$HOME/apps/readline-TO_DEL" --with-curses=yes --enable-multibyte

and installed it. Then I built python 3.4.3 from source against it by setting LIBRARY_PATH/CPATH/etc. and by this patch to setup.py:

        if True: # if cross_compiling:
            self.add_gcc_paths()

After I built it and ran it, it still segfaults after I type "r" and press PgUp twice. I've attached the strace output (compressed with xz).
History
Date User Action Args
2015-08-29 19:26:11shlomifsetrecipients: + shlomif, r.david.murray, eryksun
2015-08-29 19:26:11shlomifsetmessageid: <1440876371.16.0.784933582991.issue24958@psf.upfronthosting.co.za>
2015-08-29 19:26:11shlomiflinkissue24958 messages
2015-08-29 19:26:10shlomifcreate