Skip to content

Crash with Node.js v10.5.0 #21591

@ghost

Description

  • Version: v10.5.0
  • Platform: Windows 10 x64
  • Subsystem: /

Here is the bug I noticed today. This code

(_=>_(_))(_=>eval(`(${_})(${_})`))

in Chrome throws RangeError: Maximum call stack size exceeded, in Firefox throws InternalError: too much recursion, but in Node.js crashes the process with no warnings or errors. Tried reducing max old space size and also tried reducing stack size, but the bug persists.

sorry for bad english

Metadata

Metadata

Assignees

No one assigned

    Labels

    windowsIssues and PRs related to the Windows platform.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions