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

Side by Side Diff: tools/valgrind/memcheck/suppressions_mac.txt

Issue 1753011: Valgrind: Suppress another Mac memory error.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 7 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # There are three kinds of suppressions in this file: 1 # There are three kinds of suppressions in this file:
2 # 1. Third party stuff we have no control over. 2 # 1. Third party stuff we have no control over.
3 # 3 #
4 # 2. Intentional unit test errors, stuff that is somehow a false positive 4 # 2. Intentional unit test errors, stuff that is somehow a false positive
5 # in our own code, or stuff that is so trivial it's not worth fixing. 5 # in our own code, or stuff that is so trivial it's not worth fixing.
6 # 6 #
7 # 3. Suppressions for real chromium bugs that are not yet fixed. 7 # 3. Suppressions for real chromium bugs that are not yet fixed.
8 # These should all be in chromium's bug tracking system. 8 # These should all be in chromium's bug tracking system.
9 # Periodically we should sweep this file and the bug tracker clean by 9 # Periodically we should sweep this file and the bug tracker clean by
10 # running overnight and removing outdated bugs/suppressions. 10 # running overnight and removing outdated bugs/suppressions.
(...skipping 1050 matching lines...) Expand 10 before | Expand all | Expand 10 after
1061 fun:-[NSNibConnector initWithCoder:] 1061 fun:-[NSNibConnector initWithCoder:]
1062 fun:-[NSNibOutletConnector initWithCoder:] 1062 fun:-[NSNibOutletConnector initWithCoder:]
1063 fun:_decodeObjectBinary 1063 fun:_decodeObjectBinary
1064 fun:-[NSKeyedUnarchiver _decodeArrayOfObjectsForKey:] 1064 fun:-[NSKeyedUnarchiver _decodeArrayOfObjectsForKey:]
1065 fun:-[NSArray(NSArray) initWithCoder:] 1065 fun:-[NSArray(NSArray) initWithCoder:]
1066 fun:_decodeObjectBinary 1066 fun:_decodeObjectBinary
1067 fun:_decodeObject 1067 fun:_decodeObject
1068 fun:-[NSIBObjectData initWithCoder:] 1068 fun:-[NSIBObjectData initWithCoder:]
1069 fun:_decodeObjectBinary 1069 fun:_decodeObjectBinary
1070 } 1070 }
1071 {
1072 bug_42622
1073 Memcheck:Addr4
1074 fun:_ZN3WTF11currentTimeEv
1075 fun:_ZN7WebCore5EventC2ERKNS_12AtomicStringEbb
1076 fun:_ZN7WebCore12MessageEventC2EN3WTF10PassRefPtrINS_21SerializedScriptValueE EERKNS_6StringES7_NS2_INS_9DOMWindowEEENS1_10PassOwnPtrINS1_6VectorINS1_6RefPtrI NS_11MessagePortEEELm1EEEEE
1077 fun:_ZN7WebCore12MessageEventC1EN3WTF10PassRefPtrINS_21SerializedScriptValueE EERKNS_6StringES7_NS2_INS_9DOMWindowEEENS1_10PassOwnPtrINS1_6VectorINS1_6RefPtrI NS_11MessagePortEEELm1EEEEE
1078 fun:_ZN7WebCore12MessageEvent6createEN3WTF10PassOwnPtrINS1_6VectorINS1_6RefPt rINS_11MessagePortEEELm1EEEEENS1_10PassRefPtrINS_21SerializedScriptValueEEERKNS_ 6StringESE_NS9_INS_9DOMWindowEEE
1079 fun:_ZN7WebCore18createConnectEventEN3WTF10PassRefPtrINS_11MessagePortEEE
1080 fun:_ZN6WebKit19WebSharedWorkerImpl11connectTaskEPN7WebCore22ScriptExecutionC ontextEPS0_N3WTF10PassOwnPtrINS1_18MessagePortChannelEEE
1081 fun:_ZN7WebCore18GenericWorkerTask2IPN6WebKit19WebSharedWorkerImplES3_PNS_18M essagePortChannelEN3WTF10PassOwnPtrIS4_EEE11performTaskEPNS_22ScriptExecutionCon textE
1082 fun:_ZN7WebCore13WorkerRunLoop4Task11performTaskEPNS_22ScriptExecutionContext E
1083 fun:_ZN7WebCore13WorkerRunLoop9runInModeEPNS_13WorkerContextERKNS_13ModePredi cateE
1084 fun:_ZN7WebCore13WorkerRunLoop3runEPNS_13WorkerContextE
1085 fun:_ZN7WebCore12WorkerThread12runEventLoopEv
1086 fun:_ZN7WebCore12WorkerThread12workerThreadEv
1087 fun:_ZN7WebCore12WorkerThread17workerThreadStartEPv
1088 fun:_ZN3WTFL16threadEntryPointEPv
1089 fun:_pthread_start
1090 fun:thread_start
1091 }
OLDNEW
« 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