On 18 Jan 2010, at 21:06, Vasanta wrote: > Thanks Ashley. > > I can see lot of places function called "adpModuleDebug", it shows address, > Is there anyway valgrind can point little bit inside where exactly (line > number like gdb) memory leak is?. any idea?.
For this the code needs to be compiled with debugging enabled, the same as with gdb. Ensure you are using the -g option to the compiler. > Ashley. ------------------------------------------------------------------------------ Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information security's most important issues through interactions with peers, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev _______________________________________________ Valgrind-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/valgrind-users
