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

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

Issue 10206005: Consolidate the suppressions for the _dlerror_run leak in dlsym. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Sync before checkin Created 8 years, 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | 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 133709)
+++ tools/valgrind/memcheck/suppressions.txt (working copy)
@@ -189,7 +189,7 @@
fun:PR_LoadLibraryWithFlags
}
{
- dlopen leak on error. TODO(timurrrr): file a bug
+ dlopen leak on error. See http://sourceware.org/bugzilla/show_bug.cgi?id=12878.
Memcheck:Leak
fun:calloc
fun:_dlerror_run
@@ -438,6 +438,13 @@
fun:SEC_PKCS12DecoderUpdate
}
{
+ bug_51770 (Third Party)
+ Memcheck:Leak
+ fun:calloc
+ fun:_dlerror_run
+ fun:dlsym
+}
+{
bug_58730_strlen_addr8 (Third Party)
Memcheck:Unaddressable
fun:__strlen_sse2
@@ -1977,14 +1984,6 @@
fun:_ZN7WebCore13TextRunWalker14widthOfFullRunEv
}
{
- bug_51770
- Memcheck:Leak
- fun:calloc
- fun:_dlerror_run
- fun:dlsym
- fun:localtime_r
-}
-{
bug_51679
Memcheck:Leak
fun:_Znw*
@@ -2377,19 +2376,6 @@
fun:_ZN7WebCore17GraphicsContext3D10texImage2DEjjjjjjjjPv
}
{
- bug_60958
- Memcheck:Leak
- fun:calloc
- fun:_dlerror_run
- fun:dlsym
- fun:_Z*26InitLibcLocaltimeFunctionsv
- fun:pthread_once
- fun:_ZNK4base4Time7ExplodeEbPNS0_8ExplodedE
- fun:_ZNK4base4Time12LocalExplodeEPNS0_8ExplodedE
- fun:_ZNK4base4Time13LocalMidnightEv
- fun:_ZN7history20VisitSegmentDatabase17QuerySegmentUsageEN4base4TimeEiPSt6vectorIP13PageUsageDataSaIS5_EE
-}
-{
bug_69073
Memcheck:Leak
fun:malloc
@@ -5802,19 +5788,6 @@
fun:_ZN6webkit3gpu46WebGraphicsContext3DInProcessCommandBufferImpl10InitializeEN6WebKit20WebGraphicsContext3D10AttributesEPS3_
}
{
- bug_124494
- Memcheck:Leak
- fun:calloc
- fun:_dlerror_run
- fun:dlsym
- fun:_ZN29RuntimeLibNSSFunctionPointersC1Ev
- fun:_ZN22DefaultSingletonTraitsI29RuntimeLibNSSFunctionPointersE3NewEv
- fun:_ZN9SingletonI29RuntimeLibNSSFunctionPointers22DefaultSingletonTraitsIS0_ES0_E3getEv
- fun:_ZN29RuntimeLibNSSFunctionPointers11GetInstanceEv
- fun:_ZL43GetCacheOCSPResponseFromSideChannelFunctionv
- fun:_ZL23IsOCSPStaplingSupportedv
-}
-{
bug_124496
Memcheck:Leak
fun:_Znw*
« 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