Home | History | Annotate | Download | only in handler

Lines Matching refs:SIGSEGV

246   ASSERT_NO_FATAL_FAILURE(WaitForProcessToTerminate(child, SIGSEGV));
296 // redelivered to this handler. If the child dies with SIGSEGV then it wasn't.
305 return sigaction(SIGSEGV, &sa, NULL) != -1;
352 ASSERT_NO_FATAL_FAILURE(WaitForProcessToTerminate(child, SIGSEGV));
364 ASSERT_NO_FATAL_FAILURE(WaitForProcessToTerminate(child, SIGSEGV));
376 // with SIGSEGV.
377 ASSERT_NO_FATAL_FAILURE(WaitForProcessToTerminate(child, SIGSEGV));
388 // Install the RaiseSIGKILL handler for SIGSEGV.
391 // Create a new exception handler, this installs a new SIGSEGV
397 // Install the default SIGSEGV handler, saving the current one.
400 sighandler_t old_handler = signal(SIGSEGV, SIG_DFL);
403 ASSERT_NE(reinterpret_cast<void*>(signal(SIGSEGV, old_handler)),
442 ASSERT_NO_FATAL_FAILURE(WaitForProcessToTerminate(child, SIGSEGV));
782 ASSERT_NO_FATAL_FAILURE(WaitForProcessToTerminate(child, SIGSEGV));
994 ASSERT_NO_FATAL_FAILURE(WaitForProcessToTerminate(child, SIGSEGV));