Files
CS261-Computer-Systems-I/p2-load/tests/valgrind/A_bad_phdr_vaddr.txt
2025-10-06 00:14:04 -04:00

16 lines
691 B
Plaintext

==2765155== Memcheck, a memory error detector
==2765155== Copyright (C) 2002-2022, and GNU GPL'd, by Julian Seward et al.
==2765155== Using Valgrind-3.22.0 and LibVEX; rerun with -h for copyright info
==2765155== Command: ../y86 -m inputs/bad-phdr_vaddr.o
==2765155==
Failed to read file
==2765155==
==2765155== HEAP SUMMARY:
==2765155== in use at exit: 0 bytes in 0 blocks
==2765155== total heap usage: 3 allocs, 3 frees, 16,856 bytes allocated
==2765155==
==2765155== All heap blocks were freed -- no leaks are possible
==2765155==
==2765155== For lists of detected and suppressed errors, rerun with: -s
==2765155== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)