mirror of
https://gitlab.com/xonotic/xonotic
synced 2024-12-14 10:55:18 +00:00
new attempt to ignore SIGTRAP :(
This commit is contained in:
parent
bd5907159c
commit
38e1d23580
2
all
2
all
@ -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 "$@"
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user