Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: c5fe81278b136e6676a24509c71cadcd719c29d3
      
https://github.com/WebKit/WebKit/commit/c5fe81278b136e6676a24509c71cadcd719c29d3
  Author: Kai Tamkun <[email protected]>
  Date:   2026-09-16 (Wed, 16 Sep 2026)

  Changed paths:
    M Source/JavaScriptCore/runtime/JSObject.cpp

  Log Message:
  -----------
  [JSC] Refine JSObject::crashDueToEmptyValueAtValidOffset data
https://bugs.webkit.org/show_bug.cgi?id=324194
rdar://187412221

Reviewed by Mark Lam.

This patch replaces some of the debug data in
JSObject::crashDueToEmptyValueAtValidOffset with new data about
the structure's dictionary status. This will help refine the
hypothesis derived from previous data. The top nibble of the
crash reason (previously 0x900d0ff5e7bad) has been incremented
to help distinguish between revisions of the reported data.

No new tests because we don't have a repro to trigger the crash.

* Source/JavaScriptCore/runtime/JSObject.cpp:
(JSC::JSObject::crashDueToEmptyValueAtValidOffset):

Canonical link: https://commits.webkit.org/321254@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to