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.23:08:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1440889712.09.0.781166957452.issue24958@psf.upfronthosting.co.za>
In-reply-to
Content
According to the GDB backtrace, _rl_kscxt is a null pointer at <https://github.com/Distrotech/readline/blob/readline-6.3/callback.c#L188>, while the _rl_dispatch_callback() function doesn’t handle null pointers. Maybe you would find the Readline people more knowledgeable about this.
History
Date User Action Args
2015-08-29 23:08:32martin.pantersetrecipients: + martin.panter, r.david.murray, eryksun, shlomif
2015-08-29 23:08:32martin.pantersetmessageid: <1440889712.09.0.781166957452.issue24958@psf.upfronthosting.co.za>
2015-08-29 23:08:32martin.panterlinkissue24958 messages
2015-08-29 23:08:31martin.pantercreate