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: Chet Ramey
Subject: Re: [Bug-readline] SIGSEGV in _rl_dispatch_callback()
Date: Fri, 07 Mar 2014 22:21:22 -0500
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.3.0

On 3/7/14, 6:46 PM, Anatol Pomozov wrote:

> 
> So it is the exact place where python calls the readline function
> http://hg.python.org/cpython/file/7ff62415e426/Modules/readline.c#l1115
>  (the file in url points to 3.3.4 tag - it is where we see the crash).
> 
> 
> Here is output of rl_readline_state and _rl_kscxt variables.

It would be great if you could set watchpoints on these variables and see
when they change.  Every time _rl_kscxt goes to 0, the readline state
should not have RL_STATE_MULTIKEY (or it should be turned off right after
the change to _rl_kscxt).  RL_STATE_MULTIKEY is 0x0200000.

Chet
-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
                 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, ITS, CWRU    address@hidden    http://cnswww.cns.cwru.edu/~chet/



reply via email to

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