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