-
Notifications
You must be signed in to change notification settings - Fork 2.7k
yarn add segmentation fault #8536
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Provide a full reproduction please |
Sure, I am on a VM CentOS 8.3.2011 aarch64 on AWS. Steps:
Log:
|
Yarn being exclusively JS, segfaults can't happen under normal circumstances. The problem comes from something in your setup. |
@arcanis I'm having the same problem on linux aarch64, is there any way to continue troubleshooting? |
check this issue. |
I was able to reproduce this on an empty repository. Didn't get much from the core dump -
|
We would like to re-iterate it is specific to RedHat ARM. |
yarn add command is throwing a segmentation fault on RHEL aarch64 platform with node 14.x or 15.x.
Current setup:
Other info:
If I use Ubuntu 20.04 of the same architecture aarch64, it works.
If I switch the node version back to 12.20.1, it works.
The text was updated successfully, but these errors were encountered: