[Webkit-unassigned] [Bug 206166] JSC: Crash during GC

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 13 11:54:27 PST 2020


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

Yusuke Suzuki <ysuzuki at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ysuzuki at apple.com

--- Comment #4 from Yusuke Suzuki <ysuzuki at apple.com> ---
Comment on attachment 387551
  --> https://bugs.webkit.org/attachment.cgi?id=387551
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=387551&action=review

r=me too with comment.
Who is initializing CheckpointOSRExitSideState tmps? Are all elements cleared (JSEmpty) when declaring it? Can we add default initializer to `tmps` field as,

JSValue tmps[maxNumCheckpointTmps] { };

> Source/JavaScriptCore/ChangeLog:3
> +        JSC: Crash during GC

Let's rename the title.

-- 
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/20200113/5c12c6db/attachment.htm>


More information about the webkit-unassigned mailing list