Open Bug 1767580 Opened 3 years ago Updated 2 years ago

Creating a large array results in a hang

Categories

(Core :: JavaScript Engine, task, P5)

task

Tracking

()

People

(Reporter: yulia, Unassigned)

References

(Blocks 1 open bug)

Details

From TC39 channels:

Array(Math.pow(2, 32) - 1).concat(1) causes our implementation to hang. This is spec compliant, but might not be ideal. JSC and V8 both throw an OOM.

You need to log in before you can comment on or make changes to this bug.