Updates:
        Status: New

Comment #3 on issue 1927 by [email protected]: ApiCheck in SetIndexedPropertiesToPixelData with large getImageData arguments
http://code.google.com/p/v8/issues/detail?id=1927

I think this is not a v8 bug: Our maximum length for external arrays is 0x3fffffff, but the getImageData call requests 0x40000000 bytes, so we report an error. The question is if Chrome should display an "Aw, Snap!" in this case. I am not sure how we handle similar error conditions, but this looks more like a binding issue (or no issue at all) to me...

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

Reply via email to