mirror of
https://github.com/AxioDL/logvisor.git
synced 2025-05-16 20:31:24 +00:00
Proper raised abort() call
This commit is contained in:
parent
e6f24e6428
commit
847d08d5b7
@ -188,7 +188,8 @@ void logvisorAbort()
|
|||||||
|
|
||||||
fflush(stderr);
|
fflush(stderr);
|
||||||
fflush(stdout);
|
fflush(stdout);
|
||||||
exit(1);
|
signal(SIGABRT, SIG_DFL);
|
||||||
|
abort();
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user