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: bash associative array not working at all, so stupid!

2010-03-09 Thread Bob Proulx
Chet Ramey wrote: > Am I the only one who didn't receive any actual message content here? It isn't you. There was no content to that message. g0801784, We did not receive your bug report. If you desire assistance please send it again. Using the 'bashbug' script to capture the needed informatio

Re: bash associative array not working at all, so stupid!

2010-03-09 Thread Christopher Roy Bratusek
Am Tue, 9 Mar 2010 11:34:04 -0500 schrieb Chet Ramey : > Am I the only one who didn't receive any actual message content here? > You're not. -- KDE 3.1 no no no no no Gesendet von Jonny am Sa, 9. Nov um 8:36 KDE ist nur windows Nachbildung Es ist viel zu fehlerhaft und viel zu langsa

Re: bash associative array not working at all, so stupid!

2010-03-09 Thread Roman Rakus
On 03/09/2010 05:34 PM, Chet Ramey wrote: Am I the only one who didn't receive any actual message content here? nope

Re: bash associative array not working at all, so stupid!

2010-03-09 Thread Chet Ramey
Am I the only one who didn't receive any actual message content here? -- ``The lyf so short, the craft so long to lerne.'' - Chaucer ``Ars longa, vita brevis'' - Hippocrates Chet Ramey, ITS, CWRUc...@case.eduhttp://cnswww.cns.cwru.edu/~chet/

Re: [bash-bug] Crash on completion

2010-03-09 Thread Dr. Werner Fink
On Tue, Mar 09, 2010 at 02:51:18PM +0100, Roman Rakus wrote: > > The bash segfaults on the line `while (val = > glob_matches[local_index++])', because glob_matches is pointer to > NULL. I have add the check for this null. But this is most likely > not the right patch. > RR > diff -up bash-4.1/bash

Re: bash associative array not working at all, so stupid!

2010-03-09 Thread Pierre Gaston
On Tue, Mar 9, 2010 at 9:23 AM, Wang Xuancong wrote: > I can't reproduce it here.

bash associative array not working at all, so stupid!

2010-03-09 Thread Wang Xuancong

gnu debugger

2010-03-09 Thread Klaus Sandner
which debugger can Iuse for bash 3.2.25 with regards Klaus Sandner

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: gnu debugger

2010-03-09 Thread Eric Blake
On 03/08/2010 03:13 AM, Klaus Sandner wrote: > which debugger can Iuse for bash 3.2.25 For debugging the bash executable, any debugger will work, but gdb is probably the most commonly used. For debugging bash scripts, check out the bashdb package. -- Eric Blake ebl...@redhat.com+1-801-349

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

Crash on completion

2010-03-09 Thread Jan Schampera
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) These completions DO NOT