[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:06:09 PST 2018


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

--- Comment #12 from letz at grame.fr ---
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.

-- 
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/95591dfb/attachment-0001.html>


More information about the webkit-unassigned mailing list