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

Unified Diff: tools/heapcheck/suppressions.txt

Issue 15993010: suppress memory leak from v8 3.19.8.1 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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/heapcheck/suppressions.txt
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt
index 2c654750db811bc0a4f7121cb4a929db5f52bfaa..9989a262c8f6126a7ec889bd920527fe4d3b8dfd 100644
--- a/tools/heapcheck/suppressions.txt
+++ b/tools/heapcheck/suppressions.txt
@@ -1890,3 +1890,39 @@
fun:std::operator+
fun:TemplateURLServiceTest_ResetNonExtensionURLs_Test::TestBody
}
+{
+ bug_246567a
+ Heapcheck:Leak
+ fun:v8::internal::PerThreadAssertScopeBase::AssertData
+ fun:v8::internal::PerThreadAssertScope::IsAllowed
+ fun:v8::internal::Heap::AllocateRaw
+ fun:v8::internal::Heap::Allocate
+ fun:v8::internal::Heap::AllocateForeign
+ fun:v8::internal::Heap::AllocateExternal
+ fun:v8::internal::Factory::NewExternal
+ fun:v8::External::New
+ fun:net::ProxyResolverV8::Context::InitV8
+ fun:net::ProxyResolverV8::SetPacScript
+ fun:net::ProxyResolverV8Tracing::Job::ExecuteProxyResolver
+ fun:net::ProxyResolverV8Tracing::Job::ExecuteBlocking
+}
+{
+ bug_246567b
+ Heapcheck:Leak
+ fun:v8::internal::PerThreadAssertScopeBase::AssertData
+ fun:v8::internal::PerThreadAssertScope::IsAllowed
+ fun:v8::internal::HandleScope::CreateHandle
+ fun:Handle
+ fun:MacroAssembler
+ fun:v8::internal::Deoptimizer::EnsureCodeForDeoptimizationEntry
+ fun:v8::internal::Isolate::Init
+ fun:v8::internal::V8::Initialize
+ fun:v8::internal::Snapshot::Initialize
+ fun:InitializeHelper
+ fun:v8::V8::Initialize
+ fun:v8::Locker::Initialize
+ fun:net::ProxyResolverV8::Context::InitV8
+ fun:net::ProxyResolverV8::SetPacScript
+ fun:net::ProxyResolverV8Tracing::Job::ExecuteProxyResolver
+ fun:net::ProxyResolverV8Tracing::Job::ExecuteBlocking
+}
« 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