- 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