Bug 242132 - Crash under IPC::Connection::sendSync<Messages::WebPageProxy::RootViewToScreen>()
Summary: Crash under IPC::Connection::sendSync<Messages::WebPageProxy::RootViewToScree...
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: 2022-06-29 13:31 PDT by Chris Dumez
Modified: 2022-06-29 15:58 PDT (History)
3 users (show)

See Also:


Attachments

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