<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>212912</bug_id>
          
          <creation_ts>2020-06-08 12:49:18 -0700</creation_ts>
          <short_desc>ASSERTION FAILED: suspendedState == State::Running in WebKit::WebResourceLoadStatisticsStore::suspend</short_desc>
          <delta_ts>2020-06-10 10:31:16 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>New Bugs</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>213031</dup_id>
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Ryan Haddad">ryanhaddad</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>katherine_cheney</cc>
    
    <cc>webkit-bot-watchers-bugzilla</cc>
    
    <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1660316</commentid>
    <comment_count>0</comment_count>
    <who name="Ryan Haddad">ryanhaddad</who>
    <bug_when>2020-06-08 12:49:18 -0700</bug_when>
    <thetext>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 &apos;WebPage::UpdateCurrentModifierState&apos; (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 &amp;, IPC::Decoder &amp;)
ERROR: Unhandled web process message &apos;WebPage::HardwareKeyboardAvailabilityChanged&apos; (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 &amp;, IPC::Decoder &amp;)
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&lt;void ()&gt; &amp;&amp;)::(anonymous class)::operator()()
1   0x11f1a4529 WTFCrash
2   0x10e4e987b WTFCrashWithInfo(int, char const*, char const*, int)
3   0x10ed0c840 WebKit::WebResourceLoadStatisticsStore::suspend(WTF::CompletionHandler&lt;void ()&gt;&amp;&amp;)::$_97::operator()()
4   0x10ed0c58e WTF::Detail::CallableWrapper&lt;WebKit::WebResourceLoadStatisticsStore::suspend(WTF::CompletionHandler&lt;void ()&gt;&amp;&amp;)::$_97, void&gt;::call()
5   0x11f1cfcd2 WTF::Function&lt;void ()&gt;::operator()() const
6   0x11f2ddbfe WTF::WorkQueue::dispatch(WTF::Function&lt;void ()&gt;&amp;&amp;)::$_0::operator()() const
7   0x11f2dddf2 WTF::BlockPtr&lt;void ()&gt; WTF::BlockPtr&lt;void ()&gt;::fromCallable&lt;WTF::WorkQueue::dispatch(WTF::Function&lt;void ()&gt;&amp;&amp;)::$_0&gt;(WTF::WorkQueue::dispatch(WTF::Function&lt;void ()&gt;&amp;&amp;)::$_0)::&apos;lambda&apos;(void*)::operator()(void*) const
8   0x11f2dddc5 WTF::BlockPtr&lt;void ()&gt; WTF::BlockPtr&lt;void ()&gt;::fromCallable&lt;WTF::WorkQueue::dispatch(WTF::Function&lt;void ()&gt;&amp;&amp;)::$_0&gt;(WTF::WorkQueue::dispatch(WTF::Function&lt;void ()&gt;&amp;&amp;)::$_0)::&apos;lambda&apos;(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&amp;test=http%2Fwpt%2Fservice-workers%2Fservice-worker-spinning-fetch.https.html&amp;style=debug&amp;platform=ios</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1660317</commentid>
    <comment_count>1</comment_count>
    <who name="Ryan Haddad">ryanhaddad</who>
    <bug_when>2020-06-08 12:49:38 -0700</bug_when>
    <thetext>&lt;rdar://problem/64131092&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1660318</commentid>
    <comment_count>2</comment_count>
    <who name="Ryan Haddad">ryanhaddad</who>
    <bug_when>2020-06-08 12:50:30 -0700</bug_when>
    <thetext>This assert was added 6 days ago with https://trac.webkit.org/changeset/262455/webkit</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1661214</commentid>
    <comment_count>3</comment_count>
    <who name="Kate Cheney">katherine_cheney</who>
    <bug_when>2020-06-10 10:31:16 -0700</bug_when>
    <thetext>

*** This bug has been marked as a duplicate of bug 213031 ***</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>