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

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

Issue 8823019: Mark the leak of bug 77990 as intentional and adjust the suppression (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Upload before checkin 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/valgrind/memcheck/suppressions_mac.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/memcheck/suppressions.txt
===================================================================
--- tools/valgrind/memcheck/suppressions.txt (revision 113440)
+++ tools/valgrind/memcheck/suppressions.txt (working copy)
@@ -985,6 +985,16 @@
fun:_ZN3net18SSLClientSocketNSS15DoHandshakeLoopEi
}
{
+ # Intentionally leaking NSS to prevent shutdown crashes
+ bug_77990 (Intentional)
+ Memcheck:Leak
+ fun:calloc
+ ...
+ fun:error_get_my_stack
+ fun:nss_ClearErrorStack
+ fun:NSSArena_Destroy
+}
+{
bug_83345 (Needs_Annotation)
Memcheck:Leak
...
@@ -3208,23 +3218,6 @@
fun:*ResolveProxyMsgHelperTest_*_Test8TestBodyEv
}
{
- bug_77990
- Memcheck:Leak
- fun:calloc
- ...
- fun:error_get_my_stack
- fun:nss_ClearErrorStack
- fun:NSSArena_Destroy
- fun:nssList_Destroy
- fun:nssCertificateStore_RemoveCertLOCKED
- fun:nssCertificate_Destroy
- ...
- fun:ssl_DestroySID
- fun:ssl_FreeLockedSID
- fun:UncacheSID
- fun:SSL_ClearSessionCache
-}
-{
bug_78201
Memcheck:Leak
fun:_Znw*
« no previous file with comments | « no previous file | tools/valgrind/memcheck/suppressions_mac.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698