Searched refs:fault_handler (Results 1 – 1 of 1) sorted by relevance
154 def fault_handler(signal_number, frame): function178 try_set_handler('SIGSEGV', fault_handler)179 try_set_handler('SIGBUS', fault_handler)180 try_set_handler('SIGABRT', fault_handler)181 try_set_handler('SIGFPE', fault_handler)182 try_set_handler('SIGILL', fault_handler)