diff options
author | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-14 01:31:55 +0000 |
---|---|---|
committer | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-14 01:31:55 +0000 |
commit | 3ab834ce7c14df921503be2fd51774857824e6bd (patch) | |
tree | 2b9197cf33b007c43bb127687be27f99d226c3cb | |
parent | 092a4cc15cf8734408e81853d97846c94e9071fe (diff) | |
download | chromium_src-3ab834ce7c14df921503be2fd51774857824e6bd.zip chromium_src-3ab834ce7c14df921503be2fd51774857824e6bd.tar.gz chromium_src-3ab834ce7c14df921503be2fd51774857824e6bd.tar.bz2 |
Add back supressions for memory leak bug 40429. This leak
isn't completely fixed yet.
TBR=jrg@chromium.org
BUG=40429
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44433 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | tools/valgrind/memcheck/suppressions_mac.txt | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/tools/valgrind/memcheck/suppressions_mac.txt b/tools/valgrind/memcheck/suppressions_mac.txt index afd5639..894156a 100644 --- a/tools/valgrind/memcheck/suppressions_mac.txt +++ b/tools/valgrind/memcheck/suppressions_mac.txt @@ -851,6 +851,58 @@ fun:_ZN3net16HostResolverImpl3Job16OnLookupCompleteEv } { + bug_40429 + 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:-[NSKeyedUnarchiver _decodeArrayOfObjectsForKey:] + fun:-[NSArray(NSArray) initWithCoder:] + fun:_decodeObjectBinary + fun:_decodeObject + fun:-[NSView initWithCoder:] + fun:_decodeObjectBinary + fun:_decodeObject + fun:-[NSWindowTemplate initWithCoder:] + fun:_decodeObjectBinary + fun:_decodeObject +} +{ + bug_40429b + 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:-[NSNibControlConnector initWithCoder:] + fun:_decodeObjectBinary + fun:-[NSKeyedUnarchiver _decodeArrayOfObjectsForKey:] + fun:-[NSArray(NSArray) initWithCoder:] + fun:_decodeObjectBinary + fun:_decodeObject + fun:-[NSIBObjectData initWithCoder:] + fun:_decodeObjectBinary +} +{ bug_40585 Memcheck:Param socketcall.sendmsg(msg.msg_iov[i]) |