Comment 21 for bug 1826811

Revision history for this message
Eric Desrochers (slashd) wrote :

[VERIFICAITON BIONIC]

# lscpu
Architecture: aarch64
Byte Order: Little Endian

# lsb_release -cs
bionic

# dpkg
ii valgrind 1:3.13.0-2ubuntu2.2 arm64 instrumentation framework for building dynamic analysis tools

# valgrind ./hello
==25231== Memcheck, a memory error detector
==25231== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
==25231== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info
==25231== Command: ./hello
==25231==
Hello World!
==25231==
==25231== HEAP SUMMARY:
==25231== in use at exit: 0 bytes in 0 blocks
==25231== total heap usage: 1 allocs, 1 frees, 1,024 bytes allocated
==25231==
==25231== All heap blocks were freed -- no leaks are possible
==25231==
==25231== For counts of detected and suppressed errors, rerun with: -v
==25231== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)

I confirmed the problem is now solved.

- Eric