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 martin.panter
Recipients eryksun, martin.panter, r.david.murray, shlomif
Date 2015-08-29.22:35:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1440887730.95.0.782846037488.issue24958@psf.upfronthosting.co.za>
In-reply-to
Content
Well it looks like you’ve identified that PgUp triggers a history search. Perhaps it would be good to look at your /home/shlomif/.python_history file, assuming there is nothing sensitive in there. The strace output only indicates it is 411 bytes and gives the first one-and-a-half lines. My guess is there is something funny about a line beginning with “r”, or a nearby line.

But it still sounds like a Readline bug instead of a Python bug. If you clear or remove the history file, does the bug go away? Maybe you can replace the equivalent ~/.bash_history or Perl history file to see if it triggers a crash there.
History
Date User Action Args
2015-08-29 22:35:30martin.pantersetrecipients: + martin.panter, r.david.murray, eryksun, shlomif
2015-08-29 22:35:30martin.pantersetmessageid: <1440887730.95.0.782846037488.issue24958@psf.upfronthosting.co.za>
2015-08-29 22:35:30martin.panterlinkissue24958 messages
2015-08-29 22:35:30martin.pantercreate