diff options
author | reillyg <reillyg@chromium.org> | 2015-10-19 18:21:53 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-10-20 01:22:50 +0000 |
commit | d23e5227812017c98c1d4fec6228cfec84a1c91c (patch) | |
tree | a78ed0997d9a33a945b3b0489106bbcc5c5c2c00 /tools/valgrind | |
parent | eaa987d5ea129080597e7e537a5037eea213d42d (diff) | |
download | chromium_src-d23e5227812017c98c1d4fec6228cfec84a1c91c.zip chromium_src-d23e5227812017c98c1d4fec6228cfec84a1c91c.tar.gz chromium_src-d23e5227812017c98c1d4fec6228cfec84a1c91c.tar.bz2 |
Add suppressions for crbug.com/545273.
Not sure at this point if this is a Dr. Memory bug or a V8 bug. There
was an update to Dr. Memory when this issue started to show up and no
change to V8 though there was a roll 2 builds previous and this issue is
slightly flaky.
BUG=545273
TBR=bruening@chromium.org
Review URL: https://codereview.chromium.org/1414883002
Cr-Commit-Position: refs/heads/master@{#354950}
Diffstat (limited to 'tools/valgrind')
-rw-r--r-- | tools/valgrind/drmemory/suppressions_full.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/valgrind/drmemory/suppressions_full.txt b/tools/valgrind/drmemory/suppressions_full.txt index 0e8f585..aed6e03 100644 --- a/tools/valgrind/drmemory/suppressions_full.txt +++ b/tools/valgrind/drmemory/suppressions_full.txt @@ -2022,3 +2022,15 @@ ntdll.dll!RtlSetLastWin32ErrorAndNtStatusFromNtStatus UNINITIALIZED READ name=bug_519041_b ntdll.dll!RtlDecodePointer + +UNADDRESSABLE ACCESS +name=bug_545273 +v8.dll!v8::internal::LookupIterator::LookupIterator +v8.dll!v8::internal::LookupIterator::PropertyOrElement +v8.dll!v8::internal::Runtime::GetObjectProperty +v8.dll!v8::internal::KeyedLoadIC::Load +v8.dll!v8::internal::Runtime_KeyedLoadIC_Miss +v8.dll!v8::internal::`anonymous namespace'::Invoke +v8.dll!v8::internal::Execution::Call +... +net_with_v8.dll!net::ProxyResolverV8::Context::* |