PERFORCE change 169029 for review

Stanislav Sedov stas at FreeBSD.org
Tue Sep 29 20:09:44 UTC 2009


http://perforce.freebsd.org/chv.cgi?CH=169029

Change 169029 by stas at stas_yandex on 2009/09/29 20:09:20

	- Add suppressions for DRD

Affected files ...

.. //depot/projects/valgrind/freebsd.supp#4 edit

Differences ...

==== //depot/projects/valgrind/freebsd.supp#4 (text+ko) ====

@@ -19,3 +19,17 @@
    fun:puts
    fun:main
 }
+{
+   DRD-1
+   drd:ConflictingAccess
+   obj:/lib/libthr.so.3
+   fun:pthread_create
+   fun:pthread_create
+   fun:main
+}
+{
+   DRD-2
+   drd:ConflictingAccess
+   fun:pthread_exit
+}
+


More information about the p4-projects mailing list