mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-03 18:40:18 +01:00
Suppress a pthread initialization error now that tests are linked with -lpthread.
This commit is contained in:
parent
45cea5efc8
commit
0e56f2ea0a
2 changed files with 16 additions and 0 deletions
|
|
@ -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 & in
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue