Comment #2 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

Shot in the dark... could this be out of memory situation?
JSObject::GetElementWithReceiver only calls ToObjectUnchecked once on a result coming from GetExternalElement. Most of the time GetExternalElement returns Smi but in 3 cases (EXTERNAL_INT_ELEMENTS, EXTERNAL_UNSIGNED_INT_ELEMENTS and EXTERNAL_FLOAT_ELEMENTS) it may allocate number on the heap which could return failure.

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

Reply via email to