No used_suppression in verbose memcheck output

"Mallove, EthanX A" <[email protected]>
Newsgroups gmane.comp.debugging.valgrind
Message-ID <BYAPR11MB37849DCD65809C2DA249BF91D0029@BYAPR11MB3784.namprd11.prod.outlook.com>
Hello,

I've intentionally created a memory leak in my application by adding a malloc() without a corresponding free(), but it seems to be suppressed by this block of my .supp file:

{
    libc-2
    Memcheck:Leak
    ...
    obj:*/libc-2.17.so
}

When I remove the above from my suppression file, I see the <error> leak in the output XML.

But when the libc suppression is active, why isn't there a "used_suppression" line in the -v output?

Thank you,
Ethan

_______________________________________________
Valgrind-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/valgrind-users
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.