Bug 274612

Summary: Fix site isolation overlay crash during teardown
Product: WebKit Reporter: pascoe <pascoe>
Component: WebKit Misc.Assignee: pascoe <pascoe>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

pascoe@apple.com
Reported 2024-05-23 14:08:32 PDT
The WeakHashMap will remove it's null references for pages that have been destructed, but during that teardown a WeakRef containing the same page gets accessed, causing a crash.
Attachments
Radar WebKit Bug Importer
Comment 1 2024-05-23 14:08:49 PDT
pascoe@apple.com
Comment 2 2024-05-23 14:12:01 PDT
EWS
Comment 3 2024-05-28 10:11:38 PDT
Committed 279386@main (4d646a441196): <https://commits.webkit.org/279386@main> Reviewed commits have been landed. Closing PR #29014 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.