<?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>288975</bug_id>
          
          <creation_ts>2025-03-03 09:48:43 -0800</creation_ts>
          <short_desc>REGRESSION(291449@main?): [MacOS Debug] Two tests are constant crashes in http/wpt/webauthn/public-key-credential (failure in EWS)</short_desc>
          <delta_ts>2025-03-03 13:19:07 -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="Chris Dumez">cdumez</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>2099901</commentid>
    <comment_count>0</comment_count>
    <who name="Marta Darbinyan">darbinyan</who>
    <bug_when>2025-03-03 09:48:43 -0800</bug_when>
    <thetext>The following tests are constantly crashing on macOS Debug started from 291449@main

http/wpt/webauthn/public-key-credential-create-success-ccid.https.html
http/wpt/webauthn/public-key-credential-get-success-ccid.https.html


 Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0  com.apple.WebKit        	       0x1292d5298 WTFCrashWithInfo(int, char const*, char const*, int)
1  com.apple.WebKit        	       0x1292eaca4 WTF::RefCountedBase::ref() const
2  com.apple.WebKit        	       0x12b9d87dc WTF::RefCountedAndCanMakeWeakPtr&lt;WebKit::CcidConnection&gt;::ref() const
3  com.apple.WebKit        	       0x12b9db860 WTF::DefaultRefDerefTraits&lt;WebKit::CcidConnection const&gt;::ref(WebKit::CcidConnection const&amp;)
4  com.apple.WebKit        	       0x12b9db830 WTF::Ref&lt;WebKit::CcidConnection const, WTF::RawPtrTraits&lt;WebKit::CcidConnection const&gt;, WTF::DefaultRefDerefTraits&lt;WebKit::CcidConnection const&gt;&gt;::Ref(WebKit::CcidConnection const&amp;)
5  com.apple.WebKit        	       0x12b9b3dd0 WTF::Ref&lt;WebKit::CcidConnection const, WTF::RawPtrTraits&lt;WebKit::CcidConnection const&gt;, WTF::DefaultRefDerefTraits&lt;WebKit::CcidConnection const&gt;&gt;::Ref(WebKit::CcidConnection const&amp;)
6  com.apple.WebKit        	       0x12b9b39bc WebKit::CcidConnection::transact(WTF::Vector&lt;unsigned char, 0ul, WTF::CrashOnOverflow, 16ul, WTF::FastMalloc&gt;&amp;&amp;, WTF::Function&lt;void (WTF::Vector&lt;unsigned char, 0ul, WTF::CrashOnOverflow, 16ul, WTF::FastMalloc&gt;&amp;&amp;)&gt;&amp;&amp;) const
7  com.apple.WebKit        	       0x12b9b38f8 WebKit::CcidConnection::detectContactless()
8  com.apple.WebKit        	       0x12b9b3658 WebKit::CcidConnection::startPolling()
9  com.apple.WebKit        	       0x12b9b34b8 WebKit::CcidConnection::CcidConnection(WTF::RetainPtr&lt;TKSmartCard&gt;&amp;&amp;, WebKit::CcidService&amp;)
10  com.apple.WebKit        	       0x12b9b33e0 WebKit::CcidConnection::CcidConnection(WTF::RetainPtr&lt;TKSmartCard&gt;&amp;&amp;, WebKit::CcidService&amp;)
11  com.apple.WebKit        	       0x12b9b32e4 WebKit::CcidConnection::create(WTF::RetainPtr&lt;TKSmartCard&gt;&amp;&amp;, WebKit::CcidService&amp;)
12  com.apple.WebKit        	       0x12b9b4e70 WebKit::CcidService::onValidCard(WTF::RetainPtr&lt;TKSmartCard&gt;&amp;&amp;)
13  com.apple.WebKit        	       0x12bae5d0c WebKit::MockCcidService::platformStartDiscovery()
14  com.apple.WebKit        	       0x12b9b485c WebKit::CcidService::startDiscoveryInternal()
15  com.apple.WebKit        	       0x12c592c58 WebKit::AuthenticatorTransportService::startDiscovery()::$_0::operator()() const
16  com.apple.WebKit        	       0x12c592b1c WTF::Detail::CallableWrapper&lt;WebKit::AuthenticatorTransportService::startDiscovery()::$_0, void&gt;::call()
17  com.apple.JavaScriptCore	       0x10b52ee18 WTF::Function&lt;void ()&gt;::operator()() const
18  com.apple.JavaScriptCore	       0x10b5fbe8c WTF::RunLoop::performWork()
19  com.apple.JavaScriptCore	       0x10b600288 WTF::RunLoop::performWork(void*)
20  com.apple.CoreFoundation	       0x1885748a4 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 28 /AppleInternal/Library/BuildRoots/ccc52ca0-be37-11ef-914f-aabfac210453/Library/Caches/com.apple.xbs/Sources/CoreFoundation/CoreFoundation/RunLoop.subproj/CFRunLoop.c:1970
21  com.apple.CoreFoundation	       0x188574838 __CFRunLoopDoSource0 + 176 /AppleInternal/Library/BuildRoots/ccc52ca0-be37-11ef-914f-aabfac210453/Library/Caches/com.apple.xbs/Sources/CoreFoundation/CoreFoundation/RunLoop.subproj/CFRunLoop.c:2014
22  com.apple.CoreFoundation	       0x18857459c __CFRunLoopDoSources0 + 244 /AppleInternal/Library/BuildRoots/ccc52ca0-be37-11ef-914f-aabfac210453/Library/Caches/com.apple.xbs/Sources/CoreFoundation/CoreFoundation/RunLoop.subproj/CFRunLoop.c:2051
23  com.apple.CoreFoundation	       0x188573138 __CFRunLoopRun + 840 /AppleInternal/Library/BuildRoots/ccc52ca0-be37-11ef-914f-aabfac210453/Library/Caches/com.apple.xbs/Sources/CoreFoundation/CoreFoundation/RunLoop.subproj/CFRunLoop.c:2969
24  com.apple.CoreFoundation	       0x188572734 CFRunLoopRunSpecific + 588 /AppleInternal/Library/BuildRoots/ccc52ca0-be37-11ef-914f-aabfac210453/Library/Caches/com.apple.xbs/Sources/CoreFoundation/CoreFoundation/RunLoop.subproj/CFRunLoop.c:3434
25  com.apple.Foundation    	       0x189743518 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212 /AppleInternal/Library/BuildRoots/cf117d38-cf63-11ef-b315-aabfac210453/Library/Caches/com.apple.xbs/Sources/Foundation/Foundation/Soil.subproj/NSRunLoop.m:373
26  WebKitTestRunner        	       0x102f27940 WTR::TestController::platformRunUntil(bool&amp;, WTF::Seconds)
27  WebKitTestRunner        	       0x102ed823c WTR::TestController::runUntil(bool&amp;, WTF::Seconds)
28  WebKitTestRunner        	       0x102f3ec78 WTR::TestInvocation::invoke()
29  WebKitTestRunner        	       0x102ee1f3c WTR::TestController::runTest(char const*)
30  WebKitTestRunner        	       0x102ee2664 WTR::TestController::runTestingServerLoop()
31  WebKitTestRunner        	       0x102ed8d20 WTR::TestController::run()
32  WebKitTestRunner        	       0x102ed8534 WTR::TestController::TestController(int, char const**)
33  WebKitTestRunner        	       0x102ed8dec WTR::TestController::TestController(int, char const**)
34  WebKitTestRunner        	       0x102e70108 main
35  dyld                    	       0x18810c274 start + 2840 /AppleInternal/Library/BuildRoots/cf117d38-cf63-11ef-b315-aabfac210453/Library/Caches/com.apple.xbs/Sources/dyld/dyld/dyldMain.cpp:1338


Test result:
https://ews-build.webkit.org/#/builders/122/builds/14764


Test History:
https://results.webkit.org/?suite=layout-tests&amp;suite=layout-tests&amp;test=http%2Fwpt%2Fwebauthn%2Fpublic-key-credential-create-success-ccid.https.html&amp;test=http%2Fwpt%2Fwebauthn%2Fpublic-key-credential-get-success-ccid.https.html&amp;style=debug</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2099902</commentid>
    <comment_count>1</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2025-03-03 09:49:09 -0800</bug_when>
    <thetext>&lt;rdar://problem/146027480&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2099918</commentid>
    <comment_count>2</comment_count>
    <who name="Chris Dumez">cdumez</who>
    <bug_when>2025-03-03 10:37:54 -0800</bug_when>
    <thetext>Pull request: https://github.com/WebKit/WebKit/pull/41780</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2100008</commentid>
    <comment_count>3</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2025-03-03 13:19:05 -0800</bug_when>
    <thetext>Committed 291520@main (82fd30b6339c): &lt;https://commits.webkit.org/291520@main&gt;

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

    </bug>

</bugzilla>