src: OnFatalError handler must abort()
authorTimothy J Fontaine <tjfontaine@gmail.com>
Thu, 9 Jan 2014 21:33:51 +0000 (13:33 -0800)
committerTimothy J Fontaine <tjfontaine@gmail.com>
Thu, 9 Jan 2014 22:01:53 +0000 (14:01 -0800)
commit270c2deb84b04b508c9d90f58684ee5bf7b3dbca
tree51d482fcf534e401a353ba4bee6a592aed450d46
parentfc7e217a3001bccc15a8a2026d4d6e60d73e72f2
src: OnFatalError handler must abort()

We are in an unrecoverable state if v8 throws a FatalError, actually
ask the operating system to dump core in this case.

Fixes #6836
src/node.cc
test/simple/test-abort-fatal-error.js [new file with mode: 0644]