New issue
Advanced search Search tips

Issue 700207 link

Starred by 2 users

Issue metadata

Status: Duplicate
Merged: issue 698034
Owner: ----
Closed: Mar 2017
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 2
Type: Bug



Sign in to add a comment

FullscreenDetectorTimerCancelledOnContextDestroy is flaky

Project Member Reported by skobes@chromium.org, Mar 10 2017

Issue description

Crashes about 50% of the time, testing locally on Linux trunk build.

$ webkit_unit_tests --gtest_filter=HTMLMediaElementEventListenersTest.FullscreenDetectorTimerCancelledOnContextDestroy
...
../../third_party/WebKit/Source/core/html/HTMLMediaElementEventListenersTest.cpp:171: Failure
Value of: observedResults.size()
  Actual: 0
Expected: 1u
Which is: 1
../../build/linux/debian_wheezy_amd64-sysroot/usr/lib/gcc/x86_64-linux-gnu/4.6/../../../../include/c++/4.6/debug/vector:313:
    error: attempt to subscript container with out-of-bounds index 0, but     
    container only holds 0 elements.

Objects involved in the operation:
sequence "this" @ 0x0x7fff980c6a00 {
}
Received signal 6
#0 0x7f747287dbbb base::debug::StackTrace::StackTrace()
#1 0x7f747287c24c base::debug::StackTrace::StackTrace()
#2 0x7f747287d6cf base::debug::(anonymous namespace)::StackDumpSignalHandler()
#3 0x7f74731b8330 <unknown>
#4 0x7f7460f0ec37 gsignal
#5 0x7f7460f12028 abort
#6 0x7f746134cfe5 __gnu_debug::_Error_formatter::_M_error()
#7 0x000000cde18c std::__debug::vector<>::operator[]()
#8 0x000000cdc46e blink::HTMLMediaElementEventListenersTest_FullscreenDetectorTimerCancelledOnContextDestroy_Test::TestBody()
...
1 test crashed:
    HTMLMediaElementEventListenersTest.FullscreenDetectorTimerCancelledOnContextDestroy (../../third_party/WebKit/Source/core/html/HTMLMediaElementEventListenersTest.cpp:133)
 
Project Member

Comment 1 by bugdroid1@chromium.org, Mar 10 2017

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/98fd3234c0100a359e8bfbaf32d164a092b12a31

commit 98fd3234c0100a359e8bfbaf32d164a092b12a31
Author: skobes <skobes@chromium.org>
Date: Fri Mar 10 00:30:08 2017

Disable flaky test case in HTMLMediaElementEventListenersTest.

BUG= 700207 
TBR=zqzhang
NOTRY=true

Review-Url: https://codereview.chromium.org/2738343002
Cr-Commit-Position: refs/heads/master@{#455922}

[modify] https://crrev.com/98fd3234c0100a359e8bfbaf32d164a092b12a31/third_party/WebKit/Source/core/html/HTMLMediaElementEventListenersTest.cpp

Comment 2 by skobes@chromium.org, Mar 10 2017

Mergedinto: 698034
Status: Duplicate (was: Untriaged)

Sign in to add a comment