- Version: 13.2.0
- Platform: Ubuntu & Windows
Node.js silently crashes when running the following:
$ git clone https://github.com/mishoo/UglifyJS2.git
$ cd UglifyJS2
$ node --max-old-space-size=2048 test/ufuzz
581 of Infinity
$
The process is expected to run indefinitely, as with 13.1.0 and all previous versions of Node.js. Instead with 13.2.0 it aborts without even returning a non-zero code.
Node.js silently crashes when running the following:
$ git clone https://github.com/mishoo/UglifyJS2.git $ cd UglifyJS2 $ node --max-old-space-size=2048 test/ufuzz 581 of Infinity $The process is expected to run indefinitely, as with 13.1.0 and all previous versions of Node.js. Instead with 13.2.0 it aborts without even returning a non-zero code.