[Webkit-unassigned] [Bug 275709] New: [macOS iOS Debug] ASSERTION FAILED: Completion handler should always be called
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jun 20 14:41:21 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=275709
Bug ID: 275709
Summary: [macOS iOS Debug] ASSERTION FAILED: Completion handler
should always be called
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: New Bugs
Assignee: webkit-unassigned at lists.webkit.org
Reporter: aviduya at apple.com
imported/w3c/web-platform-tests/navigation-api/navigate-event/navigate-form.html
The test above is constantly seeing a debug assertion or crash on macOS Ventura and above on the debug platform, with iOS 17.
HISTORY:
https://results.webkit.org/?suite=layout-tests&test=imported%2Fw3c%2Fweb-platform-tests%2Fnavigation-api%2Fnavigate-event%2Fnavigate-form.html&platform=ios&platform=mac&style=debug&style=release&flavor=wk2
ASSERTION TEXT:
ASSERTION FAILED: Completion handler should always be called
!m_function
/Volumes/Data/worker/Apple-Sonoma-Debug-Build/build/WebKitBuild/Debug/usr/local/include/wtf/CompletionHandler.h(66) : WTF::CompletionHandler<void ()>::~CompletionHandler()
1 0x3556b13d4 WTF::CompletionHandler<void ()>::~CompletionHandler()
2 0x355695d80 WTF::CompletionHandler<void ()>::~CompletionHandler()
3 0x35a4ed7d8 WebCore::FrameLoader::loadFrameRequest(WebCore::FrameLoadRequest&&, WebCore::Event*, WTF::RefPtr<WebCore::FormState, WTF::RawPtrTraits<WebCore::FormState>, WTF::DefaultRefDerefTraits<WebCore::FormState>>&&, std::__1::optional<WebCore::PrivateClickMeasurement>&&)
4 0x35a5847d4 WebCore::ScheduledFormSubmission::fire(WebCore::Frame&)
5 0x35a582f14 WebCore::NavigationScheduler::timerFired()
6 0x35a593d6c decltype(*std::declval<WebCore::NavigationScheduler*&>().*std::declval<void (WebCore::NavigationScheduler::*&)()>()()) std::__1::__invoke[abi:sn170006]<void (WebCore::NavigationScheduler::*&)(), WebCore::NavigationScheduler*&, void>(void (WebCore::NavigationScheduler::*&)(), WebCore::NavigationScheduler*&)
7 0x35a593cec std::__1::__bind_return<void (WebCore::NavigationScheduler::*)(), std::__1::tuple<WebCore::NavigationScheduler*>, std::__1::tuple<>, __is_valid_bind_return<void (WebCore::NavigationScheduler::*)(), std::__1::tuple<WebCore::NavigationScheduler*>, std::__1::tuple<>>::value>::type std::__1::__apply_functor[abi:sn170006]<void (WebCore::NavigationScheduler::*)(), std::__1::tuple<WebCore::NavigationScheduler*>, 0ul, std::__1::tuple<>>(void (WebCore::NavigationScheduler::*&)(), std::__1::tuple<WebCore::NavigationScheduler*>&, std::__1::__tuple_indices<0ul>, std::__1::tuple<>&&)
8 0x35a593ca4 std::__1::__bind_return<void (WebCore::NavigationScheduler::*)(), std::__1::tuple<WebCore::NavigationScheduler*>, std::__1::tuple<>, __is_valid_bind_return<void (WebCore::NavigationScheduler::*)(), std::__1::tuple<WebCore::NavigationScheduler*>, std::__1::tuple<>>::value>::type std::__1::__bind<void (WebCore::NavigationScheduler::*&)(), WebCore::NavigationScheduler*>::operator()[abi:sn170006]<>()
9 0x35a593c48 WTF::Detail::CallableWrapper<std::__1::__bind<void (WebCore::NavigationScheduler::*&)(), WebCore::NavigationScheduler*>, void>::call()
10 0x358ca3c00 WTF::Function<void ()>::operator()() const
11 0x35563b944 WebCore::Timer::fired()
12 0x35ab58910 WebCore::ThreadTimers::sharedTimerFiredInternal()
13 0x35ab62e7c WebCore::ThreadTimers::setSharedTimer(WebCore::SharedTimer*)::$_0::operator()() const
14 0x35ab62e28 WTF::Detail::CallableWrapper<WebCore::ThreadTimers::setSharedTimer(WebCore::SharedTimer*)::$_0, void>::call()
15 0x358ca3c00 WTF::Function<void ()>::operator()() const
16 0x35ab0019c WebCore::MainThreadSharedTimer::fired()
17 0x35ac093b8 WebCore::timerFired(__CFRunLoopTimer*, void*)
18 0x1858665b8 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__
19 0x18586625c __CFRunLoopDoTimer
20 0x185865d94 __CFRunLoopDoTimers
21 0x1858491cc __CFRunLoopRun
22 0x185848434 CFRunLoopRunSpecific
23 0x18697ca88 -[NSRunLoop(NSRunLoop) runMode:beforeDate:]
24 0x1869f66c4 -[NSRunLoop(NSRunLoop) run]
25 0x185483468 _xpc_objc_main
26 0x185492e58 _xpc_main
27 0x185483014 _xpc_copy_xpcservice_dictionary
28 0x13f10694c WebKit::XPCServiceMain(int, char const**)
29 0x1419e87e4 WKXPCServiceMain
30 0x100693f90 main
31 0x1853e20e0 start
com.apple.WebKit.WebContent.Development terminated (pid 54920) for reason: crash
LEAK: 1 WebProcessPool
LEAK: 1 WebPageProxy
CRASH LOG URL:
https://build.webkit.org/results/Apple-Sonoma-Debug-AppleSilicon-WK2-Tests/280207@main%20(3132)/imported/w3c/web-platform-tests/navigation-api/navigate-event/navigate-form-crash-log.txt
--
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/20240620/50ac6352/attachment.htm>
More information about the webkit-unassigned
mailing list