mirror of
https://gitlab.com/xonotic/xonotic
synced 2025-03-05 02:47:33 +00:00
ignore SIGTRAP signal, maybe fixes an issue on Windows with some weird driver calling DbgUserBreakPoint
This commit is contained in:
parent
7f45e263ee
commit
0d0ff5eef9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user