|
From: Nicholas N. <nj...@cs...> - 2005-08-24 18:08:32
|
On Wed, 24 Aug 2005, Ashley Pittman wrote: > Is it possible to write suppressions at line number resolution rather > than just the function names No. But Joseph M Link wrote a patch just recently that lets you do this (see "Patch to support suppressions by source file" on valgrind-users). Perhaps this should go into the repository. > Also, one thing I've spotted, if an error is found in a installed shared > library the report only shows the filename but if the library is loaded > from a LD_LIBRARY_PATH setting it gets a full filename:line_number. Is > there a way to turn this behaviour on by default? That isn't intentional, it sounds like a bug. Can you give a more specific example? Nick |