Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 866956bfd87076ed746ee9f96fcdcfe39a2e479d
https://github.com/WebKit/WebKit/commit/866956bfd87076ed746ee9f96fcdcfe39a2e479d
Author: Geoffrey Garen <[email protected]>
Date: 2025-11-12 (Wed, 12 Nov 2025)
Changed paths:
M Source/WTF/wtf/StdLibExtras.h
Log Message:
-----------
Crash in GC Verifier ASSERTION FAILED: this->isMarked(cell)
https://bugs.webkit.org/show_bug.cgi?id=302419
rdar://164493777
Reviewed by Keith Miller and Dan Hecht.
The comment explains the problem: In a release+asserts build,
the optimizer does see the assert, and then we are toast.
Remove the assert to fix the bots while I rework how to do this.
* Source/WTF/wtf/StdLibExtras.h:
(WTF::addOpaqueZero):
Canonical link: https://commits.webkit.org/302938@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications