|
From: <sv...@va...> - 2009-08-20 06:07:26
|
Author: bart
Date: 2009-08-20 07:07:10 +0100 (Thu, 20 Aug 2009)
New Revision: 10853
Log:
Removed the most recently added DRD suppression pattern (was added
to make drd/tests/qt4_mutex pass on Fedora 11 x86_64). Further
analysis has shown that this is an issue in libQtCore that should be
fixed instead of suppressed. Will file a bug report in the Fedora
bugzilla instead.
Modified:
trunk/glibc-2.X-drd.supp
Modified: trunk/glibc-2.X-drd.supp
===================================================================
--- trunk/glibc-2.X-drd.supp 2009-08-20 00:22:10 UTC (rev 10852)
+++ trunk/glibc-2.X-drd.supp 2009-08-20 06:07:10 UTC (rev 10853)
@@ -220,12 +220,6 @@
drd:ConflictingAccess
fun:_ZN10QMutexPool3getEPKv
}
-{
- drd-libQtCore-QThread::QThread(QObject*)
- drd:ConflictingAccess
- ...
- fun:_ZN7QThreadC2EP7QObject
-}
#
# Suppression patterns for libboost.
|