Bug 222989 - Crash under WebViewImpl::flagsChanged()
Summary: Crash under WebViewImpl::flagsChanged()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-03-09 13:03 PST by Chris Dumez
Modified: 2021-03-09 14:25 PST (History)
5 users (show)

See Also:


Attachments
Patch (1.96 KB, patch)
2021-03-09 13:06 PST, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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].