Skip to content

Commit

Permalink
Only print backtraces when GAP exits by a crash
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisJefferson authored and fingolfin committed Jan 22, 2019
1 parent f56a68c commit ceea753
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,8 @@ void InstallBacktraceHandlers(void)
{
signal(SIGSEGV, BacktraceHandler);
signal(SIGBUS, BacktraceHandler);
signal(SIGINT, BacktraceHandler);
signal(SIGABRT, BacktraceHandler);
signal(SIGFPE, BacktraceHandler);
signal(SIGTERM, BacktraceHandler);
}

#endif

0 comments on commit ceea753

Please sign in to comment.