mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-11 03:46:55 +01:00
Trap illegal instructions
This commit is contained in:
@ -457,5 +457,6 @@ void Grid_debug_handler_init(void)
|
||||
|
||||
sigaction(SIGFPE,&sa,NULL);
|
||||
sigaction(SIGKILL,&sa,NULL);
|
||||
sigaction(SIGILL,&sa,NULL);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user