1
0
mirror of https://github.com/ioacademy-jikim/debugging synced 2025-06-08 08:26:14 +00:00
debugging/02_day/valgrind/valgrind-3.11.0/exp-sgcheck/tests/stackerr.stderr.exp-glibc27-x86
2015-12-13 22:34:58 +09:00

29 lines
985 B
Plaintext

Invalid write of size 4
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" of size 28 in frame 2 back from here
Actual: stack array "beforea" of size 12 in frame 2 back from here
Actual: is 0 after Expected
Invalid write of size 4
at 0x........: main (stackerr.c:44)
Address 0x........ expected vs actual:
Expected: stack array "a" of size 28 in this frame
Actual: stack array "beforea" of size 12 in this frame
Actual: is 0 after Expected
Invalid write of size 1
at 0x........: _IO_default_xsputn (in /...libc...)
by 0x........: ...
by 0x........: ...
Address 0x........ expected vs actual:
Expected: stack array "buf" of size 8 in frame 4 back from here
Actual: stack array "beforebuf" of size 8 in frame 4 back from here
Actual: is 0 after Expected
ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)