RESOLVED FIXED271176
RELEASE_ASSERT() under PrintContext::spoolPage()
https://bugs.webkit.org/show_bug.cgi?id=271176
Summary RELEASE_ASSERT() under PrintContext::spoolPage()
Chris Dumez
Reported 2024-03-18 13:37:20 PDT
RELEASE_ASSERT() under PrintContext::spoolPage(): ``` 8 WTFCrashWithInfo(int, char const*, char const*, int) ==> 8 WebCore::PrintContext::spoolPage(WebCore::GraphicsContext&, int, float) <== 8 WebKit::WebPage::drawToImage(WebCore::ProcessQualified<WTF::ObjectIdentifierGeneric<WebCore::FrameIdentifierType, WTF::ObjectIdentifierMainThreadAccessTraits> >, WebKit::PrintInfo const&, WTF::CompletionHandler<void (WebKit::ShareableBitmapHandle&&)>&&) 8 auto void IPC::callMemberFunction<WebKit::WebPage, WebKit::WebPage, void (WebCore::ProcessQualified<WTF::ObjectIdentifierGeneric<WebCore::FrameIdentifierType, WTF::ObjectIdentifierMainThreadAccessTraits> >, WebKit::PrintInfo const&, WTF::CompletionHandler<void (WebKit::ShareableBitmapHandle&&)>&&), std::__1::tuple<WebCore::ProcessQualified<WTF::ObjectIdentifierGeneric<WebCore::FrameIdentifierType, WTF::ObjectIdentifierMainThreadAccessTraits> >, WebKit::PrintInfo>, void (WebKit::ShareableBitmapHandle&&)>(WebKit::WebPage*, void (WebKit::WebPage::*)(WebCore::ProcessQualified<WTF::ObjectIdentifierGeneric<WebCore::FrameIdentifierType, WTF::ObjectIdentifierMainThreadAccessTraits> >, WebKit::PrintInfo const&, WTF::CompletionHandler<void (WebKit::ShareableBitmapHandle&&)>&&), std::__1::tuple<WebCore::ProcessQualified<WTF::ObjectIdentifierGeneric<WebCore::FrameIdentifierType, WTF::ObjectIdentifierMainThreadAccessTraits> >, WebKit::PrintInfo>&&, WTF::CompletionHandler<void (WebKit::ShareableBitmapHandle&&)>&&)::'lambda'(auto&&...)::operator()<WebCore::ProcessQualified<WTF::ObjectIdentifierGeneric<WebCore::FrameIdentifierType, WTF::ObjectIdentifierMainThreadAccessTraits> >, WebKit::PrintInfo>(auto&&...) const ```
Attachments
Chris Dumez
Comment 1 2024-03-18 13:37:27 PDT
Chris Dumez
Comment 2 2024-03-18 13:39:25 PDT
EWS
Comment 3 2024-03-19 11:59:46 PDT
Committed 276361@main (8f4ad0b7b3a5): <https://commits.webkit.org/276361@main> Reviewed commits have been landed. Closing PR #26068 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.