Bug 257976 - Crash early if calling SuspendableWorkQueue::dispatch() with a null Function
Summary: Crash early if calling SuspendableWorkQueue::dispatch() with a null Function
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Template Framework (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-06-12 12:52 PDT by Chris Dumez
Modified: 2023-06-12 21:26 PDT (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 2023-06-12 12:52:09 PDT
Crash early if calling SuspendableWorkQueue::dispatch() with a null Function instead of crashing asynchronously on the background thread. This is to help debug the root cause of <rdar://105807359>.
Comment 1 Chris Dumez 2023-06-12 12:53:28 PDT
Pull request: https://github.com/WebKit/WebKit/pull/14883
Comment 2 EWS 2023-06-12 21:26:17 PDT
Committed 265100@main (68b841ffaf2c): <https://commits.webkit.org/265100@main>

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