[Webkit-unassigned] [Bug 182327] Getting "TypeError: Underlying ArrayBuffer has been detached from the view" error with WebAssembly code

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 1 15:14:26 PST 2018


https://bugs.webkit.org/show_bug.cgi?id=182327

--- Comment #13 from JF Bastien <jfbastien at apple.com> ---
(In reply to letz from comment #12)
> I was doing:
> 
> - var argv_something_ptr = new Int32Array(Module.HEAP32.buffer,...);
> 
> - then calling an Emscripten exported function that was actually causing
> memory growth
> 
> - then using the argv_something_ptr after that call
>  
> Doing argv_something_ptr = new Int32Array(Module.HEAP32.buffer,...) again,
> and using the updated argv_something_ptr solved the issue.

Great, thanks for the clarification. Sounds like either there's a race or other browsers are buggy. Will ping them.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180201/b23c6876/attachment.html>


More information about the webkit-unassigned mailing list