new attempt to ignore SIGTRAP :(

This commit is contained in:
Rudolf Polzer 2010-11-29 12:18:12 +01:00
parent bd5907159c
commit 38e1d23580
2 changed files with 2 additions and 1 deletions

2
all
View File

@ -1055,7 +1055,7 @@ case "$cmd" in
if [ x"$USE_GDB" = x"yes" ]; then
set -- gdb --args "$@"
elif [ -z "$WE_HATE_OUR_USERS" ] && [ x"$USE_GDB" != x"no" ] && which gdb >/dev/null 2>&1; then
elif [ x"$USE_GDB" != x"no" ] && which gdb >/dev/null 2>&1; then
set -- gdb --batch -x savecore.gdb --args "$@"
elif which catchsegv >/dev/null 2>&1; then
set -- catchsegv "$@"

View File

@ -2,6 +2,7 @@ handle SIGHUP nostop print pass
handle SIGINT nostop print pass
handle SIGCONT nostop print pass
handle SIGTSTP nostop print pass
handle SIGTRAP nostop print nopass
run
set pagination off
echo \n\nIf the following commands show errors, that can be ignored:\n