-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Sometimes Nx commands fails with segmentation fault #2956
Comments
@brandonroberts check this pipeline https://gitlab.com/gperdomor/platform/pipelines/144193503 Some jobs fails... Here an example
Line 42 --> |
@brandonroberts the problem seems to be the node version, the fails occurs in node 14, with node 13 everything works fine |
Same for us with Node 14 |
Can confirm that the cache goes wild on node 14, but switching back to 12, it reads from the cache just fine. I've been using node 14 since the start of this project, so it's not like I changed versions mid-way. |
Same problem here, up to Node 14.4 👎 the segmentation fault error occurs, with Node 12.18 👍 it is "gone". I hope you will be able to solve the source of this faulty behavior. |
Edit: sry, does not have any impact |
I'll drop my experience here. It will potentially hep for more infos.
|
The same for me, can't build by node 14 |
This issue has been automatically marked as stale because it hasn't had any recent activity. It will be closed in 14 days if no further activity occurs. |
Any progress here?🧐 |
Using Node v14.9.0 and Nx 10.0.7 it now builds without the "segmentation fault" error. |
I confirm this works. |
This issue has been automatically marked as stale because it hasn't had any recent activity. It will be closed in 14 days if no further activity occurs. |
this is happening again with node 18.15 now |
Happens again in docker node 18.5 alpine. |
This issue has been closed for more than 30 days. If this issue is still occuring, please open a new issue with more recent context. |
Please make sure you have read the submission guidelines before posting an issue
Prerequisites
Please answer the following questions for yourself before submitting an issue.
YOU MAY DELETE THE PREREQUISITES SECTION.
Expected Behavior
Commands run without error
Current Behavior
Failure Information (for bugs)
The problem maybe be cache related, with
--skip-nx-cache
flag the problem is gone for some commands likenx affected:xxxxx
but not forrun-many
.nx run-many --target=lint --projects=api-interfaces --parallel --maxParallel 2 --skip-nx-cache
fails tooSteps to Reproduce
Please provide detailed steps for reproducing the issue.
If you can provide steps to reproduce from scratch, that would be enormously appreciated (i.e. where the first step is
npx create-nx-workspace@latest repro-workspace
)Context
Please provide any relevant information about your setup:
nx report
at the root of your workspace and copy the results here if you are using Nx 8.6.1 or greater)A minimal reproduction scenario allows us to quickly confirm a bug (or point out coding problem) as well as confirm that we are fixing the right problem.
Failure Logs
Please include any relevant log snippets or files here.
Other
Any other relevant information that will help us help you.
The text was updated successfully, but these errors were encountered: