|
From: Bart V. A. <bar...@gm...> - 2008-03-18 14:33:30
|
On Tue, Mar 18, 2008 at 2:12 PM, Aravind G S <Ara...@ib...> wrote: > > I am using valgrind to find the memory leakages of my application. I am > using Sun compiler to compile the source code in Linux. But I am not able to > find the line number/file where the leakage happens. It displays only the > library where the problem occurs. Is there any method to display the file > name while using Sun compilers? Hello Aravind, Would it be feasible to recompile Valgrind and your application with gcc, or do you need particular Sun Studio features ? Bart. |