No subject
Tue May 3 15:05:30 PDT 2016
(lldb) bt
* thread #1, queue = 'com.apple.main-thread', stop reason = step over
frame #0: WebCore`WebCore::GamepadManager::makeGamepadVisible(this=0x000000011910eb08, platformGamepad=0x00007fcfd0e05910, navigatorSet=0x000000011910eb18, domWindowSet=0x000000011910eb68) at GamepadManager.cpp:159
frame #1: WebCore`WebCore::GamepadManager::platformGamepadConnected(this=0x000000011910eb08, platformGamepad=0x00007fcfd0e05910) at GamepadManager.cpp:76
frame #2: WebKit`WebKit::WebGamepadProvider::gamepadConnected(this=0x000000010f64eb10, gamepadData=0x00007fff542baea8) at WebGamepadProvider.cpp:84
frame #3: WebKit`WebKit::WebProcess::gamepadConnected(this=0x00007fcfd1006400, gamepadData=0x00007fff542baea8) at WebProcess.cpp:1026
frame #4: WebKit`void IPC::callMemberFunctionImpl<WebKit::WebProcess, void (WebKit::WebProcess::*)(WebKit::GamepadData const&), std::__1::tuple<WebKit::GamepadData>, 0ul>(object=0x00007fcfd1006400, function=40 70 ee 0e 01 00 00 00 00 00 00 00 00 00 00 00, args=0x00007fff542baea8, (null)=std::__1::index_sequence<0UL> @ 0x00007fff542badd0)(WebKit::GamepadData const&), std::__1::tuple<WebKit::GamepadData>&&, std::__1::integer_sequence<unsigned long, 0ul>) at HandleMessage.h:40
Is there something that should be preventing the platformGamepadConnected here?
--
You are receiving this mail because:
You are the assignee for the bug.
--Boundary_(ID_PKcXC0ke1Juy1g4JuQAvQQ)
Date: Tue, 31 Jan 2017 21:36:54 -0800
MIME-version: 1.0
Content-type: text/html
Content-transfer-encoding: 7BIT
<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - [El Capitan Release WK2] LayoutTest gamepad/gamepad-visibility-1.html is a flaky failure"
href="https://bugs.webkit.org/show_bug.cgi?id=167517#c5">Comment # 5</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - [El Capitan Release WK2] LayoutTest gamepad/gamepad-visibility-1.html is a flaky failure"
href="https://bugs.webkit.org/show_bug.cgi?id=167517">bug 167517</a>
from <span class="vcard"><a class="email" href="mailto:joepeck@webkit.org" title="Joseph Pecoraro <joepeck@webkit.org>"> <span class="fn">Joseph Pecoraro</span></a>
</span></b>
<pre>I was able to reproduce this locally, when I run the test 10 times it typically fails the first time and passes all the rest:
$ run-webkit-tests --iterations=10 --exit-after-n-failures=1 gamepad/gamepad-visibility-1.html
More information about the webkit-unassigned
mailing list