Bug 269824 - Regression: Mac Buddy crashes after sign in
Summary: Regression: Mac Buddy crashes after sign in
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2024-02-20 18:35 PST by Chris Dumez
Modified: 2024-02-21 12:58 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.