https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85453

Simon Wörner <gcc.gnu.org at brn dot li> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gcc.gnu.org at brn dot li

--- Comment #1 from Simon Wörner <gcc.gnu.org at brn dot li> ---
$ valgrind binutils/cxxfilt -t < ./oom
==11187== Memcheck, a memory error detector
==11187== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
==11187== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info
==11187== Command: binutils/cxxfilt -t
==11187==
==11187==
==11187== Process terminating with default action of signal 2 (SIGINT)
==11187==    at 0x4C367E0: memmove (in
/usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==11187==    by 0x1DA254: memcpy (string_fortified.h:34)
==11187==    by 0x1DA254: remember_Ktype (cplus-dem.c:4430)
==11187==    by 0x1DE5F4: demangle_qualified (cplus-dem.c:3495)
==11187==    by 0x1DF736: demangle_signature (cplus-dem.c:1495)
==11187==    by 0x1E0A62: internal_cplus_demangle (cplus-dem.c:1257)
==11187==    by 0x1DB53B: cplus_demangle (cplus-dem.c:918)
==11187==    by 0x13A2B3: demangle_it (cxxfilt.c:62)
==11187==    by 0x139F61: main (cxxfilt.c:276)
==11187==
==11187== HEAP SUMMARY:
==11187==     in use at exit: 2,506,806,484 bytes in 50,064 blocks
==11187==   total heap usage: 50,092 allocs, 28 frees, 2,507,614,296 bytes
allocated
==11187==
==11187== LEAK SUMMARY:
==11187==    definitely lost: 100,119 bytes in 1 blocks
==11187==    indirectly lost: 0 bytes in 0 blocks
==11187==      possibly lost: 0 bytes in 0 blocks
==11187==    still reachable: 2,506,706,365 bytes in 50,063 blocks
==11187==         suppressed: 0 bytes in 0 blocks
==11187== Rerun with --leak-check=full to see details of leaked memory
==11187==
==11187== For counts of detected and suppressed errors, rerun with: -v
==11187== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)

Reply via email to