Suppress a pthread initialization error now that tests are linked with -lpthread.

This commit is contained in:
Carl Worth 2005-08-18 22:43:39 +00:00
parent 45cea5efc8
commit 0e56f2ea0a
2 changed files with 16 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2005-08-18 Carl Worth <cworth@cworth.org>
* test/.valgrind-suppressions: Suppress a pthread initialization
error now that tests are linked with -lpthread.
2005-08-18 Carl Worth <cworth@cworth.org>
* src/cairo-pattern.c: Fix documentation comment to use &amp; in

View file

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