Bug 213666 - Crash at WebKit: __62-[WKContentView(WKInteraction) resignFirstResponderForWebView]_block_invoke
Summary: Crash at WebKit: __62-[WKContentView(WKInteraction) resignFirstResponderForWe...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: David Kilzer (:ddkilzer)
URL:
Keywords: InRadar
Depends on: 212050
Blocks:
  Show dependency treegraph
 
Reported: 2020-06-26 15:48 PDT by David Kilzer (:ddkilzer)
Modified: 2020-06-26 18:16 PDT (History)
4 users (show)

See Also:


Attachments
Patch v1 (1.62 KB, patch)
2020-06-26 15:53 PDT, David Kilzer (:ddkilzer)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Kilzer (:ddkilzer) 2020-06-26 15:48:22 PDT
Crash at WebKit: __62-[WKContentView(WKInteraction) resignFirstResponderForWebView]_block_invoke.

Thread 0 name:  Dispatch queue: com.apple.main-thread
Thread 0 Crashed ↩:
0   WebKit                        	0x000000019fa14c04 __62-[WKContentView(WKInteraction) resignFirstResponderForWebView]_block_invoke + 168 (RetainPtr.h:102)
1   WebKit                        	0x000000019fa14bf4 __62-[WKContentView(WKInteraction) resignFirstResponderForWebView]_block_invoke + 152 (APIObject.mm:109)
2   libdispatch.dylib             	0x0000000196a3089c _dispatch_call_block_and_release + 32
3   libdispatch.dylib             	0x0000000196a32394 _dispatch_client_callout + 20
4   libdispatch.dylib             	0x0000000196a3f6ec _dispatch_main_queue_callback_4CF + 836
5   CoreFoundation                	0x0000000196d12bf0 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 16
6   CoreFoundation                	0x0000000196d0d1d0 __CFRunLoopRun + 1936
7   CoreFoundation                	0x0000000196d0c630 CFRunLoopRunSpecific + 564
[...]

<rdar://problem/64238661>
Comment 1 David Kilzer (:ddkilzer) 2020-06-26 15:53:39 PDT
Created attachment 402917 [details]
Patch v1
Comment 2 EWS 2020-06-26 18:16:27 PDT
Committed r263607: <https://trac.webkit.org/changeset/263607>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 402917 [details].