diff options
author | Sergei Golubchik <sergii@pisem.net> | 2011-12-14 10:59:11 +0100 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2011-12-14 10:59:11 +0100 |
commit | 818af42f1de640f3951fcfde0cb9b7b76d06a01e (patch) | |
tree | 01ce0cff9b245923397fe70e5f02ccbdb309ccb7 /mysql-test/valgrind.supp | |
parent | db8f698c8a03bcc920b9453f8822fbbd8ec7ea66 (diff) | |
download | mariadb-git-818af42f1de640f3951fcfde0cb9b7b76d06a01e.tar.gz |
new valgrind suppression for ld.so
give mysqld more time to start under valgrind
Diffstat (limited to 'mysql-test/valgrind.supp')
-rw-r--r-- | mysql-test/valgrind.supp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mysql-test/valgrind.supp b/mysql-test/valgrind.supp index 5174b04c054..d505cd80261 100644 --- a/mysql-test/valgrind.supp +++ b/mysql-test/valgrind.supp @@ -150,12 +150,12 @@ } { - strlen/_dl_init_paths/dl_main/_dl_sysdep_start(Cond) + somewhere in ld.so, when loading mysqld Memcheck:Cond - fun:strlen - fun:_dl_init_paths + ... fun:dl_main fun:_dl_sysdep_start + fun:_dl_start } { |