<?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>251822</bug_id>
          
          <creation_ts>2023-02-06 15:49:39 -0800</creation_ts>
          <short_desc>New test: [iOS Debug] ASSERTION FAILED: !_visibilityPropagationViewForWebProcess  in -[WKContentView _setupVisibilityPropagationViewForWebProcess]</short_desc>
          <delta_ts>2023-02-07 16:02:58 -0800</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>251245</dup_id>
          <see_also>https://bugs.webkit.org/show_bug.cgi?id=249522</see_also>
          <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>achristensen</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>1931539</commentid>
    <comment_count>0</comment_count>
    <who name="Ryan Haddad">ryanhaddad</who>
    <bug_when>2023-02-06 15:49:39 -0800</bug_when>
    <thetext>TestWebKitAPI.SiteIsolation.IframeNavigatesSelfWithoutChangingOrigin is consistently asserting on iOS debug bots, seemingly since it was added with https://commits.webkit.org/258149@main

TestWebKitAPI.SiteIsolation.IframeNavigatesSelfWithoutChangingOrigin
        ASSERTION FAILED: !_visibilityPropagationViewForWebProcess
        /Volumes/Data/worker/Apple-iOS-16-Simulator-Debug-Build/build/Source/WebKit/UIProcess/ios/WKContentView.mm(238) : -[WKContentView _setupVisibilityPropagationViewForWebProcess]
        1   0x119685419 WTFCrash
        2   0x139067e3b WTFCrashWithInfo(int, char const*, char const*, int)
        3   0x13be5fdd4 -[WKContentView _setupVisibilityPropagationViewForWebProcess]
        4   0x13be637f1 -[WKContentView _webProcessDidCreateContextForVisibilityPropagation]
        5   0x13a8ad7ac WebKit::PageClientImpl::didCreateContextInWebProcessForVisibilityPropagation(unsigned int)
        6   0x13a6df200 WebKit::WebPageProxy::didCreateContextInWebProcessForVisibilityPropagation(unsigned int)
        7   0x13bb51f82 auto void IPC::callMemberFunction&lt;WebKit::WebPageProxy, WebKit::WebPageProxy, void (unsigned int), std::__1::tuple&lt;unsigned int&gt; &gt;(WebKit::WebPageProxy*, void (WebKit::WebPageProxy::*)(unsigned int), std::__1::tuple&lt;unsigned int&gt;&amp;&amp;)::&apos;lambda&apos;(auto&amp;&amp;...)::operator()&lt;unsigned int&gt;(auto&amp;&amp;...) const
        8   0x13bb51ecd decltype(static_cast&lt;WebKit::WebPageProxy&gt;(fp)(static_cast&lt;unsigned int&gt;(fp0))) std::__1::__invoke_constexpr&lt;void IPC::callMemberFunction&lt;WebKit::WebPageProxy, WebKit::WebPageProxy, void (unsigned int), std::__1::tuple&lt;unsigned int&gt; &gt;(WebKit::WebPageProxy*, void (WebKit::WebPageProxy::*)(unsigned int), std::__1::tuple&lt;unsigned int&gt;&amp;&amp;)::&apos;lambda&apos;(auto&amp;&amp;...), unsigned int&gt;(WebKit::WebPageProxy&amp;&amp;, unsigned int&amp;&amp;)
        9   0x13bb51e9a decltype(auto) std::__1::__apply_tuple_impl&lt;void IPC::callMemberFunction&lt;WebKit::WebPageProxy, WebKit::WebPageProxy, void (unsigned int), std::__1::tuple&lt;unsigned int&gt; &gt;(WebKit::WebPageProxy*, void (WebKit::WebPageProxy::*)(unsigned int), std::__1::tuple&lt;unsigned int&gt;&amp;&amp;)::&apos;lambda&apos;(auto&amp;&amp;...), std::__1::tuple&lt;unsigned int&gt;, 0ul&gt;(WebKit::WebPageProxy&amp;&amp;, WebKit::WebPageProxy&amp;&amp;, std::__1::__tuple_indices&lt;0ul&gt;)
        10  0x13bb51e42 decltype(auto) std::__1::apply&lt;void IPC::callMemberFunction&lt;WebKit::WebPageProxy, WebKit::WebPageProxy, void (unsigned int), std::__1::tuple&lt;unsigned int&gt; &gt;(WebKit::WebPageProxy*, void (WebKit::WebPageProxy::*)(unsigned int), std::__1::tuple&lt;unsigned int&gt;&amp;&amp;)::&apos;lambda&apos;(auto&amp;&amp;...), std::__1::tuple&lt;unsigned int&gt; &gt;(WebKit::WebPageProxy&amp;&amp;, WebKit::WebPageProxy&amp;&amp;)
        11  0x13bb51d7d void IPC::callMemberFunction&lt;WebKit::WebPageProxy, WebKit::WebPageProxy, void (unsigned int), std::__1::tuple&lt;unsigned int&gt; &gt;(WebKit::WebPageProxy*, void (WebKit::WebPageProxy::*)(unsigned int), std::__1::tuple&lt;unsigned int&gt;&amp;&amp;)
        12  0x13bb204ad void IPC::handleMessage&lt;Messages::WebPageProxy::DidCreateContextInWebProcessForVisibilityPropagation, WebKit::WebPageProxy, WebKit::WebPageProxy, void (unsigned int)&gt;(IPC::Connection&amp;, IPC::Decoder&amp;, WebKit::WebPageProxy*, void (WebKit::WebPageProxy::*)(unsigned int))
        13  0x13bb0ef8f WebKit::WebPageProxy::didReceiveMessage(IPC::Connection&amp;, IPC::Decoder&amp;)
        14  0x13aa6fb78 WebKit::ProvisionalFrameProxy::didReceiveMessage(IPC::Connection&amp;, IPC::Decoder&amp;)
        15  0x13bf72943 IPC::MessageReceiverMap::dispatchMessage(IPC::Connection&amp;, IPC::Decoder&amp;)
        16  0x13aa451bc WebKit::AuxiliaryProcessProxy::dispatchMessage(IPC::Connection&amp;, IPC::Decoder&amp;)
        17  0x13ada6ce9 WebKit::WebProcessProxy::didReceiveMessage(IPC::Connection&amp;, IPC::Decoder&amp;)
        18  0x13bf46aac IPC::Connection::dispatchMessage(IPC::Decoder&amp;)
        19  0x13bf46e90 IPC::Connection::dispatchMessage(std::__1::unique_ptr&lt;IPC::Decoder, std::__1::default_delete&lt;IPC::Decoder&gt; &gt;)
        20  0x13bf47604 IPC::Connection::dispatchIncomingMessages()
        21  0x13bf63ccd IPC::Connection::enqueueIncomingMessage(std::__1::unique_ptr&lt;IPC::Decoder, std::__1::default_delete&lt;IPC::Decoder&gt; &gt;)::$_16::operator()() const
        22  0x13bf63c19 WTF::Detail::CallableWrapper&lt;IPC::Connection::enqueueIncomingMessage(std::__1::unique_ptr&lt;IPC::Decoder, std::__1::default_delete&lt;IPC::Decoder&gt; &gt;)::$_16, void&gt;::call()
        23  0x1196b5952 WTF::Function&lt;void ()&gt;::operator()() const
        24  0x11975dc9e WTF::RunLoop::performWork()
        25  0x11976391e WTF::RunLoop::performWork(void*)
        26  0x114805ebd __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__
        27  0x114805dfc __CFRunLoopDoSource0
        28  0x1148055f9 __CFRunLoopDoSources0
        29  0x1147ffdb3 __CFRunLoopRun
        30  0x1147ff637 CFRunLoopRunSpecific
        31  0x116f779fc -[NSRunLoop(NSRunLoop) runMode:beforeDate:]
        Child process terminated with signal 11: Segmentation fault

https://results.webkit.org/?suite=api-tests&amp;suite=api-tests&amp;test=TestWebKitAPI.SiteIsolation.IframeNavigatesSelfWithoutChangingOrigin&amp;test=TestWebKitAPI.SiteIsolation.NavigatingCrossOriginIframeToSameOrigin</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1931541</commentid>
    <comment_count>1</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2023-02-06 15:50:24 -0800</bug_when>
    <thetext>&lt;rdar://problem/105102909&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1931546</commentid>
    <comment_count>2</comment_count>
    <who name="Ryan Haddad">ryanhaddad</who>
    <bug_when>2023-02-06 15:55:28 -0800</bug_when>
    <thetext>TestWebKitAPI.SiteIsolation.LoadingCallbacksAndPostMessage is also failing the same assertion

https://results.webkit.org/?suite=api-tests&amp;test=TestWebKitAPI.SiteIsolation.LoadingCallbacksAndPostMessage</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1931869</commentid>
    <comment_count>3</comment_count>
    <who name="Alex Christensen">achristensen</who>
    <bug_when>2023-02-07 16:02:58 -0800</bug_when>
    <thetext>This was fixed by https://bugs.webkit.org/show_bug.cgi?id=251245

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

    </bug>

</bugzilla>