HomeSort by relevance Sort by last modified time
    Searched refs:SIGSEGV (Results 201 - 225 of 440) sorted by null

1 2 3 4 5 6 7 891011>>

  /toolchain/binutils/binutils-2.27/gold/testsuite/
relro_test.cc 91 // A signal handler for SIGSEGV.
135 // SIGSEGV, causing sigsegv_handler to be invoked, to throw past us.
139 // Changing a relro variable should give us a SIGSEGV.
147 signal(SIGSEGV, sigsegv_handler);
  /external/linux-kselftest/tools/testing/selftests/x86/
entry_from_vm86.c 66 if (sig == SIGSEGV)
67 signame = "SIGSEGV";
311 sethandler(SIGSEGV, sighandler, 0);
315 printf("[FAIL]\tDid not receive SIGSEGV\n");
318 clearhandler(SIGSEGV);
test_FCMOV.c 64 signal(SIGSEGV, sighandler);
  /external/ltp/testcases/kernel/hotplug/memory_hotplug/
memtoy.c 156 SIGINT, SIGQUIT, SIGSEGV, SIGBUS,
161 "SIGINT", "SIGQUIT", "SIGSEGV", "SIGBUS",
194 case SIGSEGV:
278 case SIGSEGV:
  /art/runtime/
runtime_common.cc 53 case SIGSEGV: return "SIGSEGV";
96 case SIGSEGV:
400 signal_number == SIGFPE || signal_number == SIGSEGV);
434 if (kIsDebugBuild && signal_number == SIGSEGV) {
478 rc += sigaction(SIGSEGV, &action, oldact);
  /art/test/115-native-bridge/
nativebridge.cc 205 kill(getpid(), SIGSEGV);
220 sigaction(SIGSEGV, &tmp, nullptr);
234 sigaction64(SIGSEGV, &tmp2, nullptr);
238 // Reraise SIGSEGV/SIGILL even on non-bionic, so that the expected output is
319 // 1. Raise first SIGSEGV in test function.
320 // 2. Raise another SIGSEGV in NativeBridge's signal handler which is handling
321 // the first SIGSEGV.
323 // to test function in when handling second SIGSEGV.
337 printf("raising first SIGSEGV\n");
340 // jump to here from signal handler when handling second SIGSEGV
    [all...]
  /external/google-breakpad/src/client/linux/handler/
exception_handler_unittest.cc 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
    [all...]
  /build/kati/
main.cc 190 raise(SIGSEGV);
192 sigaction(SIGSEGV, &new_action_, &orig_action_);
212 sigaction(SIGSEGV, &orig_action_, nullptr);
  /external/v8/src/base/debug/
stack_trace_posix.cc 245 } else if (signal == SIGSEGV) {
254 signal == SIGSEGV) {
352 success &= (sigaction(SIGSEGV, &action, NULL) == 0);
  /system/core/debuggerd/libdebuggerd/
utility.cpp 270 case SIGSEGV:
284 case SIGSEGV: return "SIGSEGV";
335 case SIGSEGV:
  /bionic/linker/tests/
linker_block_allocator_test.cpp 146 ASSERT_EXIT(protect_all(), testing::KilledBySignal(SIGSEGV), "trying to access protected page");
  /external/linux-kselftest/tools/testing/selftests/powerpc/primitives/
load_unaligned_zeropad.c 111 sigaction(SIGSEGV, &action, NULL);
  /external/ltp/testcases/kernel/mem/mem/
mem02.c 36 < If valloc causes a SIGSEGV, that means a failure has occured.
193 if ((signal(SIGSEGV, on_mem_fault)) == SIG_ERR) {
195 "Could not get signal handler for SIGSEGV");
235 tst_brkm(TFAIL, NULL, "\tTest failed on receipt of a SIGSEGV signal");
  /external/ltp/testcases/kernel/mem/mtest06/
mmap3.c 165 SAFE_SIGNAL(SIGSEGV, sig_handler);
  /external/ltp/testcases/kernel/syscalls/kill/
kill11.c 76 {SIGSEGV, 1},
  /external/ltp/testcases/kernel/syscalls/mmap/
mmap03.c 36 * rise to the signal SIGSEGV.
112 * generate a SIGSEGV which will be caught below.
129 tst_resm(TPASS, "Got SIGSEGV as expected");
212 * the signal SIGSEGV while trying to access the contents of memory which
217 if (sig == SIGSEGV) {
mmap05.c 33 * rise to the signal SIGSEGV.
98 * generate a SIGSEGV which will be caught below.
110 tst_resm(TPASS, "Got SIGSEGV as expected");
186 * the signal SIGSEGV while trying to access the contents of memory which
191 if (sig == SIGSEGV) {
  /external/ltp/testcases/kernel/syscalls/modify_ldt/
modify_ldt02.c 34 * Verify that a SIGSEGV is incurred.
214 (void)sigaction(SIGSEGV, &act, NULL);
  /external/ltp/testcases/kernel/syscalls/mprotect/
mprotect02.c 26 * Verify that a SIGSEGV is generated.
29 * Verify that no SIGSEGV is generated.
106 "memcpy did not generate SIGSEGV");
108 tst_resm(TPASS, "got SIGSEGV as expected");
133 tst_resm(TPASS, "didn't get SIGSEGV");
157 _exit((sig == SIGSEGV) ? 0 : sig);
  /external/ltp/testcases/kernel/syscalls/signal/
signal06.c 23 * by SIGSEGV won't save fpu simply because the old state was lost. This
25 * SIGSEGV handler.
133 TEST(sigaction(SIGSEGV, &sa, NULL));
136 "SIGSEGV signal setup failed");
  /external/skia/fuzz/
Fuzz.h 56 raise(SIGSEGV);
  /external/skqp/fuzz/
Fuzz.h 56 raise(SIGSEGV);
  /external/tensorflow/tensorflow/core/platform/
stacktrace_handler.cc 102 int handled_signals[] = {SIGSEGV, SIGABRT, SIGBUS, SIGILL, SIGFPE};
  /external/valgrind/memcheck/tests/
addressable.c 144 (WTERMSIG(status) == SIGSEGV ||
155 printf("exited without expected SIGSEGV or SIGBUS signal\n");
descr_belowsp.c 161 if (sigaction (SIGSEGV, &sa, NULL) != 0)

Completed in 689 milliseconds

1 2 3 4 5 6 7 891011>>