Skip to content

Instantly share code, notes, and snippets.

@bithavoc
Created July 19, 2012 16:58
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 bithavoc/3145297 to your computer and use it in GitHub Desktop.
Save bithavoc/3145297 to your computer and use it in GitHub Desktop.
{
"process": {
"pid": 30482,
"uid": 501,
"gid": 20,
"cwd": "/Users/thepumpkin/Projects/testCarapace",
"execPath": "/usr/local/bin/node",
"version": "v0.6.18",
"argv": [
"node",
"/Users/thepumpkin/Projects/testCarapace/app.js"
],
"memoryUsage": {
"rss": 40763392,
"heapTotal": 29618176,
"heapUsed": 19448368
}
},
"os": {
"loadavg": [
2.36328125,
2.42626953125,
2.63232421875
],
"uptime": 456000
},
"trace": [
{
"column": 7,
"file": "/Users/thepumpkin/Projects/testCarapace/app.js",
"function": "",
"line": 39,
"method": null,
"native": false
},
{
"column": 26,
"file": "module.js",
"function": "Module._compile",
"line": 446,
"method": "_compile",
"native": false
},
{
"column": 10,
"file": "module.js",
"function": "Object..js",
"line": 464,
"method": ".js",
"native": false
},
{
"column": 31,
"file": "module.js",
"function": "Module.load",
"line": 353,
"method": "load",
"native": false
},
{
"column": 12,
"file": "module.js",
"function": "Function._load",
"line": 311,
"method": "_load",
"native": false
},
{
"column": 10,
"file": "module.js",
"function": "Array.0",
"line": 484,
"method": "0",
"native": false
},
{
"column": 38,
"file": "node.js",
"function": "EventEmitter._tickCallback",
"line": 190,
"method": "_tickCallback",
"native": false
}
],
"stack": [
"Error: Hello Error",
" at Object.<anonymous> (/Users/thepumpkin/Projects/testCarapace/app.js:39:7)",
" at Module._compile (module.js:446:26)",
" at Object..js (module.js:464:10)",
" at Module.load (module.js:353:31)",
" at Function._load (module.js:311:12)",
" at Array.0 (module.js:484:10)",
" at EventEmitter._tickCallback (node.js:190:38)"
],
"level": "error",
"message": "uncaughtException"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment