| Summary: | REGRESSION(249232@main?): [ iPadOS Debug ] TestWebKitAPI.WebKit.TextSize is a constant timeout | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Hercules Hjalmarsson <hhjalmarsson> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW --- | ||
| Severity: | Normal | CC: | achristensen, sabouhallawa, simon.fraser, webkit-bot-watchers-bugzilla, webkit-bug-importer, zalan |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
|
Description
Hercules Hjalmarsson
2022-08-05 15:25:03 PDT
I was able to bisect this issue to a regression range of 249233@main(Timeout) - 249228@main(Passing). There were no builds available to test on between these commits. However, 249232@main seems like the most likely candidate to have caused a regression. This was bisected by running 2 iterations with command: run-api-tests --ios-simulator --debug TestWebKitAPI.WebKit.TextSize 249232@main did not cause the regression Adding Simon and Alan since they were involved with the introduction of that assert several years ago. In that range I would guess http://commits.webkit.org/249229@main is the cause The constant timeout is also happening on iOS16 iPad Debug. However, the diff is slightly different now. DIFF: ASSERTION FAILED: settings().textAutosizingEnabled() && settings().textAutosizingUsesIdempotentMode() page/Page.cpp(3736) : void WebCore::Page::recomputeTextAutoSizingInAllFrames() 1 0x10b05e8dc WTFCrash 2 0x146f0ac10 WebCore::JSDOMGlobalObject* JSC::jsCast<WebCore::JSDOMGlobalObject*, JSC::JSGlobalObject>(JSC::JSGlobalObject*) 3 0x14a9ad120 WebCore::Page::recomputeTextAutoSizingInAllFrames() 4 0x133344e6c WebKit::webpage::textAutoSizingAdjustmentTimerFired() 5 0x133383a3c decltype(*(static_cast<WebKit::WebPage*&>(fp0)).*fp()) std::__1::__invoke<void (WebKit::webpage::*&)(), WebKit::WebPage*&, void>(void (WebKit::webpage::*&)(), WebKit::WebPage*&) 6 0x1333839c4 std::__1::__bind_return<void (WebKit::webpage::*)(), std::__1::tuple<WebKit::WebPage*>, std::__1::tuple<>, __is_valid_bind_return<void (WebKit::webpage::*)(), std::__1::tuple<WebKit::WebPage*>, std::__1::tuple<> >::value>::type std::__1::__apply_functor<void (WebKit::webpage::*)(), std::__1::tuple<WebKit::WebPage*>, 0ul, std::__1::tuple<> >(void (WebKit::webpage::*&)(), std::__1::tuple<WebKit::WebPage*>&, std::__1::__tuple_indices<0ul>, std::__1::tuple<>&&) 7 0x133385c3c std::__1::__bind_return<void (WebKit::webpage::*)(), std::__1::tuple<WebKit::WebPage*>, std::__1::tuple<>, __is_valid_bind_return<void (WebKit::webpage::*)(), std::__1::tuple<WebKit::WebPage*>, std::__1::tuple<> >::value>::type std::__1::__bind<void (WebKit::webpage::*&)(), WebKit::WebPage*>::operator()<>() 8 0x133385bb8 WTF::detail::CallableWrapper<std::__1::__bind<void (WebKit::webpage::*&)(), WebKit::WebPage*>, void>::call() 9 0x130f33dbc WTF::Function<void ()>::operator()() const 10 0x131212b28 WebCore::Timer::fired() 11 0x14abd053c WebCore::ThreadTimers::sharedTimerFiredInternal() 12 0x14abd8e6c WebCore::ThreadTimers::setSharedTimer(WebCore::SharedTimer*)::$_0::operator()() const 13 0x14abd8df0 WTF::detail::CallableWrapper<WebCore::ThreadTimers::setSharedTimer(WebCore::SharedTimer*)::$_0, void>::call() 14 0x1490711ac WTF::Function<void ()>::operator()() const 15 0x14ab79044 WebCore::MainThreadSharedTimer::fired() 16 0x14ac52228 WebCore::timerFired(__CFRunLoopTimer*, void*) 17 0x101c2d720 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ 18 0x101c2d3dc __CFRunLoopDoTimer 19 0x101c2cac8 __CFRunLoopDoTimers 20 0x101c2728c __CFRunLoopRun 21 0x101c2675c CFRunLoopRunSpecific 22 0x1040d000c -[NSRunLoop(NSRunLoop) runMode:beforeDate:] 23 0x1040d01e0 -[NSRunLoop(NSRunLoop) run] 24 0x102cdb528 _xpc_objc_main 25 0x102cdd704 xpc_main 26 0x1319bcd90 WebKit::XPCServiceMain(int, char const**) 27 0x133b11094 WKXPCServiceMain 28 0x100723d04 main 29 0x100a91fa0 (null) 30 0x1008b908c (null) 31 0xa451000000000000 (null) Build URL: https://build.webkit.org/#/builders/666/builds/3/steps/18/logs/stdio |