NodeJS affected by Chromium bug? #39640
-
In Chromium, the following code causes a crash. Is Node affected? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
This is possibly a V8 limitation or the runtime simply runs out of memory required enough to allocate to create an array with 90 million elements referencing to each other as filled by |
Beta Was this translation helpful? Give feedback.
-
Also, we don't implement |
Beta Was this translation helpful? Give feedback.
This is possibly a V8 limitation or the runtime simply runs out of memory required enough to allocate to create an array with 90 million elements referencing to each other as filled by
Array.prototype.fill()
. Can't really call this a bug.