ftmemsim-valgrind/exp-ptrcheck/tests/stackerr.stderr.exp-glibc28-amd64
Julian Seward 31b741dc9b Merge the Ptrcheck tool from branches/PTRCHECK r8619.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8620
2008-09-18 14:43:05 +00:00

27 lines
778 B
Plaintext

Invalid write of size 8
at 0x........: foo (stackerr.c:27)
by 0x........: bar (stackerr.c:32)
by 0x........: main (stackerr.c:41)
Address 0x........ expected vs actual:
Expected: stack array "a" in frame 2 back from here
Actual: unknown
Invalid write of size 8
at 0x........: main (stackerr.c:44)
Address 0x........ expected vs actual:
Expected: stack array "a" in this frame
Actual: unknown
Invalid write of size 1
at 0x........: _IO_default_xsputn (in /...libc...)
by 0x........: ...
by 0x........: ...
by 0x........: ...
by 0x........: main (stackerr.c:49)
Address 0x........ expected vs actual:
Expected: stack array "buf" in frame 4 back from here
Actual: unknown
ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)