|
From: <sv...@va...> - 2009-03-22 00:49:31
|
Author: sewardj
Date: 2009-03-22 00:49:24 +0000 (Sun, 22 Mar 2009)
New Revision: 9482
Log:
Redo the suppressions in a more general way, mostly relying on library
names, pretty much as the Linux standard suppressions do.
Modified:
branches/DARWIN/darwin9.supp
Modified: branches/DARWIN/darwin9.supp
===================================================================
--- branches/DARWIN/darwin9.supp 2009-03-22 00:39:22 UTC (rev 9481)
+++ branches/DARWIN/darwin9.supp 2009-03-22 00:49:24 UTC (rev 9482)
@@ -5,85 +5,68 @@
#
{
- macos-10.5-pasteboard-1
+ mach_msg_trap-1
Memcheck:Param
mach_msg(msg.msgh_remote_port)
fun:mach_msg_trap
- fun:CFPasteboardCreate
- fun:*Pasteboard*
+ obj:/System/Library/Frameworks/CoreFoundation*
+ obj:/System/Library/Frameworks/ApplicationServices*
}
{
- macos-10.5-pasteboard-2
+ mach_msg_trap-2
Memcheck:Param
mach_msg(msg.msgh_remote_port)
fun:mach_msg_trap
- fun:CFPasteboardCreate
- fun:*PB*
+ obj:/System/Library/Frameworks/CoreFoundation*
+ obj:/System/Library/Frameworks/CoreServices*
}
{
- macos-10.5-pasteboard-3
+ mach_msg_trap-3
Memcheck:Param
mach_msg(msg.msgh_remote_port)
fun:mach_msg_trap
- fun:CFPasteboardCreate
- fun:*Prefs*
+ obj:/System/Library/Frameworks/CoreFoundation*
+ obj:/System/Library/Frameworks/Carbon*
}
{
- macos-10.5-pasteboard-4
- Memcheck:Param
- mach_msg(msg.msgh_remote_port)
- fun:mach_msg_trap
- fun:CFPasteboardCreate
- fun:CacheFMMapData
-}
-
-{
- macos-10.5-gle-1
+ macos-Cond-1
Memcheck:Cond
- fun:gleUpdate*
- ...
- fun:gleUpdate*
+ fun:GetVariationInfoFromName
+ obj:/System/Library/Frameworks/ApplicationServices*
+ obj:/System/Library/Frameworks/ApplicationServices*
}
{
- macos-10.5-gle-2
+ macos-Cond-2
Memcheck:Cond
- fun:gleUpdate*
- ...
- fun:gleInitialize*
+ fun:*PMMutex*Lock*
+ obj:/System/Library/Frameworks/ApplicationServices*
+ obj:/System/Library/Frameworks/ApplicationServices*
}
{
- macos-10.5-PMMutex-1
+ macos-Cond-3
Memcheck:Cond
- fun:_ZN7PMMutex*
- fun:_ZN7PMMutex*
- fun:_ZN7PMMutex*
+ fun:sseCGSBlendXXXX8888
+ obj:/System/Library/Frameworks/ApplicationServices*
+ obj:/System/Library/Frameworks/ApplicationServices*
}
{
- macos-10.5-misc-1
+ macos-Cond-4
Memcheck:Cond
- fun:GetVariationInfoFromName
- fun:_Z22FindBestFamilyInstanceP23privateFontObjectRecordPsS1_Pt
- fun:FOGetFontFamilyInstanceFromFont
+ fun:*CASettingsStorage*RefreshSettings*
+ obj:/System/Library/Frameworks/CoreAudio*
+ obj:/System/Library/Frameworks/CoreAudio*
}
{
- macos-10.5-misc-2
+ macos-Cond-5
Memcheck:Cond
- fun:_ZN17CASettingsStorage15RefreshSettingsEv
- fun:_ZNK17CASettingsStorage15CopyCFTypeValueEPK10__CFStringRPKvS4_
- fun:_ZNK17CASettingsStorage14CopyArrayValueEPK10__CFStringRPK9__CFArrayS5_
+ fun:gle*
+ obj:/System/Library/Frameworks/OpenGL*
+ obj:/System/Library/Frameworks/OpenGL*
}
-
-{
- macos-10.5-misc-3
- Memcheck:Cond
- fun:*ImageContent*
- fun:*IconView*LoadIconData*
- fun:*IconView*InitializeCommon*
-}
|