Bug 222989

Summary: Crash under WebViewImpl::flagsChanged()
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: WebKit2Assignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: kkinnunen, simon.fraser, thorton, webkit-bug-importer, wenson_hsieh
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Chris Dumez 2021-03-09 13:03:16 PST
Crash under WebViewImpl::flagsChanged():
Thread 0 Crashed ↩:: Dispatch queue: com.apple.main-thread
0   com.apple.WebKit              	0x00007fff3bfbcfd6 WebKit::WebPageProxy::handleKeyboardEvent(WebKit::NativeWebKeyboardEvent const&) + 14
1   com.apple.WebKit              	0x00007fff3c307021 invocation function for block in WebKit::WebViewImpl::flagsChanged(NSEvent*) + 65
2   com.apple.WebKit              	0x00007fff3c305334 invocation function for block in WebKit::WebViewImpl::interpretKeyEvent(NSEvent*, void (signed char, WTF::Vector<WebCore::KeypressCommand, 0ul, WTF::CrashOnOverflow, 16ul, WTF::FastMalloc> const&) block_pointer) + 81
3   com.apple.HIToolbox           	0x00007fff2884ca23 __TSMProcessRawKeyEventWithOptionsAndCompletionHandler_block_invoke_5.31 + 70
4   com.apple.HIToolbox           	0x00007fff28a0f1cd __SendTSMDocumentLockEvent_WithCompletionHandler_block_invoke + 95
5   com.apple.HIToolbox           	0x00007fff288746ab invocation function for block in DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 110
Comment 1 Chris Dumez 2021-03-09 13:05:45 PST
<rdar://53479538>
Comment 2 Chris Dumez 2021-03-09 13:06:20 PST
Created attachment 422749 [details]
Patch
Comment 3 EWS 2021-03-09 14:25:19 PST
Committed r274176: <https://commits.webkit.org/r274176>

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