mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
Authors of this port:
Petr Pavlu setup@dagobah.cz
Ivo Raisr ivosh@ivosh.net
Theo Schlossnagle theo@omniti.com
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15426
15 lines
454 B
Plaintext
15 lines
454 B
Plaintext
Continuing.
|
|
Program received signal SIGSEGV, Segmentation fault.
|
|
0x........ in test1 () at faultstatus.c:116
|
|
116 *BADADDR = 'x';
|
|
Continuing.
|
|
Program received signal SIGSEGV, Segmentation fault.
|
|
0x........ in test2 () at faultstatus.c:121
|
|
121 mapping[0] = 'x';
|
|
Continuing.
|
|
Program received signal SIGBUS, Bus error.
|
|
0x........ in test3 () at faultstatus.c:126
|
|
126 mapping[FILESIZE+10];
|
|
Continuing.
|
|
Program received signal SIGFPE, Arithmetic exception.
|