Bug 216848

Summary: REGRESSION: (r267402?) [ iOS Debug ] 50+ tests crashing
Product: WebKit Reporter: Truitt Savell <tsavell>
Component: MediaAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: eric.carlson, webkit-bot-watchers-bugzilla, webkit-bug-importer, youennf
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Truitt Savell
Reported 2020-09-22 14:22:32 PDT
Currently iOS Debug is seeing 50+ layout test crashes. https://build.webkit.org/builders/Apple%20iOS%2013%20Simulator%20Debug%20WK2%20%28Tests%29/builds/5677 It looks like this started after r267403 but I am not certain because the build history cannot show a clean regression point due to some other failures. Crash log of compositing/geometry/clipping-foreground.html as an example https://build.webkit.org/results/Apple%20iOS%2013%20Simulator%20Debug%20WK2%20(Tests)/r267403%20(5677)/compositing/geometry/clipping-foreground-crash-log.txt History: https://results.webkit.org/?suite=layout-tests&test=compositing%2Fgeometry%2Fclipping-foreground.html
Attachments
Radar WebKit Bug Importer
Comment 1 2020-09-22 14:23:05 PDT
Ryan Haddad
Comment 2 2020-09-22 14:39:39 PDT
SHOULD NEVER BE REACHED /Volumes/Data/slave/ios-simulator-13-debug/build/Source/WebCore/platform/audio/ios/MediaSessionHelperIOS.mm(218) : virtual void MediaSessionHelperiOS::stopMonitoringWirelessRoutes() 1 0x14dc3fad9 WTFCrash 2 0x15558b80b WTFCrashWithInfo(int, char const*, char const*, int) 3 0x1559f4566 MediaSessionHelperiOS::stopMonitoringWirelessRoutes() 4 0x1559fb7ec WebCore::MediaSessionManageriOS::configureWireLessTargetMonitoring() 5 0x158652b2f WebCore::MediaElementSession::clientDataBufferingTimerFired() 6 0x158661a57 decltype(*(std::1::forward<WebCore::MediaElementSession*&>(fp0)).*fp()) std::1::__invoke<void (WebCore::MediaElementSession::*&)(), WebCore::MediaElementSession*&, void>(void (WebCore::MediaElementSession::*&)(), WebCore::MediaElementSession*&) 7 0x1586619d0 std::1::bind_return<void (WebCore::MediaElementSession::*)(), std::1::tuple<WebCore::MediaElementSession*>, std::1::tuple<>, __is_valid_bind_return<void (WebCore::MediaElementSession::*)(), std::1::tuple<WebCore::MediaElementSession*>, std::1::tuple<> >::value>::type std::1::apply_functor<void (WebCore::MediaElementSession::*)(), std::1::tuple<WebCore::MediaElementSession*>, 0ul, std::1::tuple<> >(void (WebCore::MediaElementSession::*&)(), std::1::tuple<WebCore::MediaElementSession*>&, std::1::__tuple_indices<0ul>, std::__1::tuple<>&&) 8 0x158661989 std::1::bind_return<void (WebCore::MediaElementSession::*)(), std::1::tuple<WebCore::MediaElementSession*>, std::1::tuple<>, __is_valid_bind_return<void (WebCore::MediaElementSession::*)(), std::1::tuple<WebCore::MediaElementSession*>, std::1::tuple<> >::value>::type std::1::bind<void (WebCore::MediaElementSession::*&)(), WebCore::MediaElementSession*>::operator()<>() 9 0x15866192e WTF::Detail::CallableWrapper<std::1::bind<void (WebCore::MediaElementSession::*&)(), WebCore::MediaElementSession*>, void>::call() 10 0x1555a1612 WTF::Function<void ()>::operator()() const
Ryan Haddad
Comment 3 2020-09-22 14:40:02 PDT
Note You need to log in before you can comment on or make changes to this bug.