Skip to content
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

"Segmentation fault" message displayed in Ubuntu terminal #32432

Closed
fobabs opened this issue Mar 22, 2020 · 7 comments
Closed

"Segmentation fault" message displayed in Ubuntu terminal #32432

fobabs opened this issue Mar 22, 2020 · 7 comments

Comments

@fobabs
Copy link

fobabs commented Mar 22, 2020

Error message after upgrading from version 13.2.0 to 13.11.0

  • Version: 13.11.0
  • Platform: Linux fobabs-pc 5.3.0-42-generic fix LICENSE #34~18.04.1-Ubuntu SMP Fri Feb 28 13:42:26 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux

What steps will reproduce the bug?

  • Run any npm command like npm install or npm -v in terminal

What do you see instead?

  • Displays "segmentation fault" message afterwards.

Additional information

  • I noticed the error is from upgrading to version 13.11.0.
  • On downgrading to an earlier version I have installed, the error message stopped.

Comment

  • I hope this bug is fixed in subsequent versions.
  • If you have any similar issue to this node version 13.11.0, downgrading to an earlier version might solve the problem.
@addaleax
Copy link
Member

The bug report template asks for the output of uname -a, could you please fill that in? Does this occur when running simple Node.js commands, e.g. node -p 4+4?

@fobabs
Copy link
Author

fobabs commented Mar 22, 2020

uname -a output updated.
node -p 4+4 outputs the same message.

@addaleax
Copy link
Member

Then I’m not quite sure what’s going on. Maybe you could try the various Node.js versions between 13.2.0 and 13.11.0?

@Hakerh400
Copy link
Contributor

Hakerh400 commented Mar 23, 2020

@fobabs Can you try to build Node.js and bisect (using git bisect) to a single commit? If not, I can send you built Node.js binaries for you to test (total 10 binaries)

@fobabs
Copy link
Author

fobabs commented Mar 23, 2020

@addaleax That's exactly what I resolved into. I switched to version 13.2.0.

@fobabs
Copy link
Author

fobabs commented Mar 23, 2020

@fobabs Can you try to build Node.js and bisect (using git bisect) to a single commit? If not, I can send you built Node.js binaries for you to test (total 10 binaries)

I'll give it a try compiling it from the source.

@fobabs
Copy link
Author

fobabs commented Mar 27, 2020

Successfully installed and working perfectly after compiling from source.

@fobabs fobabs closed this as completed Mar 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants