[Webkit-unassigned] [Bug 275060] UI process crash in WebPageProxy::activityStateDidChange

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 3 08:38:35 PDT 2024


https://bugs.webkit.org/show_bug.cgi?id=275060

Michael Catanzaro <mcatanzaro at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mcatanzaro at redhat.com

--- Comment #1 from Michael Catanzaro <mcatanzaro at redhat.com> ---
Problem here is straightforward:

Ref pageClient = this->pageClient();

A WeakPtr is assigned to a Ref unconditionally, but if it were expected to be nonnull then it surely shouldn't use WeakPtr. It's the exact same problem as in bug #272248.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20240603/785f2cd7/attachment.htm>


More information about the webkit-unassigned mailing list