ftmemsim-valgrind/gdbserver_tests/mcsigpass.stdoutB.exp
Paul Floyd 53dd9bd255 FreeBSD support, patch 9
cachegrind callgrind dhat exp-bbv gdbserver_tests massif none mpi shared

Mostly these are just updates (and new testcases) under new/tests
The other directories have just #ifdef changes
2021-10-07 22:41:22 +02:00

15 lines
412 B
Plaintext

Continuing.
Program received signal SIGSEGV, Segmentation fault.
test1 () at faultstatus.c:117
117 *BADADDR = 'x';
Continuing.
Program received signal SIGSEGV, Segmentation fault.
test2 () at faultstatus.c:122
122 mapping[0] = 'x';
Continuing.
Program received signal SIGBUS, Bus error.
test3 () at faultstatus.c:127
127 mapping[FILESIZE+10];
Continuing.
Program received signal SIGFPE, Arithmetic exception.