(different system library versions generate slightly different stack traces to be suppressed). === modified file 'mysql-test/valgrind.supp' --- mysql-test/valgrind.supp | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) Index: mysql-test/valgrind.supp =================================================================== --- mysql-test/valgrind.supp.orig 2009-04-07 13:40:36.000000000 +0200 +++ mysql-test/valgrind.supp 2009-04-07 13:42:12.000000000 +0200 @@ -379,7 +379,7 @@ } { - dlclose memory loss from plugin + dlclose memory loss from plugin variant 1 Memcheck:Leak fun:calloc fun:_dlerror_run @@ -388,6 +388,19 @@ } { + dlclose memory loss from plugin variant 2 + Memcheck:Leak + fun:malloc + fun:_dl_close_worker + fun:_dl_close + fun:_dl_catch_error + fun:_dlerror_run + fun:dlclose + fun:_Z15free_plugin_memP12st_plugin_dl + fun:_Z13plugin_dl_delPK19st_mysql_lex_string +} + +{ dlopen / ptread_cancel_init memory loss on Suse Linux 10.3 32/64 bit Memcheck:Leak fun:*alloc --