|
From: Shiqing F. <fa...@hl...> - 2007-09-11 17:45:01
Attachments:
fan.vcf
|
Hello All, I have being using Valgrind/Memcheck for checking parallel programs for a short time now, I like it very much. Now I'm just wondering if it's possible to let valgrind ignore specific kind of errors. For instance, when running with large applications with thousands of output messages from Valgrind. this might help users to see the error messages that they really care about. Or is there already such feature? Thanks, Shiqing |
|
From: Michael A. <Mic...@fs...> - 2007-09-11 17:50:11
|
Shiqing Fan wrote: > Hello All, > Hello Shiqing, > I have being using Valgrind/Memcheck for checking parallel programs for > a short time now, I like it very much. > > Now I'm just wondering if it's possible to let valgrind ignore specific > kind of errors. For instance, when running with large applications with > thousands of output messages from Valgrind. this might help users to see > the error messages that they really care about. Or is there already such > feature? Yes, I believe you can use suppressions. See http://valgrind.org/docs/manual/mc-manual.html#mc-manual.suppfiles for details. > > > Thanks, > Shiqing Cheers, Michael |