mirror of
https://github.com/ioacademy-jikim/debugging
synced 2025-06-10 17:36:21 +00:00
18 lines
558 B
Plaintext
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)
|