-
-
Notifications
You must be signed in to change notification settings - Fork 35.3k
SEGFAULT on Node Fermium #34126
Copy link
Copy link
Closed
Labels
bufferIssues and PRs related to the buffer subsystem.Issues and PRs related to the buffer subsystem.workerIssues and PRs related to Worker support.Issues and PRs related to Worker support.
Metadata
Metadata
Assignees
Labels
bufferIssues and PRs related to the buffer subsystem.Issues and PRs related to the buffer subsystem.workerIssues and PRs related to Worker support.Issues and PRs related to Worker support.
Version: v14.1.0 for me
Platform: Linux salathiel 5.4.0-39-generic The binary and long term compatibility with node #43-Ubuntu SMP Fri Jun 19 10:28:31 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
Subsystem: (Ubuntu for me)
What steps will reproduce the bug?
I tried to build https://github.com/ever-co/gauzy -
yarn nx build api --configuration=productionand it landed me here nrwl/nx#2956 where other developers noticed that downgrading Node fixed the issue.How often does it reproduce? Is there a required condition?
To the exception of Node version, I have not noticed any other condition.
What is the expected behavior?
A successful build.
What do you see instead?
In Docker build
On host, it is silent and the exit status -

echo $?- returned is139, which happens to be NodeJS exit status for SEGFAULT.Additional information
It works after I downgraded to
node:erbium-alpine. Since the issue is not happening during development, I have not [yet] downgraded my environment.