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


Groups > gnu.bash.bug > #16374 > unrolled thread

Re: core dump an alt. alt1 alt.

Started byChet Ramey <chet.ramey@case.edu>
First post2020-06-08 20:43 -0400
Last post2020-06-08 20:43 -0400
Articles 1 — 1 participant

Back to article view | Back to gnu.bash.bug

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

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

#16374 — Re: core dump an alt. alt1 alt.

FromChet Ramey <chet.ramey@case.edu>
Date2020-06-08 20:43 -0400
SubjectRe: core dump an alt. alt1 alt.
Message-ID<mailman.1481.1591663420.2541.bug-bash@gnu.org>
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/

[toc] | [standalone]


Back to top | Article view | gnu.bash.bug


csiph-web