<?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>304651</bug_id>
          
          <creation_ts>2025-12-23 12:09:52 -0800</creation_ts>
          <short_desc>REGRESSION(304792@main?): [macOS iOS] Flaky crash in site-isolation tests</short_desc>
          <delta_ts>2026-01-09 11:07:11 -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>FIXED</resolution>
          
          
          <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="Marta Darbinyan">darbinyan</reporter>
          <assigned_to name="Kiet Ho">kiet.ho</assigned_to>
          <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>2167984</commentid>
    <comment_count>0</comment_count>
    <who name="Marta Darbinyan">darbinyan</who>
    <bug_when>2025-12-23 12:09:52 -0800</bug_when>
    <thetext>There are intermittenly crashing layout tests in site-isolation both in macOS and iOS. The tests are also flaky in EWS across different PRs. 

http/tests/site-isolation/history/add-iframes-and-navigate-mainframe.html
http/tests/site-isolation/focus-click-navigation-activeElement.html
http/tests/site-isolation/history/add-iframes-and-go-back.html


 Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0  com.apple.WebKit        	       0x105840e74 WebKit::WebPageProxy::broadcastFrameTreeSyncData(IPC::Connection&amp;, WTF::ObjectIdentifierGeneric&lt;WebCore::FrameIdentifierType, WTF::ObjectIdentifierMainThreadAccessTraits&lt;unsigned long long&gt;, unsigned long long&gt;, WebCore::FrameTreeSyncSerializationData const&amp;)
1  com.apple.WebKit        	       0x1052aa2d0 WebKit::WebPageProxy::didReceiveMessage(IPC::Connection&amp;, IPC::Decoder&amp;)
2  com.apple.WebKit        	       0x105dd4c6c IPC::MessageReceiverMap::dispatchMessage(IPC::Connection&amp;, IPC::Decoder&amp;)
3  com.apple.WebKit        	       0x1058ce084 WebKit::WebProcessProxy::dispatchMessage(IPC::Connection&amp;, IPC::Decoder&amp;)
4  com.apple.WebKit        	       0x10532e46c WebKit::WebProcessProxy::didReceiveMessage(IPC::Connection&amp;, IPC::Decoder&amp;)
5  com.apple.WebKit        	       0x105dce600 IPC::Connection::dispatchMessage(IPC::Decoder&amp;)
6  com.apple.WebKit        	       0x105dce7c0 IPC::Connection::dispatchMessage(WTF::UniqueRef&lt;IPC::Decoder&gt;)
7  com.apple.WebKit        	       0x105dced68 IPC::Connection::dispatchIncomingMessages()
8  com.apple.JavaScriptCore	       0x10a8e70c4 WTF::RunLoop::performWork()
9  com.apple.JavaScriptCore	       0x10a8e8800 WTF::RunLoop::performWork(void*)
10  com.apple.CoreFoundation	       0x191ac94b8 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 28 /AppleInternal/Library/BuildRoots/b0c24a1e-bd47-11ef-bf9c-aabfac210453/Library/Caches/com.apple.xbs/Sources/CoreFoundation/CoreFoundation/RunLoop.subproj/CFRunLoop.c:1957
11  com.apple.CoreFoundation	       0x191ac944c __CFRunLoopDoSource0 + 176 /AppleInternal/Library/BuildRoots/b0c24a1e-bd47-11ef-bf9c-aabfac210453/Library/Caches/com.apple.xbs/Sources/CoreFoundation/CoreFoundation/RunLoop.subproj/CFRunLoop.c:2001
12  com.apple.CoreFoundation	       0x191ac91bc __CFRunLoopDoSources0 + 244 /AppleInternal/Library/BuildRoots/b0c24a1e-bd47-11ef-bf9c-aabfac210453/Library/Caches/com.apple.xbs/Sources/CoreFoundation/CoreFoundation/RunLoop.subproj/CFRunLoop.c:2038
13  com.apple.CoreFoundation	       0x191ac7da8 __CFRunLoopRun + 828 /AppleInternal/Library/BuildRoots/b0c24a1e-bd47-11ef-bf9c-aabfac210453/Library/Caches/com.apple.xbs/Sources/CoreFoundation/CoreFoundation/RunLoop.subproj/CFRunLoop.c:2955
14  com.apple.CoreFoundation	       0x191ac7414 CFRunLoopRunSpecific + 608 /AppleInternal/Library/BuildRoots/b0c24a1e-bd47-11ef-bf9c-aabfac210453/Library/Caches/com.apple.xbs/Sources/CoreFoundation/CoreFoundation/RunLoop.subproj/CFRunLoop.c:3420
15  com.apple.Foundation    	       0x192bfc868 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212 /AppleInternal/Library/BuildRoots/558fc4d6-d024-11ef-9ee2-d285688f7a47/Library/Caches/com.apple.xbs/Sources/Foundation/Foundation/Soil.subproj/NSRunLoop.m:373
16  WebKitTestRunner        	       0x1047ac238 WTR::TestController::platformRunUntil(bool&amp;, WTF::Seconds)
17  WebKitTestRunner        	       0x10478c290 WTR::TestController::resetStateToConsistentValues(WTR::TestOptions const&amp;, WTR::TestController::ResetStage)::$_13::operator()() const
18  WebKitTestRunner        	       0x10478b784 WTR::TestController::resetStateToConsistentValues(WTR::TestOptions const&amp;, WTR::TestController::ResetStage)
19  WebKitTestRunner        	       0x1047b9cd8 WTR::TestInvocation::invoke()
20  WebKitTestRunner        	       0x104790d8c WTR::TestController::runTest(char const*)
21  WebKitTestRunner        	       0x104791170 WTR::TestController::runTestingServerLoop()
22  WebKitTestRunner        	       0x104785144 WTR::TestController::TestController(int, char const**)
23  WebKitTestRunner        	       0x104763098 main
24  dyld                    	       0x19165f154 start + 2476 /AppleInternal/Library/BuildRoots/558fc4d6-d024-11ef-9ee2-d285688f7a47/Library/Caches/com.apple.xbs/Sources/dyld/dyld/dyldMain.cpp:1298

Test results:
https://build.webkit.org/#/builders/1702/builds/645

History:
https://results.webkit.org/?suite=layout-tests&amp;suite=layout-tests&amp;suite=layout-tests&amp;suite=layout-tests&amp;test=http%2Ftests%2Fsite-isolation%2Fhistory%2Fadd-iframes-and-go-back.html&amp;test=http%2Ftests%2Fsite-isolation%2Ffocus-click-navigation-activeElement.html&amp;test=http%2Ftests%2Fsite-isolation%2Fhistory%2Fadd-iframes-and-navigate-mainframe.html&amp;test=http%2Ftests%2Fsite-isolation%2Fhistory%2Fadd-iframes-and-go-back.html&amp;style=release</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2167985</commentid>
    <comment_count>1</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2025-12-23 12:10:20 -0800</bug_when>
    <thetext>&lt;rdar://problem/167097502&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2167994</commentid>
    <comment_count>2</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2025-12-23 12:57:56 -0800</bug_when>
    <thetext>Test gardening commit 304909@main (22206fe1f4d0): &lt;https://commits.webkit.org/304909@main&gt;

Reviewed commits have been landed. Closing PR #55837 and removing active labels.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2170349</commentid>
    <comment_count>3</comment_count>
    <who name="Kiet Ho">kiet.ho</who>
    <bug_when>2026-01-08 10:57:12 -0800</bug_when>
    <thetext>Pull request: https://github.com/WebKit/WebKit/pull/56270</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2170723</commentid>
    <comment_count>4</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2026-01-09 11:07:09 -0800</bug_when>
    <thetext>Committed 305370@main (5583c5d63e5e): &lt;https://commits.webkit.org/305370@main&gt;

Reviewed commits have been landed. Closing PR #56270 and removing active labels.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>