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 +}