-
-
Notifications
You must be signed in to change notification settings - Fork 35.2k
Closed
Labels
confirmed-bugIssues with confirmed bugs.Issues with confirmed bugs.consoleIssues and PRs related to the console subsystem.Issues and PRs related to the console subsystem.duplicateIssues and PRs that are duplicates of other issues or PRs.Issues and PRs that are duplicates of other issues or PRs.libuvIssues and PRs related to the libuv dependency or the uv binding.Issues and PRs related to the libuv dependency or the uv binding.windowsIssues and PRs related to the Windows platform.Issues and PRs related to the Windows platform.
Description
- Version: 7.1.0
- Platform: 64-bit Windows 10
The process consistently crashes (I assume, it simply doesn't log anything at all after running) when trying to run this:
const obj = {};
Array(607).fill('x').forEach((_, i) => obj[i] = i);
console.log(obj);
Changing the array's length to 606 or lower shows the correct output, anything higher produces the crash. Anything after the log doesn't run. Omitting just the console.log call makes the program run correctly.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
confirmed-bugIssues with confirmed bugs.Issues with confirmed bugs.consoleIssues and PRs related to the console subsystem.Issues and PRs related to the console subsystem.duplicateIssues and PRs that are duplicates of other issues or PRs.Issues and PRs that are duplicates of other issues or PRs.libuvIssues and PRs related to the libuv dependency or the uv binding.Issues and PRs related to the libuv dependency or the uv binding.windowsIssues and PRs related to the Windows platform.Issues and PRs related to the Windows platform.