Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

SharedArrayBuffers can cause crashes when inspected in certain ways #584

Open
MSLaguana opened this issue Aug 17, 2018 · 3 comments
Open

Comments

@MSLaguana
Copy link
Contributor

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.

@MSLaguana
Copy link
Contributor Author

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.

@kfarnung
Copy link
Contributor

Disabled in 06ff556

@MSLaguana
Copy link
Contributor Author

This is also impacting test-assert-typedarray-deepequal.js

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants