bug-bash
[Top][All Lists]
Advanced

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

BUG: Segfault on function completion


From: Silvan Minghetti
Subject: BUG: Segfault on function completion
Date: Wed, 5 Feb 2003 21:00:03 +0100

Machine: i586
OS: linux-gnu
Compiler: i586-pure-linux-gcc
Compilation
CFLAGS:  -DPROGRAM='bash' -DCONF_HOSTTYPE='i586' -DCONF_OSTYPE='linux-gnu' -
DCONF_MACHTYPE='i586-pure-linux-gnu' -DCONF_VENDOR='pure' -DSHELL -DHAVE_CON
FIG_H   -I. -I. -I./include -I./lib -O2 -march=i586
uname output: Linux lobo 2.4.19 #1 Sun Aug 4 00:02:49 CEST 2002 i586 unknown
unknown GNU/Linux
Machine Type: i586-pure-linux-gnu

Bash Version: 2.05a
Patch Level: 0
Release Status: release

Description:

    The bash segfaults when setting a completion handler for functions
    and you try completing without having any functions declared.

    This problem still exist with bash-2.05b


Repeat-By:

    # start a bash, ensure no functions get declared
    bash --noprofile --norc
    shopt -s progcomp
    complete -A function declare
    declare <TAB>


    Segmentation fault






reply via email to

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