Bug 248734
| Summary: | ASSERTION FAILED: m_element under WebFullScreenManager::willExitFullScreen on media/video-inaccurate-duration-ended.html in EWS | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Simon Fraser (smfr) <simon.fraser> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | ap, jer.noble, ntim, simon.fraser |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: |
https://bugs.webkit.org/show_bug.cgi?id=248093 https://bugs.webkit.org/show_bug.cgi?id=248782 |
||
Simon Fraser (smfr)
https://ews-build.s3-us-west-2.amazonaws.com/macOS-AppleSilicon-Big-Sur-Debug-WK2-Tests-EWS/d33837a3-45214/results.html
media/video-inaccurate-duration-ended.html crashes sometimes:
ASSERTION FAILED: m_element
/Volumes/Data/worker/macOS-AppleSilicon-Big-Sur-Debug-Build-EWS/build/Source/WebKit/WebProcess/FullScreen/WebFullScreenManager.cpp(293) : void WebKit::WebFullScreenManager::willExitFullScreen()
1 0x1411a4b60 WTFCrash
2 0x10195ecd0 WTFCrashWithInfo(int, char const*, char const*, int)
3 0x10355d04c WebKit::WebFullScreenManager::willExitFullScreen()
4 0x1038ac3e4 WKBundlePageWillExitFullScreen
5 0x164052490 WTR::InjectedBundlePage::exitFullScreenForElement(OpaqueWKBundleNodeHandle const*)
6 0x16404b3f8 WTR::InjectedBundlePage::exitFullScreenForElement(OpaqueWKBundlePage const*, OpaqueWKBundleNodeHandle const*)
7 0x10389aa40 WebKit::InjectedBundlePageFullScreenClient::exitFullScreenForElement(WebKit::WebPage*, WebCore::Element*)
8 0x10355c580 WebKit::WebFullScreenManager::exitFullScreenForElement(WebCore::Element*)
9 0x103aa6818 WebKit::WebFrameLoaderClient::dispatchDidStartProvisionalLoad()
10 0x11bc850ec WebCore::FrameLoader::prepareForLoadStart()
11 0x11bccd7bc WebCore::FrameLoader::continueLoadAfterNavigationPolicy(WebCore::ResourceRequest const&, WebCore::FormState*, WebCore::NavigationPolicyDecision, WebCore::AllowNavigationToInvalidURL)::$_11::operator()()
12 0x11bccd5a0 WTF::Detail::CallableWrapper<WebCore::FrameLoader::continueLoadAfterNavigationPolicy(WebCore::ResourceRequest const&, WebCore::FormState*, WebCore::NavigationPolicyDecision, WebCore::AllowNavigationToInvalidURL)::$_11, void>::call()
13 0x11a04ce54 WTF::Function<void ()>::operator()() const
14 0x1173ba684 WTF::CompletionHandler<void ()>::operator()()
15 0x11bc8a1e4 WebCore::FrameLoader::continueLoadAfterNavigationPolicy(WebCore::ResourceRequest const&, WebCore::FormState*, WebCore::NavigationPolicyDecision, WebCore::AllowNavigationToInvalidURL)
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Simon Fraser (smfr)
media/video-inactive-playback.html also hits this.
Alexey Proskuryakov
This is probably caused by a preceding test. Guessing from the name, this one doesn’t seem to use fullscreen.
Adding expectations would move the flakiness to next test.
Simon Fraser (smfr)
*** This bug has been marked as a duplicate of bug 248782 ***