Updates:
        Owner: [email protected]
        Cc: [email protected]

Comment #4 on issue 1203 by [email protected]: Fatal error in v8/src/objects.h, line 615 # CHECK(!IsFailure()) failed on fast/canvas/webgl/gl-get-calls.html layout test
http://code.google.com/p/v8/issues/detail?id=1203

These tests are run with a lot of other tests so this is indeed an OOM situation. The assertion is harmless. I misunderstood a method called ToObjectUnchecked as not checking anything but just casting. I do checks around it that makes the checking here not needed. However, "Unchecked" apparently means "Checked only in debug mode". Very easy fix.

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to