Bug 258892 - Crash in RemoteLayerTreeDrawingAreaProxyMac::displayLink()
Summary: Crash in RemoteLayerTreeDrawingAreaProxyMac::displayLink()
Status: RESOLVED MOVED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Process Model (show other bugs)
Version: Safari 16
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-07-05 10:45 PDT by Simon Fraser (smfr)
Modified: 2024-04-18 15:08 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2023-07-05 10:45:57 PDT
Accessing an unset std::optional<>
Comment 1 Simon Fraser (smfr) 2023-07-05 10:46:05 PDT
<rdar://111348720>
Comment 2 Simon Fraser (smfr) 2023-07-05 10:48:03 PDT
Pull request: https://github.com/WebKit/WebKit/pull/15574
Comment 3 Simon Fraser (smfr) 2024-04-18 15:08:19 PDT
This was fixed via other means.