[webkit-reviews] review requested: [Bug 29797] Runaway JS recursion crashes Chromium workers on OS X : [Attachment 40218] Sets a stack limit. Do not land before proposed fix lands in V8--see description.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 28 00:24:52 PDT 2009


Dominic Cooney <dominicc at google.com> has asked	for review:
Bug 29797: Runaway JS recursion crashes Chromium workers on OS X
https://bugs.webkit.org/show_bug.cgi?id=29797

Attachment 40218: Sets a stack limit. Do not land before proposed fix lands in
V8--see description.
https://bugs.webkit.org/attachment.cgi?id=40218&action=review

------- Additional Comments from Dominic Cooney <dominicc at google.com>
Repro: Open LayoutTests/fast/workers/use-machine-stack.html.

Expected behavior: it prints PASS (RangeError: Maximum call stack size
exceeded.)

Actual behavior:
Safari 4.0.3 (6531.9): OK.
Google Chrome 4.0.212.1 (Official Build 26852) WebKit 532.1 V8 1.3.11.1: Worker
process crashes.

This is related to <http://crbug.com/21653>.

I've attached a patch. The patch depends on a proposed fix to V8 bug 442, see
<http://codereview.chromium.org/242014>.


More information about the webkit-reviews mailing list