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

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

Issue 8849005: Don't initialize NSS before calling SSL_ClearSessionCache. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Sync with tip of tree Created 9 years 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 | « tools/valgrind/memcheck/suppressions.txt ('k') | 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 1724 matching lines...) Expand 10 before | Expand all | Expand 10 after
1735 fun:update_context_from_thread 1735 fun:update_context_from_thread
1736 fun:frame_thread_free 1736 fun:frame_thread_free
1737 fun:avcodec_close 1737 fun:avcodec_close
1738 ... 1738 ...
1739 fun:_ZN5media23FFmpegVideoDecodeEngineD0Ev 1739 fun:_ZN5media23FFmpegVideoDecodeEngineD0Ev
1740 fun:_ZN10scoped_ptrIN5media23FFmpegVideoDecodeEngineEE5resetEPS1_ 1740 fun:_ZN10scoped_ptrIN5media23FFmpegVideoDecodeEngineEE5resetEPS1_
1741 fun:_ZN5media27FFmpegVideoDecodeEngineTestD2Ev 1741 fun:_ZN5media27FFmpegVideoDecodeEngineTestD2Ev
1742 fun:_ZN5media51FFmpegVideoDecodeEngineTest_DecodeFrame_Normal_TestD0Ev 1742 fun:_ZN5media51FFmpegVideoDecodeEngineTest_DecodeFrame_Normal_TestD0Ev
1743 } 1743 }
1744 { 1744 {
1745 bug_95718_b
1746 Memcheck:Leak
1747 fun:calloc
1748 fun:PR_NewLock
1749 fun:ssl_Init*
1750 fun:InitSessionCacheLocks
1751 fun:initSessionCacheLocksLazily
1752 fun:PR_CallOnce
1753 fun:ssl_InitSessionCacheLocks
1754 fun:lock_cache
1755 fun:SSL_ClearSessionCache
1756 }
1757 {
1758 bug_96300 1745 bug_96300
1759 Memcheck:Leak 1746 Memcheck:Leak
1760 ... 1747 ...
1761 fun:_ZN8Security12KeychainCore5Trust8evaluate* 1748 fun:_ZN8Security12KeychainCore5Trust8evaluate*
1762 fun:SecTrustEvaluate 1749 fun:SecTrustEvaluate
1763 fun:_ZNK3net15X509Certificate14VerifyInternalERKSsiPNS_16CertVerifyResultE 1750 fun:_ZNK3net15X509Certificate14VerifyInternalERKSsiPNS_16CertVerifyResultE
1764 fun:_ZNK3net15X509Certificate6VerifyERKSsiPNS_16CertVerifyResultE 1751 fun:_ZNK3net15X509Certificate6VerifyERKSsiPNS_16CertVerifyResultE
1765 } 1752 }
1766 { 1753 {
1767 bug_96559a 1754 bug_96559a
(...skipping 460 matching lines...) Expand 10 before | Expand all | Expand 10 after
2228 fun:_ZN2v88internalL6InvokeEbNS0_6HandleINS0_10JSFunctionEEENS1_INS0_6ObjectE EEiPS5_Pb 2215 fun:_ZN2v88internalL6InvokeEbNS0_6HandleINS0_10JSFunctionEEENS1_INS0_6ObjectE EEiPS5_Pb
2229 fun:_ZN2v88internal9Execution4CallENS0_6HandleINS0_6ObjectEEES4_iPS4_Pbb 2216 fun:_ZN2v88internal9Execution4CallENS0_6HandleINS0_6ObjectEEES4_iPS4_Pbb
2230 fun:_ZN2v88Function4CallENS_6HandleINS_6ObjectEEEiPNS1_INS_5ValueEEE 2217 fun:_ZN2v88Function4CallENS_6HandleINS_6ObjectEEEiPNS1_INS_5ValueEEE
2231 fun:_ZN7WebCore7V8Proxy24instrumentedCallFunctionEPNS_4PageEN2v86HandleINS3_8 FunctionEEENS4_INS3_6ObjectEEEiPNS4_INS3_5ValueEEE 2218 fun:_ZN7WebCore7V8Proxy24instrumentedCallFunctionEPNS_4PageEN2v86HandleINS3_8 FunctionEEENS4_INS3_6ObjectEEEiPNS4_INS3_5ValueEEE
2232 fun:_ZN7WebCore7V8Proxy12callFunctionEN2v86HandleINS1_8FunctionEEENS2_INS1_6O bjectEEEiPNS2_INS1_5ValueEEE 2219 fun:_ZN7WebCore7V8Proxy12callFunctionEN2v86HandleINS1_8FunctionEEENS2_INS1_6O bjectEEEiPNS2_INS1_5ValueEEE
2233 fun:_ZN7WebCore19V8LazyEventListener20callListenerFunctionEPNS_22ScriptExecut ionContextEN2v86HandleINS3_5ValueEEEPNS_5EventE 2220 fun:_ZN7WebCore19V8LazyEventListener20callListenerFunctionEPNS_22ScriptExecut ionContextEN2v86HandleINS3_5ValueEEEPNS_5EventE
2234 fun:_ZN7WebCore23V8AbstractEventListener18invokeEventHandlerEPNS_22ScriptExec utionContextEPNS_5EventEN2v86HandleINS5_5ValueEEE 2221 fun:_ZN7WebCore23V8AbstractEventListener18invokeEventHandlerEPNS_22ScriptExec utionContextEPNS_5EventEN2v86HandleINS5_5ValueEEE
2235 fun:_ZN7WebCore23V8AbstractEventListener11handleEventEPNS_22ScriptExecutionCo ntextEPNS_5EventE 2222 fun:_ZN7WebCore23V8AbstractEventListener11handleEventEPNS_22ScriptExecutionCo ntextEPNS_5EventE
2236 fun:_ZN7WebCore11EventTarget18fireEventListenersEPNS_5EventEPNS_15EventTarget DataERN3WTF6VectorINS_23RegisteredEventListenerELm1EEE 2223 fun:_ZN7WebCore11EventTarget18fireEventListenersEPNS_5EventEPNS_15EventTarget DataERN3WTF6VectorINS_23RegisteredEventListenerELm1EEE
2237 } 2224 }
OLDNEW
« no previous file with comments | « tools/valgrind/memcheck/suppressions.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698