mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
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
15 lines
412 B
Plaintext
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.
|