bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

unterminated eval recursion crashes


From: klausf
Subject: unterminated eval recursion crashes
Date: Sat, 7 Oct 2000 18:40:44 +0200 (MET DST)

Configuration Information [Automatically generated, do not change]:
Machine: sparc
OS: solaris2.6
Compiler: gcc
Compilation CFLAGS:  -DPROGRAM='bash' -DCONF_HOSTTYPE='sparc' 
-DCONF_OSTYPE='solaris2.6' -DCONF_MACHTYPE='sparc-sun-solaris2.6' 
-DCONF_VENDOR='sun' -DSHELL  -DHAVE_CONFIG_H  -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -I.  -I. -I./include -I./lib 
-I/usr/local/include -g -O2
uname output: SunOS jennifer 5.6 Generic_105181-13 sun4u sparc SUNW,Ultra-1
Machine Type: sparc-sun-solaris2.6

Bash Version: 2.04
Patch Level: 0
Release Status: release

Description:
        Maybe it's right to abort() intentionally if some nesting level
        is exceeded. Currently, the shell gets a SIGSEGV.

        A useful recursive eval command would contain a termination condition.

Repeat-By:
        set eval '"$@"';"$@"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]