bug-readline
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-readline] SIGSEGV in _rl_dispatch_callback()


From: Anatol Pomozov
Subject: Re: [Bug-readline] SIGSEGV in _rl_dispatch_callback()
Date: Fri, 7 Mar 2014 16:07:25 -0800

Hi

On Fri, Mar 7, 2014 at 3:46 PM, Anatol Pomozov <address@hidden> wrote:
> Hi
>
> On Thu, Mar 6, 2014 at 10:49 PM, Felix Yan <address@hidden> 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]