|
From: <sv...@va...> - 2009-07-10 06:48:23
|
Author: bart
Date: 2009-07-10 07:48:13 +0100 (Fri, 10 Jul 2009)
New Revision: 10422
Log:
Added a suppression pattern for call stacks referencing the function _Unwind_ForcedUnwind / generalized the suppression pattern for the function _Unwind_ForcedUnwind_Phase2.
Modified:
trunk/glibc-2.X-drd.supp
Modified: trunk/glibc-2.X-drd.supp
===================================================================
--- trunk/glibc-2.X-drd.supp 2009-07-10 06:38:20 UTC (rev 10421)
+++ trunk/glibc-2.X-drd.supp 2009-07-10 06:48:13 UTC (rev 10422)
@@ -250,13 +250,13 @@
{
pthread-unwind
drd:ConflictingAccess
- fun:uw_update_context
- fun:_Unwind_ForcedUnwind_Phase2
+ ...
+ fun:_Unwind_ForcedUnwind
}
{
pthread-unwind
drd:ConflictingAccess
- fun:uw_frame_state_for
+ ...
fun:_Unwind_ForcedUnwind_Phase2
}
{
|