1
0
mirror of https://github.com/ioacademy-jikim/debugging synced 2025-06-10 17:36:21 +00:00
debugging/02_day/valgrind/valgrind-3.11.0/exp-sgcheck/tests/globalerr.stderr.exp-gcc491-amd64
2015-12-13 22:34:58 +09:00

18 lines
558 B
Plaintext

Invalid read of size 2
at 0x........: main (globalerr.c:12)
Address 0x........ expected vs actual:
Expected: global array "a" of size 14 in object with soname "NONE"
Actual: unknown
Actual: is 0 after Expected
Invalid read of size 2
at 0x........: main (globalerr.c:12)
Address 0x........ expected vs actual:
Expected: global array "b" of size 14 in object with soname "NONE"
Actual: global array "a" of size 14 in object with soname "NONE"
Actual: is 0 after Expected
ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)