Re: Crash on completion

2010-05-05 Thread Chet Ramey
On 3/9/10 7:52 AM, Knirch wrote: > Fix for above bug, would seem that the while loop has fallen out of > the globword: I posted a patch for this a while ago. Chet -- ``The lyf so short, the craft so long to lerne.'' - Chaucer ``Ars longa, vita brevis'' - Hippocrates Chet Ramey,

Re: Crash on completion

2010-05-05 Thread Knirch
Fix for above bug, would seem that the while loop has fallen out of the globword: sections if (state == 0).. since I'm unsure what'll happen with my reply formatting etc the patch below is without whitespace changes, someone else can do a proper formatting of it :) kni...@traktor:/tmp/bash-4.1$ di

Re: Crash on completion

2010-03-09 Thread Jan Schampera
Chet Ramey schrieb: > This was reported about five weeks ago, and there's a patch in the pipeline. > I've attached a version for the curious; try it out and let me know. Ah, I had a feeling I alredy read about it somwhere, but I didn't find it quickly, so I thought I was wrong. Thanks, Jan

Re: Crash on completion

2010-03-09 Thread Roman Rakus
On 03/09/2010 01:41 PM, Roman Rakus wrote: On 03/09/2010 09:13 AM, Jan Schampera wrote: Hello list, hello Chet. Bug reported on freenode's IRC #bash by: Satgi There is a crash somewhere in completion (the last commandline is completed using TAB): echo $BASH_VERSION 4.1.2(1)-release m

Re: Crash on completion

2010-03-09 Thread Roman Rakus
On 03/09/2010 09:13 AM, Jan Schampera wrote: Hello list, hello Chet. Bug reported on freenode's IRC #bash by: Satgi There is a crash somewhere in completion (the last commandline is completed using TAB): echo $BASH_VERSION 4.1.2(1)-release mkdir -p the/?/directory ./the/\?/Segmenta

Re: Crash on completion

2010-03-09 Thread Chet Ramey
> Hello list, > hello Chet. > > Bug reported on freenode's IRC #bash by: Satgi > > There is a crash somewhere in completion (the last commandline is > completed using TAB): > > echo $BASH_VERSION > 4.1.2(1)-release > mkdir -p the/?/directory > ./the/\?/Segmentation fault (core dumped) T