[webkit-reviews] review granted: [Bug 56470] Crash in JSC::MarkStack::drain Under Stress : [Attachment 86110] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 17 16:53:36 PDT 2011


Geoffrey Garen <ggaren at apple.com> has granted Oliver Hunt <oliver at apple.com>'s
request for review:
Bug 56470: Crash in  JSC::MarkStack::drain Under Stress
https://bugs.webkit.org/show_bug.cgi?id=56470

Attachment 86110: Patch
https://bugs.webkit.org/attachment.cgi?id=86110&action=review

------- Additional Comments from Geoffrey Garen <ggaren at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=86110&action=review

r=me

> Source/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:301
> +	   if (symbolTable->size() != expectedSize)
> +	       CRASH();

Should be ASSERT.


More information about the webkit-reviews mailing list