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
From the issue it sounds like the fix made it into V8 6.1. So, if #15393 lands, we don’t have to worry about this, if not, we’d probably need to float a patch?
Since upgrading from Node.js
8.2.1
I often getwhen working with large arrays.
From some investigation it looks like I've hit
https://bugs.chromium.org/p/v8/issues/detail?id=6716
which was recently fixed (not sure if it's in 6.1 or 6.2 branch).
I've tried with latest (
8.5.0
) Node.js and the issue is still there.8.5.0
4.4.0-83-generic #106-Ubuntu SMP Mon Jun 26 17:54:43 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
Code examples are in the V8 issue linked above and here.
The text was updated successfully, but these errors were encountered: