Hi On Fri, Mar 7, 2014 at 3:46 PM, Anatol Pomozov <[email protected]> wrote: > Hi > > On Thu, Mar 6, 2014 at 10:49 PM, Felix Yan <[email protected]> wrote: >> Hi, >> >> I've generated a coredump for this problem, with both python 2.7.6 (patched >> to >> compile with readline 6.3) and readline 6.3 enabled debug symbols. >> >> Link to download: https://paste.xinu.at/QM0Ws/ >> >> I've also tried to debug it somewhat, but I'm not good at it. Just saw python >> called: >> >> p = readline_until_enter_or_signal(prompt, &signal); >> >> and the two args here are fine. Then readline called rl_callback_read_char() >> with no arg.
I compiled python 3.3.5rc and still see this issue. So something weird happens between python module and readline that leads to the crash. Adding python developers who changed python/Modules/readline.c recently to CC. _______________________________________________ Bug-readline mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-readline
