Shlomi Fish added the comment: 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). ---------- Added file: http://bugs.python.org/file40295/py3.strace.xz _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue24958> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com