Bug 13031 - nodejs: RangeError at new ArrayBuffer()
Summary: nodejs: RangeError at new ArrayBuffer()
Status: RESOLVED INVALID
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: 2020.05
Hardware: All Linux
: P5 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-06-24 19:55 UTC by Stéphane Veyret
Modified: 2020-06-30 11:47 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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