<?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>260098</bug_id>
          
          <creation_ts>2023-08-11 14:49:24 -0700</creation_ts>
          <short_desc>Regression(266049@main) Crash in MIMETypeRegistry::preferredExtensionForMIMEType</short_desc>
          <delta_ts>2023-08-11 17:00:45 -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>Forms</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          <see_also>https://bugs.webkit.org/show_bug.cgi?id=258467</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="Ali Juma">ajuma</reporter>
          <assigned_to name="Chris Dumez">cdumez</assigned_to>
          <cc>akeerthi</cc>
    
    <cc>cdumez</cc>
    
    <cc>heycam</cc>
    
    <cc>webkit-bug-importer</cc>
    
    <cc>wenson_hsieh</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1970811</commentid>
    <comment_count>0</comment_count>
    <who name="Ali Juma">ajuma</who>
    <bug_when>2023-08-11 14:49:24 -0700</bug_when>
    <thetext>Chrome for iOS is getting a significant number of reports of a new crash in the latest iOS 17 seed (21A5303d). This is the top crash for users on that build. We don&apos;t have steps to reproduce, but based on the stack this appears to be a regression from https://bugs.webkit.org/show_bug.cgi?id=258467.

0x000000019a9ae2d8	(WebCore + 0x001b62d8)		WTF::ASCIICaseInsensitiveHash::hash(WTF::StringImpl&amp;)
0x000000019b31bd00	(WebCore + 0x00b23d00)		WebCore::MIMETypeRegistry::preferredExtensionForMIMEType(WTF::String const&amp;)
0x000000019c4cc218	(WebCore + 0x0000000001cd4218)		WebCore::MIMETypeRegistry::appendFileExtensionIfNecessary(WTF::String const&amp;, WTF::String const&amp;)
0x000000019d88038c	(WebKit + 0x006e238c)		WebKit::DownloadProxy::decideDestinationWithSuggestedFilename(WebCore::ResourceResponse const&amp;, WTF::String&amp;&amp;, WTF::CompletionHandler&lt;void (WTF::String, WebKit::SandboxExtensionHandle, WebKit::AllowOverwrite)&gt;&amp;&amp;)
0x000000019d20a630	(WebKit + 0x0006c630)		WebKit::DownloadProxy::didReceiveMessage(IPC::Connection&amp;, IPC::Decoder&amp;)
0x000000019dc58fd8	(WebKit + 0x00abafd8)		IPC::MessageReceiverMap::dispatchMessage(IPC::Connection&amp;, IPC::Decoder&amp;)
0x000000019d891fd4	(WebKit + 0x006f3fd4)		WebKit::NetworkProcessProxy::didReceiveMessage(IPC::Connection&amp;, IPC::Decoder&amp;)
0x000000019dc54660	(WebKit + 0x00ab6660)		IPC::Connection::dispatchMessage(std::__1::unique_ptr&lt;IPC::Decoder, std::__1::default_delete&lt;IPC::Decoder&gt; &gt;)
0x000000019dc57168	(WebKit + 0x00ab9168)		WTF::Detail::CallableWrapper&lt;IPC::Connection::enqueueIncomingMessage(std::__1::unique_ptr&lt;IPC::Decoder, std::__1::default_delete&lt;IPC::Decoder&gt; &gt;)::$_15, void&gt;::call()
0x000000019de3d230	(JavaScriptCore + 0x00050230)		WTF::RunLoop::performWork()
0x000000019de3e100	(JavaScriptCore + 0x00051100)		WTF::RunLoop::performWork(void*)
0x00000001887bfb68	(CoreFoundation + 0x00037b68)		__CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__
0x00000001887bede4	(CoreFoundation + 0x00036de4)		__CFRunLoopDoSource0
0x00000001887bd5f8	(CoreFoundation + 0x000355f8)		__CFRunLoopDoSources0
0x00000001887bc2d4	(CoreFoundation + 0x000342d4)		__CFRunLoopRun
0x00000001887bbeb4	(CoreFoundation + 0x00033eb4)		CFRunLoopRunSpecific
0x00000001ca2585e8	(GraphicsServices + 0x000035e8)		GSEventRunModal
0x000000018abd26b0	(UIKitCore + 0x0022f6b0)		-[UIApplication _run]
0x000000018abd1cec	(UIKitCore + 0x0022ecec)		UIApplicationMain
0x00000001020877cc	(Chrome -chrome_exe_main.mm:68)		(anonymous namespace)::RunUIApplicationMain(int, char**)
0x00000001020877cc	(Chrome -chrome_exe_main.mm:120)		main
0x00000001aae3fd40	(dyld + 0x00005d40)		start</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1970813</commentid>
    <comment_count>1</comment_count>
    <who name="Chris Dumez">cdumez</who>
    <bug_when>2023-08-11 14:53:24 -0700</bug_when>
    <thetext>

*** This bug has been marked as a duplicate of bug 259622 ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1970815</commentid>
    <comment_count>2</comment_count>
    <who name="Chris Dumez">cdumez</who>
    <bug_when>2023-08-11 14:54:45 -0700</bug_when>
    <thetext>Actually may be slightly different, un-duping.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1970828</commentid>
    <comment_count>3</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2023-08-11 15:23:08 -0700</bug_when>
    <thetext>&lt;rdar://problem/113774128&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1970833</commentid>
    <comment_count>4</comment_count>
    <who name="Chris Dumez">cdumez</who>
    <bug_when>2023-08-11 15:43:19 -0700</bug_when>
    <thetext>Pull request: https://github.com/WebKit/WebKit/pull/16626</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1970849</commentid>
    <comment_count>5</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2023-08-11 17:00:43 -0700</bug_when>
    <thetext>Committed 266837@main (97c1b7fd0b15): &lt;https://commits.webkit.org/266837@main&gt;

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

    </bug>

</bugzilla>