| Summary: | [content-visibility] Crash under Document::updateIntersectionObservations() | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Tim Nguyen (:ntim) <ntim> |
| Component: | DOM | Assignee: | Rob Buis <rbuis> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | rbuis |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
|
Description
Tim Nguyen (:ntim)
2023-10-30 10:20:45 PDT
50 WTFCrashWithInfo(int, char const*, char const*, int)
==> 50 WebCore::Document::updateIntersectionObservations(WTF::Vector<WTF::WeakPtr<WebCore::IntersectionObserver, WTF::DefaultWeakPtrImpl>, 0ul, WTF::CrashOnOverflow, 16ul, WTF::FastMalloc> const&) <==
50 WebCore::ContentVisibilityDocumentState::determineInitialVisibleContentVisibility() const
50 WebCore::Document::updateResizeObservations(WebCore::Page&)
50 WTF::Function<void (WebCore::Document&)>::operator()(WebCore::Document&) const
50 WebCore::Page::forEachDocumentFromMainFrame(WebCore::LocalFrame const&, WTF::Function<void (WebCore::Document&)> const&)
50 WebCore::Page::forEachDocument(WTF::Function<void (WebCore::Document&)> const&) const
50 WebCore::Page::updateRendering()::$_23::operator()(WebCore::RenderingUpdateStep, WTF::Function<void (WebCore::Document&)> const&) const
50 WebCore::Page::updateRendering()
50 WebKit::WebPage::updateRendering()
50 WebKit::RemoteLayerTreeDrawingArea::updateRendering()
50 WebCore::ThreadTimers::sharedTimerFiredInternal()
50 WebCore::ThreadTimers::setSharedTimer(WebCore::SharedTimer*)::$_0::operator()() const
50 WTF::Detail::CallableWrapper<WebCore::ThreadTimers::setSharedTimer(WebCore::SharedTimer*)::$_0, void>::call()
50 WTF::Function<void ()>::operator()() const
50 WebCore::MainThreadSharedTimer::fired()
50 WebCore::timerFired(__CFRunLoopTimer*, void*)
50 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__
50 __CFRunLoopDoTimer
50 __CFRunLoopDoTimers
50 __CFRunLoopRun
50 CFRunLoopRunSpecific
50 -[NSRunLoop(NSRunLoop) runMode:beforeDate:]
50 -[NSRunLoop(NSRunLoop) run]
50 _xpc_objc_main
50 _xpc_main
50 xpc_main
50 WebKit::XPCServiceMain(int, char const**)
50 start
Pull request: https://github.com/WebKit/WebKit/pull/22433 Committed 272732@main (38e913315a09): <https://commits.webkit.org/272732@main> Reviewed commits have been landed. Closing PR #22433 and removing active labels. |