<?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>227088</bug_id>
          
          <creation_ts>2021-06-16 12:48:05 -0700</creation_ts>
          <short_desc>[iOS 15] Crash in IPC::clearAsyncReplyHandlers</short_desc>
          <delta_ts>2021-06-16 13:26:26 -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>WebKit2</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>226426</dup_id>
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></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="Nobody">webkit-unassigned</assigned_to>
          <cc>cdumez</cc>
    
    <cc>kkinnunen</cc>
    
    <cc>simon.fraser</cc>
    
    <cc>thorton</cc>
    
    <cc>wenson_hsieh</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1770341</commentid>
    <comment_count>0</comment_count>
    <who name="Ali Juma">ajuma</who>
    <bug_when>2021-06-16 12:48:05 -0700</bug_when>
    <thetext>Chrome for iOS is getting a relatively large number of crash reports in IPC::clearAsyncReplyHandlers, on iOS 15.

Most of the crash reports are on iPad. 

Here&apos;s the crash stack:

CRASHED [EXC_BAD_ACCESS / KERN_INVALID_ADDRESS @ 0x00000000 ]
0x00000001903e7230	(WebKit + 0x0042f230)		WTF::Detail::CallableWrapper&lt;WebKit::WebPageProxy::handlePreventableTouchEvent(WebKit::NativeWebTouchEvent&amp;)::$_15, void, bool&amp;&amp;&gt;::call(bool&amp;&amp;)
0x00000001903e7224	(WebKit + 0x0042f224)		WTF::Detail::CallableWrapper&lt;WebKit::WebPageProxy::handlePreventableTouchEvent(WebKit::NativeWebTouchEvent&amp;)::$_15, void, bool&amp;&amp;&gt;::call(bool&amp;&amp;)
0x00000001903e6f64	(WebKit + 0x0042ef64)		WTF::Detail::CallableWrapper&lt;unsigned long long IPC::MessageSender::sendWithAsyncReply&lt;Messages::EventDispatcher::TouchEvent, WebKit::WebPageProxy::handlePreventableTouchEvent(WebKit::NativeWebTouchEvent&amp;)::$_15&gt;(Messages::EventDispatcher::TouchEvent&amp;&amp;, WebKit::WebPageProxy::handlePreventableTouchEvent(WebKit::NativeWebTouchEvent&amp;)::$_15&amp;&amp;, unsigned long long, WTF::OptionSet&lt;IPC::SendOption&gt;)::&apos;lambda&apos;(IPC::Decoder*), void, IPC::Decoder*&gt;::call(IPC::Decoder*)
0x000000018ffeda9c	(WebKit + 0x00035a9c)		WTF::CompletionHandler&lt;void (IPC::Decoder*)&gt;::operator()(IPC::Decoder*)
0x000000018ffeda9c	(WebKit + 0x00035a9c)		WTF::CompletionHandler&lt;void (IPC::Decoder*)&gt;::operator()(IPC::Decoder*)
0x000000018ffeae54	(WebKit + 0x00032e54)		IPC::clearAsyncReplyHandlers(IPC::Connection const&amp;)
0x000000018ffea97c	(WebKit + 0x0003297c)		IPC::Connection::~Connection()
0x000000018ffe04b0	(WebKit + 0x000284b0)		WTF::Detail::CallableWrapper&lt;WTF::ThreadSafeRefCounted&lt;IPC::Connection, (WTF::DestructionThread)2&gt;::deref() const::&apos;lambda&apos;(), void&gt;::call()
0x000000018d91c0fc	(JavaScriptCore + 0x00000000010b40fc)		WTF::RunLoop::performWork()
0x000000018d91d5f4	(JavaScriptCore + 0x00000000010b55f4)		WTF::RunLoop::performWork(void*)
0x0000000181754160	(CoreFoundation + 0x000a5160)		__CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__
0x00000001817a80d0	(CoreFoundation + 0x000f90d0)		__CFRunLoopDoSource0
0x0000000181710480	(CoreFoundation + 0x00061480)		__CFRunLoopDoSources0
0x00000001817208d4	(CoreFoundation + 0x000718d4)		__CFRunLoopRun
0x000000018172e318	(CoreFoundation + 0x0007f318)		CFRunLoopRunSpecific
0x000000019d0cc5fc	(GraphicsServices + 0x000035fc)		GSEventRunModal
0x0000000183f069ac	(UIKitCore + 0x003d19ac)		-[UIApplication _run]
0x0000000183f06420	(UIKitCore + 0x003d1420)		UIApplicationMain
0x0000000102087f30	(Chrome -chrome_exe_main.mm:66)		main
0x0000000104019218</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1770344</commentid>
    <comment_count>1</comment_count>
    <who name="Wenson Hsieh">wenson_hsieh</who>
    <bug_when>2021-06-16 12:53:02 -0700</bug_when>
    <thetext>Seems like a dupe of https://bugs.webkit.org/show_bug.cgi?id=226426?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1770354</commentid>
    <comment_count>2</comment_count>
    <who name="Ali Juma">ajuma</who>
    <bug_when>2021-06-16 13:26:26 -0700</bug_when>
    <thetext>Thanks, this does seem like a dupe of bug 226426.

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

    </bug>

</bugzilla>