|
From: Nicholas N. <nj...@cs...> - 2005-08-24 14:13:26
|
On Wed, 24 Aug 2005, Christian Parpart wrote: > I'm having the following backtrace in my server's shutdown summary of VG: > > ==13271== 16 bytes in 1 blocks are still reachable in loss record 8 of 56 > ==13271== at 0x1B905E1A: calloc (in /usr/lib/valgrind/vgpreload_memcheck.so) > ==13271== by 0x1CFCB3A3: (within /lib/libdl-2.3.5.so) > ==13271== by 0x1CFCAD60: dlopen (in /lib/libdl-2.3.5.so) > > Well, I'm pretty pretty sure that I dlclose()'d every > module and plugin I've been loading, although, this is > somewhat far within dlopen() itself. > > So, might this be a dlopen() bug or did it expect *me* to > free some struct from him? I'd guess it's within dlopen(). And the block is still reachable, so it's not a true leak, so it's probably not worth worrying about. N |