[issue24958] Segfault in REPL after pressing "r" and PgUp twice (on Mageia Linux x86-64 6)

Shlomi Fish report at bugs.python.org
Sat Aug 29 21:26:11 CEST 2015


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 <report at bugs.python.org>
<http://bugs.python.org/issue24958>
_______________________________________


More information about the Python-bugs-list mailing list