mirror of
https://github.com/ioacademy-jikim/debugging
synced 2025-06-09 17:06:24 +00:00
16 lines
565 B
Plaintext
16 lines
565 B
Plaintext
(action at startup) vgdb me ...
|
|
Test 1: Invalid write of size 4
|
|
at 0x........: test1 (faultstatus.c:116)
|
|
by 0x........: main (faultstatus.c:179)
|
|
Address 0x........ is not stack'd, malloc'd or (recently) free'd
|
|
PASS
|
|
Test 2: PASS
|
|
Test 3: PASS
|
|
Test 4: PASS
|
|
HEAP SUMMARY:
|
|
in use at exit: 0 bytes in 0 blocks
|
|
total heap usage: 0 allocs, 0 frees, 0 bytes allocated
|
|
For a detailed leak analysis, rerun with: --leak-check=full
|
|
For counts of detected and suppressed errors, rerun with: -v
|
|
ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
|