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

Node 6 & 7 exits with abort-trap: 6 when run from Emacs #6992

Closed
fromheten opened this issue May 26, 2016 · 2 comments
Closed

Node 6 & 7 exits with abort-trap: 6 when run from Emacs #6992

fromheten opened this issue May 26, 2016 · 2 comments
Labels
duplicate Issues and PRs that are duplicates of other issues or PRs.

Comments

@fromheten
Copy link

fromheten commented May 26, 2016

  • Version: v7.0.0-head, but also showed up under v6.x.x
  • Platform: Mac os X El Capitain 10.11.4
  • Subsystem: Emacs 24.5.1

Running node 5.x.x worked fine and dandy.

When I start Node v6.x.x and up, it crashes and prints abort trap: 6. Not sure what other debug information to report - please let me know what information can be useful.

node -e works though - don't know why.

$ node -e "console.log('hello')"
hello
$ node
> abort trap: 6
# (then it exits)
@addaleax
Copy link
Member

addaleax commented May 26, 2016

I think this is a duplicate of #6563. If so, it won’t be too long until a version with a fix for that will be released. (EDIT: or does 6.2.0 already contain that? I’m not sure.)

@fromheten
Copy link
Author

Ah. I could not find any open issues, and assumed it was not reported. It seems likely this is a duplicate, yes. Closing it now. Thanks/Vielen Dank @addaleax

@ChALkeR ChALkeR added the duplicate Issues and PRs that are duplicates of other issues or PRs. label Jun 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate Issues and PRs that are duplicates of other issues or PRs.
Projects
None yet
Development

No branches or pull requests

3 participants