|
From: Nicholas N. <nj...@ca...> - 2003-11-15 12:59:13
|
On Sat, 15 Nov 2003, sandhya satyanarayan wrote: > I am facing problem in detecting memory leaks using > valgrind for a multithreaded application.When i run > the multithreaded applcn with valgrind valgrind > doensnt detect any errors and neither does it shows > the leak > summary. The last line shown by valgrind is > "valgrind's libpthread.so: KLUDGED call to: > phread_cond_destroy" > What may be the problem What may be the problem, indeed? It's difficult to say, from the scant information you have presented. Perhaps if you could tell us some useful information, such as the version you are running, what command-line you are using, and what the output of "valgrind -v" looks like, we might be able to help you. N |