mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Print the backtrace before showing the signal handler popup.
This commit is contained in:
parent
0c71a73513
commit
9a2e330af2
1 changed files with 1 additions and 3 deletions
|
|
@ -363,10 +363,8 @@ FUNCNORETURN static ATTRNORETURN void signal_handler(INT32 num)
|
|||
{
|
||||
D_QuitNetGame(); // Fix server freezes
|
||||
CL_AbortDownloadResume();
|
||||
I_ReportSignal(num, 0);
|
||||
|
||||
write_backtrace(num);
|
||||
|
||||
I_ReportSignal(num, 0);
|
||||
I_ShutdownSystem();
|
||||
signal(num, SIG_DFL); //default signal action
|
||||
raise(num);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue