Bug 13031

Summary: nodejs: RangeError at new ArrayBuffer()
Product: buildroot Reporter: Stéphane Veyret <sveyret>
Component: OtherAssignee: unassigned
Status: RESOLVED INVALID    
Severity: normal CC: buildroot
Priority: P5    
Version: 2020.05   
Target Milestone: ---   
Hardware: All   
OS: Linux   
See Also: https://bugs.busybox.net/show_bug.cgi?id=13046
Host: Target:
Build:

Description Stéphane Veyret 2020-06-24 19:55:01 UTC
There is a bug on NodeJS which seems to come from the cross-compilation x64 -> arm. NodeJS fails on the target as soon as an ArrayBuffer is created somewhere.

Please see https://github.com/nodejs/node/issues/31370
Comment 1 Stéphane Veyret 2020-06-30 08:17:59 UTC
Actually, the issue comes from optimization flag `-Ofast`.

See #13046