Skip to content

Commit

Permalink
Logs Added
Browse files Browse the repository at this point in the history
  • Loading branch information
azime committed Jul 5, 2021
1 parent 87862cb commit b41007b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions init.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ inline void init_signal_handling() {
signal(SIGSEGV, before_dying);
signal(SIGFPE, before_dying);
signal(SIGILL, before_dying);
signal(SIGXCPU, before_dying);
signal(SIGXFSZ, before_dying);

signal(SIGTERM, before_exit);
signal(SIGINT, before_exit);
Expand Down

0 comments on commit b41007b

Please sign in to comment.