Bug 242132

Summary: Crash under IPC::Connection::sendSync<Messages::WebPageProxy::RootViewToScreen>()
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: WebKit2Assignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: kkinnunen, thorton, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Chris Dumez 2022-06-29 13:31:32 PDT
Crash under IPC::Connection::sendSync<Messages::WebPageProxy::RootViewToScreen>():
14 WTFCrashWithInfo(int, char const*, char const*, int)
 ==> 14 std::__1::unique_ptr<IPC::Decoder, std::__1::default_delete<IPC::Decoder> > IPC::Connection::sendSync<Messages::WebPageProxy::RootViewToScreen>(Messages::WebPageProxy::RootViewToScreen&&, Messages::WebPageProxy::RootViewToScreen::Reply&&, unsigned long long, IPC::Timeout, WTF::OptionSet<IPC::SendSyncOption>) <==
          14 WebKit::WebChromeClient::rootViewToScreen(WebCore::IntRect const&) const
            14 WebKit::PDFPlugin::boundsOnScreen() const
              14 -[WKPDFPluginAccessibilityObject accessibilityAttributeValue:]
                13 NSAccessibilityGetObjectForAttributeUsingLegacyAPI
                | 7 ___NSAccessibilityEntryPointValueForAttribute_block_invoke.730
                | | 7 NSAccessibilityPerformEntryPointObject
                | |   7 _NSAccessibilityEntryPointValueForAttribute
                | |     7 -[NSObject(NSAccessibilityInternal) _accessibilityValueForAttribute:clientError:]
                | |       7 CopyAppKitUIElementAttributeValueNoCatch
                | |         7 CopyAttributeValue
Comment 1 Chris Dumez 2022-06-29 13:31:39 PDT
<rdar://96098823>
Comment 2 Chris Dumez 2022-06-29 13:34:56 PDT
Pull request: https://github.com/WebKit/WebKit/pull/1913
Comment 3 EWS 2022-06-29 15:58:11 PDT
Committed 251967@main (9462b117de1b): <https://commits.webkit.org/251967@main>

Reviewed commits have been landed. Closing PR #1913 and removing active labels.