[Webkit-unassigned] [Bug 288760] New: [Cocoa] Assertion failure on ResourceUsageThread::platformCollectCPUData()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 27 14:37:39 PST 2025


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

            Bug ID: 288760
           Summary: [Cocoa] Assertion failure on
                    ResourceUsageThread::platformCollectCPUData()
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: basuke at apple.com

In Source/WebCore/page/cocoa/ResourceUsageThreadCocoa.mm:163, comment and ASSERT say threads[0] must be main thread, but it seems like it's not.
```
    // Main thread is always first.
    ASSERT(threads[0].dispatchQueueName == "com.apple.main-thread"_s);
```

-- 
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/20250227/864740fe/attachment-0001.htm>


More information about the webkit-unassigned mailing list