[Pkg-javascript-devel] Bug#1030284: nodejs: [arm64] RangeError: Maximum call stack size exceeded
James Addison
jay at jp-hosting.net
Sat May 13 18:06:42 BST 2023
Followup-For: Bug #1030284
X-Debbugs-Cc: tg at mirbsd.de
It does seem to (continue to) function, at least on x86:
~/dygraphs-2.2.0$ NODE_PATH=/usr/share/nodejs ../nodejs-18.13.0+dfsg1/out/Release/node /usr/bin/babeljs --config-file $PWD/babel.config.json --compact false --source-maps inline -d tests5 auto_tests
Successfully compiled 59 files with Babel (2744ms).
(NOTE: this was an x86 system, not an ARM64 system)
And the relevant v8 help text output appears to update accordingly:
~/dygraphs-2.2.0$ ../nodejs-18.13.0+dfsg1/out/Release/node --v8-options | grep -i stack-size
--stack-size (default size of stack region v8 is allowed to use (in kBytes))
type: int default: --stack-size=8192
More information about the Pkg-javascript-devel
mailing list