Solaris: fix a few compiler warnings
[valgrind.git] / gdbserver_tests / mcsigpass.stdoutB.exp-freebsd
blob89304620bcf1fef6ab0f32ae2f32a45b9e96ecd7
1 Continuing.
2 Program received signal SIGSEGV, Segmentation fault.
3 test1 () at faultstatus.c:117
4 117             *BADADDR = 'x';
5 Continuing.
6 Program received signal SIGSEGV, Segmentation fault.
7 test2 () at faultstatus.c:122
8 122             mapping[0] = 'x';
9 Continuing.
10 Program received signal SIGSEGV, Segmentation fault.
11 test3 () at faultstatus.c:127
12 127             mapping[FILESIZE+10];
13 Continuing.
14 Program received signal SIGFPE, Arithmetic exception.