maria-developers team mailing list archive
-
maria-developers team
-
Mailing list archive
-
Message #00357
[Branch ~maria-captains/maria/5.1] Rev 2710: Fixed valgrind warnings on 64 bit x86 SuSE 11.1
------------------------------------------------------------
revno: 2710
committer: Michael Widenius <monty@xxxxxxxxxxxx>
branch nick: mysql-maria
timestamp: Fri 2009-06-05 23:46:23 +0300
message:
Fixed valgrind warnings on 64 bit x86 SuSE 11.1
modified:
mysql-test/valgrind.supp
=== modified file 'mysql-test/valgrind.supp'
--- mysql-test/valgrind.supp 2009-06-05 15:35:22 +0000
+++ mysql-test/valgrind.supp 2009-06-05 20:46:23 +0000
@@ -422,12 +422,25 @@
obj:/lib*/ld-*.so
obj:/lib*/ld-*.so
obj:/lib*/libdl-*.so
- fun:_dl_close
+ fun:dlclose
fun:_ZL15free_plugin_memP12st_plugin_dl
fun:_ZL13plugin_dl_delPK19st_mysql_lex_string
}
{
+ dlclose memory loss from plugin variant 5
+ Memcheck:Leak
+ fun:malloc
+ obj:/lib*/ld-*.so
+ obj:/lib*/ld-*.so
+ obj:/lib*/ld-*.so
+ obj:/lib*/ld-*.so
+ obj:/lib*/libdl-*.so
+ fun:dlclose
+ fun:_ZL15free_plugin_memP12st_plugin_dl
+}
+
+{
dlopen / ptread_cancel_init memory loss on Suse Linux 10.3 32/64 bit ver 1
Memcheck:Leak
fun:*alloc
--
lp:maria
https://code.launchpad.net/~maria-captains/maria/5.1
Your team Maria developers is subscribed to branch lp:maria.
To unsubscribe from this branch go to https://code.launchpad.net/~maria-captains/maria/5.1/+edit-subscription.