|
From: Tom H. <th...@cy...> - 2004-08-11 12:25:38
|
In message <411...@re...>
Lucas Brasilino <bra...@re...> wrote:
> Both case, in function doLazyUserLogout (main.c:209)
> and doLogin (netconn.c:122) are the enter point of the
> dynamic loaded library. Both memory leaks is due the same
> problem, starting at 0x4022D0EE function.
Unfortunately valgrind currently loses all symbol information when
a library is unloaded which is why you aren't getting any information
for those lines in the stack trace.
> How can I trace those not traced ("???") calls?
If you can stop your program unloading the plugins (ie just don't
do the dlclose) then that should allow you to see where the problem
is coming from on.
Tom
--
Tom Hughes (th...@cy...)
Software Engineer, Cyberscience Corporation
http://www.cyberscience.com/
|