Re: 4.3 crash entering q! and exiting the shell

2014-03-27 Thread Eduardo A . Bustamante López
On Thu, Mar 27, 2014 at 07:36:56PM +0100, Matthias Klose wrote: > seen when entering q!, then leaving the shell with ^D > > $ gdb bash > (gdb) run > Starting program: /bin/bash > doko@gb:~$ q! > q!: Befehl nicht gefunden. > doko@gb:~$ > malloc: .././parse.y:2314: assertion botched > realloc: start

Re: 4.3 crash entering q! and exiting the shell

2014-03-27 Thread Chet Ramey
On 3/27/14 2:36 PM, Matthias Klose wrote: > seen when entering q!, then leaving the shell with ^D Thanks. It's actually running any other command after the failed expansion causes the input line to be resized. Here's a patch. Chet -- ``The lyf so short, the craft so long to lerne.'' - Chaucer

4.3 crash entering q! and exiting the shell

2014-03-27 Thread Matthias Klose
seen when entering q!, then leaving the shell with ^D $ gdb bash (gdb) run Starting program: /bin/bash doko@gb:~$ q! q!: Befehl nicht gefunden. doko@gb:~$ malloc: .././parse.y:2314: assertion botched realloc: start and end chunk sizes differ last command: q! Aborting... Program received signal SI