- 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)
v7.0.0-head, but also showed up underv6.x.xRunning node 5.x.x worked fine and dandy.
When I start Node
v6.x.xand up, it crashes and printsabort trap: 6. Not sure what other debug information to report - please let me know what information can be useful.node -eworks though - don't know why.