Skip to content

RangeError: Maximum call stack size exceeded when attempting to push a big list into another list #27732

@iJadric

Description

@iJadric
  • Version: 10.15.3
  • Platform: Linux AMI
  • Subsystem:

When attempting to push a list of size 100k + into another list, Node.js throws RangeError: Maximum call stack size exceeded.

Sample code is

let reallyBigList = ..... (100k + elements)
this.instanceList.push(...reallyBigList);

I don't know if this is meant to be

Metadata

Metadata

Assignees

No one assigned

    Labels

    v8 engineIssues and PRs related to the V8 dependency.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions