From: Rudolf Polzer Date: Sun, 28 Nov 2010 20:15:08 +0000 (+0100) Subject: ignore SIGTRAP signal, maybe fixes an issue on Windows with some weird driver calling... X-Git-Tag: xonotic-v0.1.0preview~26 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=0d0ff5eef9cb109b1390060d983bc1649e61c374 ignore SIGTRAP signal, maybe fixes an issue on Windows with some weird driver calling DbgUserBreakPoint --- diff --git a/savecore.gdb b/savecore.gdb index 33c4b40f..e492d83d 100644 --- a/savecore.gdb +++ b/savecore.gdb @@ -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 pass run set pagination off echo \n\nIf the following commands show errors, that can be ignored:\n