From 0e56f2ea0acb1f5359294b5da5f60b05673d75e3 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Thu, 18 Aug 2005 22:43:39 +0000 Subject: [PATCH] Suppress a pthread initialization error now that tests are linked with -lpthread. --- ChangeLog | 5 +++++ test/.valgrind-suppressions | 11 +++++++++++ 2 files changed, 16 insertions(+) diff --git a/ChangeLog b/ChangeLog index a167cbd06..103316d96 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-08-18 Carl Worth + + * test/.valgrind-suppressions: Suppress a pthread initialization + error now that tests are linked with -lpthread. + 2005-08-18 Carl Worth * src/cairo-pattern.c: Fix documentation comment to use & in diff --git a/test/.valgrind-suppressions b/test/.valgrind-suppressions index 1b1832fa3..8e19ad563 100644 --- a/test/.valgrind-suppressions +++ b/test/.valgrind-suppressions @@ -24,3 +24,14 @@ fun:png_write_image fun:write_png_argb32 } +{ + pthread initialization strstr bug + Memcheck:Cond + fun:strstr + fun:__pthread_initialize_minimal + obj:/lib/libpthread-2.3.5.so + obj:/lib/libpthread-2.3.5.so + fun:call_init + fun:_dl_init + obj:/lib/ld-2.3.5.so +}