|
From: Ashley P. <as...@qu...> - 2005-08-24 17:41:20
|
Hi,
Is it possible to write suppressions at line number resolution rather
than just the function names, I've found a couple of false positives
that I need to suppress and it seems a bit of a sledgehammer technique
to suppress the whole function. Currently I've got this:
{
subgroup gather check
Memcheck:Cond
fun:elan_createSubGroup
}
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?
Ashley,
|