HomeSort by relevance Sort by last modified time
    Searched refs:SIGSEGV (Results 1 - 25 of 253) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/valgrind/none/tests/x86/
int.stderr.exp 3 Process terminating with default action of signal 11 (SIGSEGV)
ssse3_misaligned.c 21 assert(signo == SIGSEGV);
28 signal(SIGSEGV, handler);
badseg.c 21 sigaction(SIGSEGV, &sa, NULL);
faultstatus.c 111 static const int sigs[] = { SIGSEGV, SIGILL, SIGBUS, SIGFPE, SIGTRAP };
138 T(3, SIGSEGV, 128, 0),
139 T(4, SIGSEGV, 128, 0),
144 T(5, SIGSEGV, 128, 0),
  /external/valgrind/gdbserver_tests/
mcsignopass.stdoutB.exp 2 SIGSEGV Yes Yes No Segmentation fault
8 Program received signal SIGSEGV, Segmentation fault.
12 Program received signal SIGSEGV, Segmentation fault.
16 Program received signal SIGSEGV, Segmentation fault.
20 Program received signal SIGSEGV, Segmentation fault.
24 Program received signal SIGSEGV, Segmentation fault.
28 Program received signal SIGSEGV, Segmentation fault.
32 Program received signal SIGSEGV, Segmentation fault.
36 Program received signal SIGSEGV, Segmentation fault.
40 Program received signal SIGSEGV, Segmentation fault
    [all...]
mcsigpass.stdoutB.exp 2 Program received signal SIGSEGV, Segmentation fault.
6 Program received signal SIGSEGV, Segmentation fault.
  /external/strace/tests/
pc.test 44 ip="$(sed -n 's/^\[pid \+'"$pid"'\] \[\([[:xdigit:]]\{'"$len"'\}\)] --- SIGSEGV {.*} ---$/\1/p' "$LOG")" &&
53 \\[pid +$pid\\] \\[$ip\\] --- SIGSEGV \\{si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=0x$addr\\} ---
54 \\[pid +$pid\\] \\[\\?{$len}\\] \\+\\+\\+ killed by SIGSEGV( \\(core dumped\\))? \\+\\+\\+
  /development/scripts/gdb/
dalvik.gdb 16 # ART debugging. ART uses SIGSEGV signals for internal purposes. To allow
23 # deal with SIGSEGV signals
24 handle SIGSEGV noprint nostop pass
32 printf "Caught SIGSEGV in user program\n"
38 printf "re-enable normal SIGSEGV handling using this command:\n"
39 printf " handle SIGSEGV print stop\n"
47 Enter ART debugging mode. In ART debugging mode, SIGSEGV signals are ignored
49 set to stop the program when an unexpected SIGSEGV signal is
57 # restore SIGSEGV to its default
58 handle SIGSEGV print stop pas
    [all...]
  /external/valgrind/none/tests/amd64/
ssse3_misaligned.c 21 assert(signo == SIGSEGV);
28 signal(SIGSEGV, handler);
  /external/chromium-trace/catapult/devil/devil/android/
device_signal.py 21 SIGSEGV = 11 # Segmentation fault
  /external/dbus/test/
test-segfault.c 24 raise (SIGSEGV);
  /external/valgrind/memcheck/tests/
signal2.c 14 signal(SIGSEGV, sig_hdlr);
  /toolchain/binutils/binutils-2.25/gold/testsuite/
justsyms_1.cc 35 // We expect to get a SIGSEGV.
51 signal(SIGSEGV, handle_sigsegv);
  /external/compiler-rt/test/asan/TestCases/Posix/
allow_user_segv.cc 19 else if (signum == SIGSEGV)
48 // Let's install handlers for both SIGSEGV and SIGBUS, since pre-Yosemite
50 if (InstallHandler(SIGSEGV, &original_sigaction_sigsegv)) return 1;
  /external/compiler-rt/test/sanitizer_common/TestCases/Linux/
signal_segv_handler.cc 37 sigaction(SIGSEGV, &a, &old);
44 sigaction(SIGSEGV, &old, 0);
  /external/libcxx/test/std/depr/depr.c.headers/
signal_h.pass.cpp 43 #ifndef SIGSEGV
44 #error SIGSEGV not defined
  /external/libcxx/test/std/language.support/support.runtime/
csignal.pass.cpp 43 #ifndef SIGSEGV
44 #error SIGSEGV not defined
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
signal_h.pass.cpp 43 #ifndef SIGSEGV
44 #error SIGSEGV not defined
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.runtime/
csignal.pass.cpp 43 #ifndef SIGSEGV
44 #error SIGSEGV not defined
  /system/core/libnativebridge/tests/
NativeBridge2Signal_test.cpp 36 ASSERT_NE(nullptr, NativeBridgeGetSignalHandler(SIGSEGV));
  /external/valgrind/none/tests/s390x/
test_sig.c 19 if (sig == SIGSEGV) {
20 printf("SIGSEGV, exiting...\n");
36 if (sig == SIGSEGV) {
37 printf("SIGSEGV, exiting...\n");
55 signal(SIGSEGV, handle_SIG);
  /art/test/004-SignalTest/
signaltest.cc 87 sigaction(SIGSEGV, &action, &oldaction);
91 sigaction(SIGSEGV, &oldaction, nullptr);
108 kill(getpid(), SIGSEGV);
  /external/valgrind/none/tests/
async-sigs.c 141 test(/*non-blocked*/0, /* sync*/SIGSEGV, /* sync*/SIGBUS);
142 test(/*non-blocked*/0, /* sync*/SIGSEGV, /*async*/SIGHUP);
145 test(/* blocked*/1, /* sync*/SIGSEGV, /* sync*/SIGBUS);
146 test(/* blocked*/1, /* sync*/SIGSEGV, /*async*/SIGHUP);
  /external/valgrind/none/tests/linux/
blockfault.c 13 /* Blocking a fault, ie SIGSEGV, won't work, and is the same as having
25 sigaction(SIGSEGV, &sa, NULL);
  /external/valgrind/none/tests/solaris/
blockfault.c 13 /* Blocking a fault (for example SIGSEGV) won't work,
25 sigaction(SIGSEGV, &sa, NULL);

Completed in 2175 milliseconds

1 2 3 4 5 6 7 8 91011