bug-bash
[Top][All Lists]
Advanced

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

Re: core dump an alt. alt1 alt.


From: Chet Ramey
Subject: Re: core dump an alt. alt1 alt.
Date: Mon, 8 Jun 2020 20:43:31 -0400
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:68.0) Gecko/20100101 Thunderbird/68.9.0

On 6/8/20 6:54 PM, bashbug@jonkmans.nl wrote:

> Bash Version: 4.4
> Patch Level: 20
> Release Status: release
> 
> Description:
>       Got a core dump (segmentation fault) when i type: Alt-. Alt-1 Alt-.

You tried to redo `.'. The way this happens is you are in command mode,
run that yank-last-arg binding (which sets the last vi-mode command to
`.'), then try to run it again, but miss the timeout described in the last
paragraph of my previous message, which results in you trying to redo the
last command (`.') in a context where the binding for `.' is vi-redo. I put
something in to stop that at the same time I made the other changes
described in my previous message.

-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
                 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRU    chet@case.edu    http://tiswww.cwru.edu/~chet/



reply via email to

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