Skip to content

Commit

Permalink
Another supp for 10.5.x.
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11310
  • Loading branch information
julian-seward1 committed Aug 31, 2010
1 parent 0d2ba7f commit 92160dc
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions darwin9.supp
Expand Up @@ -187,6 +187,23 @@
fun:_ZNK9TBaseFont12CopyFeaturesEv
}

# Conditional jump or move depends on uninitialised value(s)
# at 0x4E5CD59: _DPSNextEvent (in /System/Library/Frameworks
# /AppKit.framework/Versions/C/AppKit)
# by 0x4E5BF87: -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:]
# (in /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit)
# by 0x4E54F9E: -[NSApplication run] (in /System/Library/Frameworks
# /AppKit.framework/Versions/C/AppKit)
# Uninitialised value was created by a stack allocation
# at 0x4E5C450: _DPSNextEvent (in /System/Library/Frameworks
# /AppKit.framework/Versions/C/AppKit)
{
macos-_DPSNextEvent-stack-allocated-uninit
Memcheck:Cond
fun:_DPSNextEvent
}


##----------------------------------------------------------------------##
# Helgrind
##----------------------------------------------------------------------##
Expand Down

0 comments on commit 92160dc

Please sign in to comment.