This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug malloc/19732] New: Error leak allocation


https://sourceware.org/bugzilla/show_bug.cgi?id=19732

            Bug ID: 19732
           Summary: Error leak allocation
           Product: glibc
           Version: 2.22
            Status: NEW
          Severity: normal
          Priority: P2
         Component: malloc
          Assignee: unassigned at sourceware dot org
          Reporter: rmbeer2 at gmail dot com
  Target Milestone: ---

I have this error in valgrind:

 HEAP SUMMARY:
     in use at exit: 18,944 bytes in 1 blocks
   total heap usage: 130 allocs, 129 frees, 325,125 bytes allocated

 Searching for pointers to 1 not-freed blocks
 Checked 128,884 bytes

 18,944 bytes in 1 blocks are still reachable in loss record 1 of 1
    at 0x402A1AE: malloc (in /usr/lib/valgrind/vgpreload_memcheck-x86-linux.so)
    by 0x40D96CA: pool (eh_alloc.cc:117)
    by 0x40D96CA: __static_initialization_and_destruction_0 (eh_alloc.cc:244)
    by 0x40D96CA: _GLOBAL__sub_I_eh_alloc.cc (eh_alloc.cc:307)
    by 0x400EF34: call_init.part.0 (in /usr/lib/ld-2.22.so)
    by 0x400F05D: _dl_init (in /usr/lib/ld-2.22.so)
    by 0x4000B8E: ??? (in /usr/lib/ld-2.22.so)

I unknown what is this, but seem a from init of main().

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]