Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Sep 2009 20:09:43 GMT
From:      Stanislav Sedov <stas@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 169029 for review
Message-ID:  <200909292009.n8TK9hhu023371@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

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

Change 169029 by stas@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
+}
+



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909292009.n8TK9hhu023371>