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

"new Uint8Array(1e+100)" causes hang #51

Closed
iczero opened this issue Jan 31, 2017 · 1 comment
Closed

"new Uint8Array(1e+100)" causes hang #51

iczero opened this issue Jan 31, 2017 · 1 comment

Comments

@iczero
Copy link

iczero commented Jan 31, 2017

If you run "new Uint8Array(1e+100)" or with another large number, the sandbox hangs. The event loop is blocked, and the whole process freezes.

@patriksimek
Copy link
Owner

What version of Node do you use? I'm getting the RangeError: Invalid typed array length on Node 6.9.1.

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

No branches or pull requests

2 participants