[Webkit-unassigned] [Bug 212513] New: [WPE] Assertions in W3C WebXR tests
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu May 28 23:56:13 PDT 2020
https://bugs.webkit.org/show_bug.cgi?id=212513
Bug ID: 212513
Summary: [WPE] Assertions in W3C WebXR tests
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Keywords: LayoutTestFailure
Severity: Normal
Priority: P2
Component: New Bugs
Assignee: webkit-unassigned at lists.webkit.org
Reporter: zan at falconsigh.net
CC: svillar at igalia.com
The following tests crash due to assertions in debug builds of WPE:
imported/w3c/web-platform-tests/webxr/xrDevice_isSessionSupported_immersive.https.html [ Crash ]
imported/w3c/web-platform-tests/webxr/xrDevice_isSessionSupported_immersive_unsupported.https.html [ Crash ]
imported/w3c/web-platform-tests/webxr/xrDevice_requestSession_immersive.https.html [ Crash ]
imported/w3c/web-platform-tests/webxr/xrDevice_requestSession_immersive_unsupported.https.html [ Crash ]
imported/w3c/web-platform-tests/webxr/xrDevice_requestSession_no_mode.https.html [ Crash ]
imported/w3c/web-platform-tests/webxr/xrDevice_requestSession_non_immersive_no_gesture.https.html [ Crash ]
imported/w3c/web-platform-tests/webxr/xrDevice_requestSession_optionalFeatures.https.html [ Crash ]
imported/w3c/web-platform-tests/webxr/xrSession_cancelAnimationFrame.https.html [ Crash ]
imported/w3c/web-platform-tests/webxr/xrSession_cancelAnimationFrame_invalidhandle.https.html [ Crash ]
imported/w3c/web-platform-tests/webxr/xrSession_requestAnimationFrame_callback_calls.https.html [ Crash ]
Seemingly two different crashes:
STDERR: <empty>
STDERR: ASSERTION FAILED: m_immersiveDevices.contains(device)
STDERR: ../../Source/WebCore/Modules/webxr/WebXRSystem.cpp(454) : void WebCore::WebXRSystem::unregisterSimulatedXRDeviceForTesting(PlatformXR::Device&)
STDERR: 1 0x7f176cac5fc1 WTFCrash
STDERR: 2 0x7f1765f30297 WTF::CrashOnOverflow::overflowed()
STDERR: 3 0x7f17684ac675 WebCore::WebXRSystem::unregisterSimulatedXRDeviceForTesting(PlatformXR::Device&)
STDERR: 4 0x7f167d475fe3 WebCore::WebXRTest::disconnectAllDevices(WebCore::DOMPromiseDeferred<void>&&)
STDERR: /usr/libexec/xdg-desktop-portal: No such file or directory.
STDERR: Failed to call suspendIfNeeded() for XRSystem
STDERR: ASSERTION FAILED: m_suspendIfNeededWasCalled
STDERR: ../../Source/WebCore/dom/ActiveDOMObject.cpp(104) : void WebCore::ActiveDOMObject::assertSuspendIfNeededWasCalled() const
STDERR: 1 0x7f2598509fc1 WTFCrash
STDERR: 2 0x7f2591974297 WTF::CrashOnOverflow::overflowed()
STDERR: 3 0x7f259441ac0e WebCore::ActiveDOMObject::assertSuspendIfNeededWasCalled() const
STDERR: 4 0x7f2594616f0b WebCore::ScriptExecutionContext::checkConsistency() const
STDERR: 5 0x7f259461784b WebCore::ScriptExecutionContext::stopActiveDOMObjects()
STDERR: 6 0x7f259447d128 WebCore::Document::stopActiveDOMObjects()
STDERR: 7 0x7f25944752e6 WebCore::Document::commonTeardown()
STDERR: 8 0x7f259447cb12 WebCore::Document::willBeRemovedFromFrame()
STDERR: 9 0x7f2594ec7bfd WebCore::Frame::setView(WTF::RefPtr<WebCore::FrameView, WTF::DumbPtrTraits<WebCore::FrameView> >&&)
STDERR: 10 0x7f2594eca899 WebCore::Frame::createView(WebCore::IntSize const&, WTF::Optional<WebCore::Color> const&, WebCore::IntSize const&, WebCore::IntRect const&, bool, WebCore::ScrollbarMode, bool, WebCore::ScrollbarMode, bool)
STDERR: 11 0x7f2592b06f9d WebKit::WebFrameLoaderClient::transitionToCommittedForNewPage()
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200529/75099149/attachment.htm>
More information about the webkit-unassigned
mailing list