Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(239)

Unified Diff: tools/valgrind/memcheck/suppressions_mac.txt

Issue 1692010: Mac: Suppress mysterious valgrind error from after a bot restart.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/memcheck/suppressions_mac.txt
===================================================================
--- tools/valgrind/memcheck/suppressions_mac.txt (revision 45657)
+++ tools/valgrind/memcheck/suppressions_mac.txt (working copy)
@@ -1024,3 +1024,30 @@
fun:_ZN4base19MessagePumpLibevent3RunEPNS_11MessagePump8DelegateE
fun:_ZN11MessageLoop11RunInternalEv
}
+# Maybe this needs to be moved up to section 1?
+{
+ bug_42593
+ Memcheck:Leak
+ fun:calloc
+ fun:_internal_class_createInstanceFromZone
+ fun:_internal_class_createInstance
+ fun:+[NSObject allocWithZone:]
+ fun:_decodeObjectBinary
+ fun:_decodeObject
+ fun:-[NSButtonCell initWithCoder:]
+ fun:_decodeObjectBinary
+ fun:_decodeObject
+ fun:-[NSControl initWithCoder:]
+ fun:-[NSButton initWithCoder:]
+ fun:_decodeObjectBinary
+ fun:_decodeObject
+ fun:-[NSNibConnector initWithCoder:]
+ fun:-[NSNibOutletConnector initWithCoder:]
+ fun:_decodeObjectBinary
+ fun:-[NSKeyedUnarchiver _decodeArrayOfObjectsForKey:]
+ fun:-[NSArray(NSArray) initWithCoder:]
+ fun:_decodeObjectBinary
+ fun:_decodeObject
+ fun:-[NSIBObjectData initWithCoder:]
+ fun:_decodeObjectBinary
+}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698