Skip to content

Instantly share code, notes, and snippets.

@tjfontaine
Created May 23, 2013 21:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tjfontaine/5639397 to your computer and use it in GitHub Desktop.
Save tjfontaine/5639397 to your computer and use it in GitHub Desktop.
ulimit -c unlimited; ./node --abort-on-uncaught-exception -e 'throw "Goodbye Cruel World"'
Uncaught Goodbye Cruel World
FROM
[eval]:1:1
Object.<anonymous> ([eval]-wrapper:6:22)
Module._compile (module.js:456:26)
evalScript (node.js:532:25)
startup (node.js:80:7)
node.js:901:3
Abort trap: 6 (core dumped)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment