Skip to content
Snippets Groups Projects
Commit 49fe0597 authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Fignal error in case or crash

parent f07694a7
No related branches found
No related tags found
No related merge requests found
Pipeline #3597 passed
......@@ -64,7 +64,7 @@ void bt_sighandler(int sig, siginfo_t * info, void * ctx_p)
print_stack();
exit(0);
exit(1);
}
double time_spent = 0.0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment