[New-bugs-announce] [issue32009] seg fault when using Cntrl-q keymap to exit app

Britton Kerin report at bugs.python.org
Sat Nov 11 17:18:02 EST 2017


New submission from Britton Kerin <britton.kerin at gmail.com>:

This probably applies to more recent version also.

It may be a readline bug, but I haven't seen it except when using the python interface, despite using this same .inputrc file with many different command line programs.

I've attached the ~/.inputrc which are required to trigger the problem. 
This simple script will allow the problem to be reproduced:

     #!/usr/bin/python3.4-dbg

     import readline

     input('the_prompt> ')

After launching test.py with the given ~/.inputrc in place, simply type Cntrl-q to trigger the seg fault.

Perhaps if this can be confirmed to be a readline issue someone can submit a bug report to that project.

Britton

----------
components: Library (Lib)
files: the.inputrc
messages: 306094
nosy: Britton Kerin
priority: normal
severity: normal
status: open
title: seg fault when using Cntrl-q keymap to exit app
type: crash
versions: Python 3.4
Added file: https://bugs.python.org/file47259/the.inputrc

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32009>
_______________________________________


More information about the New-bugs-announce mailing list