[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
segementation fault upon parsing error
From: |
marcus . harnisch |
Subject: |
segementation fault upon parsing error |
Date: |
2 May 2003 03:30:18 -0000 |
Configuration Information [Automatically generated, do not change]:
Machine: i686
OS: linux-gnu
Compiler: i686-pc-linux-gnu-gcc
Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='i686'
-DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='i686-pc-linux-gnu'
-DCONF_VENDOR='pc' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -O2
-march=pentium3 -fno-strength-reduce -fomit-frame-pointer
uname output: Linux typhoon 2.4.18 #4 Fri Nov 22 21:54:28 EST 2002 i686 unknown
Machine Type: i686-pc-linux-gnu
Bash Version: 2.05b
Patch Level: 0
Release Status: release
Description:
[mod: I have patched bash with all 'official' patches from
the distribution site]
Bash exits with a segmentation fault when parsing the following
code (which contains a syntax error):
_bar () {
MYARRAY=( $(echo bar )
}
Repeat-By:
Create a file with the function definition above and source it.
Best regards,
Marcus
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- segementation fault upon parsing error,
marcus . harnisch <=