[webkit-changes] [WebKit/WebKit] d46c14: REGRESSION(287911 at main): [Win] ASSERTION FAILED: !...
Fujii Hironori
noreply at github.com
Mon Dec 16 21:25:22 PST 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: d46c14cf9008c4385cf0ac7919561b278d047e85
https://github.com/WebKit/WebKit/commit/d46c14cf9008c4385cf0ac7919561b278d047e85
Author: Fujii Hironori <Hironori.Fujii at sony.com>
Date: 2024-12-16 (Mon, 16 Dec 2024)
Changed paths:
M Source/WTF/wtf/WTFConfig.h
Log Message:
-----------
REGRESSION(287911 at main): [Win] ASSERTION FAILED: !(*JSC::addressOfJSCConfig()).isPermanentlyFrozen()
https://bugs.webkit.org/show_bug.cgi?id=284793
Unreviewed crash fix for Windows port.
Windows Release & Debug layout tests were crashing after
<https://commits.webkit.org/287911@main>. It added a new config
ReservedByteForAllocationProfilingMode. But, no storage was allocated
for it if USE(SYSTEM_MALLOC). It overwrapped with the storage of
g_wtfConfig.
* Source/WTF/wtf/WTFConfig.h:
Canonical link: https://commits.webkit.org/287926@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list