Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Call to JsCreateExternalArrayBuffer will throw [System.ExecutionEngineException] exception #64

Closed
JohnMasen opened this issue Feb 17, 2017 · 2 comments

Comments

@JohnMasen
Copy link

repro step:

  1. Retrieve an JavaScriptValue (ArrayBuffer) from chakracore runtime context
  2. Call JsGetArrayBufferStorage try to get the internal storage
    Expected: get the internal storage
    Actual: an [System.ExecutionEngineException] exception will throw

you can repro this issue with my code at:
https://github.com/JohnMasen/ChakraCore.NET
UnitTest: ArrayBufferReadWrite

@JohnMasen
Copy link
Author

JohnMasen commented Feb 18, 2017

I've create a branch [ArrayBufferCrash] for this issue.
please use this branch to repro.

@JohnMasen
Copy link
Author

forget it, seem this issue is gone.

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

No branches or pull requests

1 participant