|
Page Created :
qpid :
ValgrindBadSuppressions
ValgrindBadSuppressions has been created by Alan Conway (Mar 28, 2007). Content:(Observed with valgrind 3.2.1) Unknown macro: {
<insert a suppression name here>
Memcheck}
The identifying characteristic is that they begin with fun:_vg<something> http://article.gmane.org/gmane.comp.debugging.valgrind/5939 The workaround is to replace fun:vg*_lib*<something> with fun:<something>, where something The following test program demonstrates the problem #include <stdlib.h> Unknown macro: {
char*p = malloc(10);
free(p);
free(p);
}
|
Powered by
Atlassian Confluence
(Version: 2.2.9 Build:#527 Sep 07, 2006)
-
Bug/feature request
Unsubscribe or edit your notifications preferences
Unsubscribe or edit your notifications preferences
