mirror of
https://github.com/joyieldInc/predixy.git
synced 2025-12-24 22:46:41 +08:00
fix backtrace bug
This commit is contained in:
parent
3a5239dd18
commit
b9a468dc97
@ -26,10 +26,10 @@ static bool Stop = false;
|
||||
|
||||
static void abortHandler(int sig)
|
||||
{
|
||||
Abort = true;
|
||||
if (sig == SIGABRT) {
|
||||
if (!Abort) {
|
||||
traceInfo();
|
||||
}
|
||||
Abort = true;
|
||||
if (!Running) {
|
||||
abort();
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user