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 fhstoica
Recipients fhstoica
Date 2020-01-17.11:17:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1579259866.32.0.542672703415.issue39367@roundup.psfhosted.org>
In-reply-to
Content
Built Python 3.8.1 from source on Fedora 30:

kernel: 5.1.8-300.fc30.x86_64

Python 3.8.1 (default, Jan 15 2020, 08:49:34)
[GCC 9.2.1 20190827 (Red Hat 9.2.1-1)] on linux

Installed the readline module as the arrows do not work when running Python interactively.

~/local/bin/pip3.8 install readline
Collecting readline
  Using cached https://files.pythonhosted.org/packages/f4/01/2cf081af8d880b44939a5f1b446551a7f8d59eae414277fd0c303757ff1b/readline-6.2.4.1.tar.gz

However, after installing readline Python core-dumps on Crtl+D or exit():

>>> exit()
munmap_chunk(): invalid pointer
Aborted (core dumped)

I uninstalled the readline module and now it no longer core dumps.
History
Date User Action Args
2020-01-17 11:17:46fhstoicasetrecipients: + fhstoica
2020-01-17 11:17:46fhstoicasetmessageid: <1579259866.32.0.542672703415.issue39367@roundup.psfhosted.org>
2020-01-17 11:17:46fhstoicalinkissue39367 messages
2020-01-17 11:17:46fhstoicacreate