[cairo-commit] cairo/test .valgrind-suppressions,1.1,1.2

Carl Worth commit at pdx.freedesktop.org
Thu Aug 18 22:43:44 PDT 2005


Committed by: cworth

Update of /cvs/cairo/cairo/test
In directory gabe:/tmp/cvs-serv18116/test

Modified Files:
	.valgrind-suppressions 
Log Message:

2005-08-18  Carl Worth  <cworth at cworth.org>

        * test/.valgrind-suppressions: Suppress a pthread initialization
        error now that tests are linked with -lpthread.


Index: .valgrind-suppressions
===================================================================
RCS file: /cvs/cairo/cairo/test/.valgrind-suppressions,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- .valgrind-suppressions	18 Jul 2005 21:35:54 -0000	1.1
+++ .valgrind-suppressions	19 Aug 2005 05:43:41 -0000	1.2
@@ -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
+}



More information about the cairo-commit mailing list