-
Notifications
You must be signed in to change notification settings - Fork 362
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
Memory access out of bounds #412
Comments
Hey folks, is this issue anywhere in the queue? |
I'm also seeing a similar issue.
|
I'm getting this too:
|
It turns out the issue in my case is that I was creating too many consumers without destroying them. The behaviour still seems a little fishy to me so I raised fitzgen/source-map-mappings#19. |
You need to call Here is an example.
|
You can get this error even when using the withConsumer function, probably occurs when the source map is simply very large. |
|
Downgrading to version 5.6 resolved the issue |
I'm seeing this issue sporadically on 0.7.4 when running with many SourceMapConsumers open at once. Both the |
Originally from: microsoft/vscode-js-debug#185
Here is the source file and source map that caused the issue.
source.zip
The text was updated successfully, but these errors were encountered: