You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.
Something non-obvious has changed between the current state of things and the nightly integration I'm about to complete, which causes shared array buffers to return a null pointer for their contents, which is triggering an assert in node. I'm disabling the test for now.
The text was updated successfully, but these errors were encountered:
I'm still not sure what change caused this to come to the surface, but it looks like the problem is we don't currently have a JSRT way to extract the contents of s SharedArrayBuffer; There are JsGetArrayBufferStorage and JsGetTypedArrayStorage but neither of those accept shared array buffers as inputs.
Something non-obvious has changed between the current state of things and the nightly integration I'm about to complete, which causes shared array buffers to return a null pointer for their contents, which is triggering an assert in node. I'm disabling the test for now.
The text was updated successfully, but these errors were encountered: