|
From: Nicholas N. <nj...@ca...> - 2004-09-01 21:57:30
|
On Wed, 1 Sep 2004, Naveen Kumar wrote: > I am running valgrind on a executable and I dont > see any output. I put in the verbose option for > valgrind and the last line printed is > > ==3145== Reading syms from so-and-so-binary > (0x8048000) > > Thats it. I dont get any output after that. I then > recompiled coregrind with some of the debug flags set > to true and reran the executable. It prints out lots > of data and thats it, it just stops at some point. > There dont seem to be any apparent errors from those > logs. Any suggestion ? The linux box is running the > Linux-2.4.9-12 kernel. I did test valgrind on a > simpler executable and it worked fine. On this > particular executable though I dont have a clue. You don't say which Valgrind version you are using. Is the program you are running written in Ada? This sounds like bug #87904 (http://bugs.kde.org/show_bug.cgi?id=87904). N |