diff options
Diffstat (limited to 'mysql-test/valgrind.supp')
-rw-r--r-- | mysql-test/valgrind.supp | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/mysql-test/valgrind.supp b/mysql-test/valgrind.supp index 6939dd489cd..258e4d4a22b 100644 --- a/mysql-test/valgrind.supp +++ b/mysql-test/valgrind.supp @@ -240,6 +240,7 @@ fun:kill_server_thread } + # Red Hat AS 4 32 bit { dl_relocate_object @@ -405,3 +406,17 @@ futex(utime) fun:__lll_mutex_unlock_wake } + +# +# Warning when printing stack trace (to suppress some not needed warnings) +# + +{ + vprintf on stacktrace + Memcheck:Cond + fun:vfprintf + fun:uffered_vfprintf + fun:vfprintf + fun:fprintf + fun:print_stacktrace +} |