<?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>274424</bug_id>
          
          <creation_ts>2024-05-20 16:00:36 -0700</creation_ts>
          <short_desc>REGRESSION(278977@main): [ macOS iOS Debug ] ASSERTION FAILED in StringHasher::computeHashAndMaskTop8Bits are result of multiple TestWebKitAPI tests to constantly crash</short_desc>
          <delta_ts>2024-05-22 11:10:12 -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>274423</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="Marta Darbinyan">darbinyan</reporter>
          <assigned_to name="Nobody">webkit-unassigned</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>2036534</commentid>
    <comment_count>0</comment_count>
    <who name="Marta Darbinyan">darbinyan</who>
    <bug_when>2024-05-20 16:00:36 -0700</bug_when>
    <thetext>The following API tests are constantly crashing with assertion error on macOS and iOS Debug queues after 278977@main. 

TestWebKitAPI.CandidateTests.DoNotHideCandidatesDuringTextReplacement
TestWebKitAPI.MessagePort.Providers
TestWebKitAPI.PublicSuffix.TopPrivatelyControlledDomain
TestWebKitAPI.ServiceWorker.ExtensionServiceWorker
TestWebKitAPI.ServiceWorker.ExtensionServiceWorkerDisableCORS
TestWebKitAPI.ServiceWorker.ExtensionServiceWorkerFailureBadScript
TestWebKitAPI.ServiceWorker.ExtensionServiceWorkerWithModules
TestWebKitAPI.WKWebExtensionAPIExtension.GetURL
TestWebKitAPI.WKWebExtensionAPILocalization.Errors
TestWebKitAPI.WKWebExtensionAPILocalization.Placeholders
TestWebKitAPI.WKWebExtensionAPILocalization.i18n
TestWebKitAPI.WKWebExtensionAPILocalization.i18nWithFallback
TestWebKitAPI.WKWebExtensionAPILocalization.i18nWithoutDefaultLocale
TestWebKitAPI.WKWebExtensionAPILocalization.i18nWithoutMessages
TestWebKitAPI.WKWebExtensionAPIRuntime.GetURL
TestWebKitAPI.WebKit.RegisterAsCanDisplayOnlyIfCanRequest_CrossOriginLoad
TestWebKitAPI.WebKit.RegisterAsCanDisplayOnlyIfCanRequest_SameOriginLoad
TestWebKitAPI.WebKit.WKContextRegisterURLSchemeAsCanDisplayOnlyIfCanRequest_CrossOriginLoad
TestWebKitAPI.WebKit.WKContextRegisterURLSchemeAsCanDisplayOnlyIfCanRequest_SameOriginLoad
TestWebKitAPI.WebKitLegacy.ClosingWebViewThenSendingItAKeyDownEvent
TestWebKitAPI.WebKitLegacy.ContextMenuDefaultItemsHaveTags
TestWebKitAPI.WebKitLegacy.DeallocWebViewInEventListener
TestWebKitAPI.WebKitLegacy.SelectionAppearanceUpdatesInEditableWebView
TestWebKitAPI.WebKitLegacy.WebViewCloseInsideDidFinishLoadForFrame

Error:
 ASSERTION FAILED: hash == (is8Bit() ? StringHasher::computeHashAndMaskTop8Bits(span8()) : StringHasher::computeHashAndMaskTop8Bits(span16()))
        /Volumes/Data/worker/Apple-Sonoma-Debug-Build/build/WebKitBuild/Debug/usr/local/include/wtf/text/StringImpl.h(1121) : void WTF::StringImpl::setHash(unsigned int) const


History:
https://results.webkit.org/?suite=api-tests&amp;suite=api-tests&amp;suite=api-tests&amp;suite=api-tests&amp;suite=api-tests&amp;suite=api-tests&amp;suite=api-tests&amp;suite=api-tests&amp;suite=api-tests&amp;suite=api-tests&amp;suite=api-tests&amp;suite=api-tests&amp;suite=api-tests&amp;suite=api-tests&amp;suite=api-tests&amp;suite=api-tests&amp;suite=api-tests&amp;suite=api-tests&amp;suite=api-tests&amp;suite=api-tests&amp;suite=api-tests&amp;suite=api-tests&amp;suite=api-tests&amp;suite=api-tests&amp;test=TestWebKitAPI.CandidateTests.DoNotHideCandidatesDuringTextReplacement&amp;test=TestWebKitAPI.MessagePort.Providers&amp;test=TestWebKitAPI.PublicSuffix.TopPrivatelyControlledDomain&amp;test=TestWebKitAPI.ServiceWorker.ExtensionServiceWorker&amp;test=TestWebKitAPI.ServiceWorker.ExtensionServiceWorkerDisableCORS&amp;test=TestWebKitAPI.ServiceWorker.ExtensionServiceWorkerFailureBadScript&amp;test=TestWebKitAPI.ServiceWorker.ExtensionServiceWorkerWithModules&amp;test=TestWebKitAPI.WKWebExtensionAPIExtension.GetURL&amp;test=TestWebKitAPI.WKWebExtensionAPILocalization.Errors&amp;test=TestWebKitAPI.WKWebExtensionAPILocalization.Placeholders&amp;test=TestWebKitAPI.WKWebExtensionAPILocalization.i18n&amp;test=TestWebKitAPI.WKWebExtensionAPILocalization.i18nWithFallback&amp;test=TestWebKitAPI.WKWebExtensionAPILocalization.i18nWithoutDefaultLocale&amp;test=TestWebKitAPI.WKWebExtensionAPILocalization.i18nWithoutMessages&amp;test=TestWebKitAPI.WKWebExtensionAPIRuntime.GetURL&amp;test=TestWebKitAPI.WebKit.RegisterAsCanDisplayOnlyIfCanRequest_CrossOriginLoad&amp;test=TestWebKitAPI.WebKit.RegisterAsCanDisplayOnlyIfCanRequest_SameOriginLoad&amp;test=TestWebKitAPI.WebKit.WKContextRegisterURLSchemeAsCanDisplayOnlyIfCanRequest_CrossOriginLoad&amp;test=TestWebKitAPI.WebKit.WKContextRegisterURLSchemeAsCanDisplayOnlyIfCanRequest_SameOriginLoad&amp;test=TestWebKitAPI.WebKitLegacy.ClosingWebViewThenSendingItAKeyDownEvent&amp;test=TestWebKitAPI.WebKitLegacy.ContextMenuDefaultItemsHaveTags&amp;test=TestWebKitAPI.WebKitLegacy.DeallocWebViewInEventListener&amp;test=TestWebKitAPI.WebKitLegacy.SelectionAppearanceUpdatesInEditableWebView&amp;test=TestWebKitAPI.WebKitLegacy.WebViewCloseInsideDidFinishLoadForFrame&amp;style=debug</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2036535</commentid>
    <comment_count>1</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2024-05-20 16:01:19 -0700</bug_when>
    <thetext>&lt;rdar://problem/128424488&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2037086</commentid>
    <comment_count>2</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2024-05-22 11:10:12 -0700</bug_when>
    <thetext>

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

    </bug>

</bugzilla>