Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > gnu.bash.bug > #16374

Re: core dump an alt. alt1 alt.

From Chet Ramey <chet.ramey@case.edu>
Newsgroups gnu.bash.bug
Subject Re: core dump an alt. alt1 alt.
Date 2020-06-08 20:43 -0400
Organization ITS, Case Western Reserve University
Message-ID <mailman.1481.1591663420.2541.bug-bash@gnu.org> (permalink)
References <20200608225428.9A3DB1257DF@mail.jonkmans.nl> <1c35c79d-3a73-2204-8814-16ba46f4f5aa@case.edu>

Show all headers | View raw


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/

Back to gnu.bash.bug | Previous | Next | Find similar


Thread

Re: core dump an alt. alt1 alt. Chet Ramey <chet.ramey@case.edu> - 2020-06-08 20:43 -0400

csiph-web