[Webkit-unassigned] [Bug 212912] New: ASSERTION FAILED: suspendedState == State::Running in WebKit::WebResourceLoadStatisticsStore::suspend

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 8 12:49:18 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=212912

            Bug ID: 212912
           Summary: ASSERTION FAILED: suspendedState == State::Running in
                    WebKit::WebResourceLoadStatisticsStore::suspend
           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: ryanhaddad at apple.com

The following flaky assertion failure is seen with http/wpt/service-workers/service-worker-spinning-fetch.https.html on iOS debug bots:

ERROR: Unhandled web process message 'WebPage::UpdateCurrentModifierState' (destination: 805 pid: 40534)
/Volumes/Data/slave/ios-simulator-13-debug/build/Source/WebKit/WebProcess/WebProcess.cpp(781) : virtual void WebKit::WebProcess::didReceiveMessage(IPC::Connection &, IPC::Decoder &)
ERROR: Unhandled web process message 'WebPage::HardwareKeyboardAvailabilityChanged' (destination: 805 pid: 40534)
/Volumes/Data/slave/ios-simulator-13-debug/build/Source/WebKit/WebProcess/WebProcess.cpp(781) : virtual void WebKit::WebProcess::didReceiveMessage(IPC::Connection &, IPC::Decoder &)
ASSERTION FAILED: suspendedState == State::Running
/Volumes/Data/slave/ios-simulator-13-debug/build/Source/WebKit/NetworkProcess/Classifier/WebResourceLoadStatisticsStore.cpp(1446) : auto WebKit::WebResourceLoadStatisticsStore::suspend(CompletionHandler<void ()> &&)::(anonymous class)::operator()()
1   0x11f1a4529 WTFCrash
2   0x10e4e987b WTFCrashWithInfo(int, char const*, char const*, int)
3   0x10ed0c840 WebKit::WebResourceLoadStatisticsStore::suspend(WTF::CompletionHandler<void ()>&&)::$_97::operator()()
4   0x10ed0c58e WTF::Detail::CallableWrapper<WebKit::WebResourceLoadStatisticsStore::suspend(WTF::CompletionHandler<void ()>&&)::$_97, void>::call()
5   0x11f1cfcd2 WTF::Function<void ()>::operator()() const
6   0x11f2ddbfe WTF::WorkQueue::dispatch(WTF::Function<void ()>&&)::$_0::operator()() const
7   0x11f2dddf2 WTF::BlockPtr<void ()> WTF::BlockPtr<void ()>::fromCallable<WTF::WorkQueue::dispatch(WTF::Function<void ()>&&)::$_0>(WTF::WorkQueue::dispatch(WTF::Function<void ()>&&)::$_0)::'lambda'(void*)::operator()(void*) const
8   0x11f2dddc5 WTF::BlockPtr<void ()> WTF::BlockPtr<void ()>::fromCallable<WTF::WorkQueue::dispatch(WTF::Function<void ()>&&)::$_0>(WTF::WorkQueue::dispatch(WTF::Function<void ()>&&)::$_0)::'lambda'(void*)::__invoke(void*)
9   0x10bb37951 _dispatch_call_block_and_release
10  0x10bb388cb _dispatch_client_callout
11  0x10bb3e60c _dispatch_lane_serial_drain
12  0x10bb3f044 _dispatch_lane_invoke
13  0x10bb490c4 _dispatch_workloop_worker_thread
14  0x10bfbfa3d _pthread_wqthread
15  0x10bfbeb77 start_wqthread
LEAK: 3 WebPageProxy


https://results.webkit.org/?suite=layout-tests&test=http%2Fwpt%2Fservice-workers%2Fservice-worker-spinning-fetch.https.html&style=debug&platform=ios

-- 
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/20200608/9b947393/attachment.htm>


More information about the webkit-unassigned mailing list