Bug 269824

Summary: Regression: Mac Buddy crashes after sign in
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: DOMAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Chris Dumez 2024-02-20 18:35:00 PST
Mac Buddy crashes after sign in:
```
Thread 0 Crashed::  Dispatch queue: com.apple.main-thread
0   WebCore                       	       0x1bfe8a20c WTFCrashWithInfo(int, char const*, char const*, int) + 20
1   WebCore                       	       0x1bfd05dc8 WebCore::Document::~Document() + 10720
2   WebCore                       	       0x1c18d0b38 WebCore::TextDocument::~TextDocument() + 296
3   WebCore                       	       0x1c14e822c WebCore::Document::removedLastRef() + 784
4   WebCore                       	       0x1c1c6c2cc WebCore::LocalFrame::~LocalFrame() + 548
5   WebCore                       	       0x1c1c6ca3c WebCore::LocalFrame::~LocalFrame() + 16
6   WebCore                       	       0x1bfd084f4 WebCore::FrameLoader::receivedFirstData() + 648
7   WebCore                       	       0x1c1b21e58 WebCore::DocumentLoader::commitData(WebCore::SharedBuffer const&) + 1944
8   WebCore                       	       0x1c1b21248 WebCore::DocumentLoader::finishedLoading() + 208
9   WebCore                       	       0x1c1bd6ea0 WebCore::CachedResource::checkNotify(WebCore::NetworkLoadMetrics const&) + 152
10  WebCore                       	       0x1c1bd4a04 WebCore::CachedRawResource::finishLoading(WebCore::FragmentedSharedBuffer const*, WebCore::NetworkLoadMetrics const&) + 376
11  WebCore                       	       0x1c1b9943c WebCore::SubresourceLoader::didFinishLoading(WebCore::NetworkLoadMetrics const&) + 656
12  WebCore                       	       0x1c26a8cd4 WTF::Detail::CallableWrapper<-[WebCoreResourceHandleAsOperationQueueDelegate connectionDidFinishLoading:]::$_10, void>::call() + 344
13  JavaScriptCore                	       0x1bc0e5fa0 WTF::RunLoop::performWork() + 204

```
Comment 1 Chris Dumez 2024-02-20 18:35:13 PST
<rdar://123037271>
Comment 2 Chris Dumez 2024-02-20 18:39:49 PST
Pull request: https://github.com/WebKit/WebKit/pull/24855
Comment 3 EWS 2024-02-21 12:58:31 PST
Committed 275125@main (8195fa488662): <https://commits.webkit.org/275125@main>

Reviewed commits have been landed. Closing PR #24855 and removing active labels.