-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
Segfault compiling Node 14.15.5 from source. #37296
Comments
@breisig just to confirm, have you been able to successfully build any previous versions of v14.x with this setup and configuration options? (Do you believe it to be a regression in a recent version?) |
Ok, I have narrowed down the segfault. When I installed the latest CentOS 8.3 [and updated to the latest updates as of today], NodeJS compiles without any issues. However, when I compile NodeJS under the latest CentOS 8 Stream (20210204 iso + the latest patches as of today), it segfaults with that error. |
It seems if I remove --enable-lto from the configure line, it compiles without any issue on CentOS 8 Stream. |
FWIW I was able to reproduce the crash with
|
I am compiling Node 14.15.5 using the latest CentOS 8 stream, I am getting the following segfault when compiling Node 14.15.5 from source under Virtualbox 6.1.18. Using the configure options [./configure --prefix=/usr --without-snapshot --without-node-snapshot --enable-lto]
When checking dmesg, It shows
The text was updated successfully, but these errors were encountered: