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

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: Remove the Mac-specific suppression 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
Index: tools/valgrind/memcheck/suppressions.txt
===================================================================
--- tools/valgrind/memcheck/suppressions.txt (revision 113286)
+++ tools/valgrind/memcheck/suppressions.txt (working copy)
@@ -3224,21 +3224,14 @@
fun:*ResolveProxyMsgHelperTest_*_Test8TestBodyEv
}
{
- bug_77990
+ # Intentionally leaking NSS to prevent shutdown crashes
cbentzel 2011/12/07 13:14:52 This should move into either section 1 or section
+ bug_77990 (Intentional)
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
« no previous file with comments | « no previous file | tools/valgrind/memcheck/suppressions_mac.txt » ('j') | tools/valgrind/memcheck/suppressions_mac.txt » ('J')

Powered by Google App Engine
This is Rietveld 408576698