Skip to content

Instantly share code, notes, and snippets.

@cjroebuck
Created December 16, 2011 20:52
Show Gist options
  • Save cjroebuck/1487922 to your computer and use it in GitHub Desktop.
Save cjroebuck/1487922 to your computer and use it in GitHub Desktop.
{
"process": {
"pid": 95270,
"uid": 501,
"gid": 20,
"cwd": "/Users/cjroebuck",
"execPath": "/usr/local/Cellar/node/0.6.5/bin/node",
"version": "v0.4.12",
"argv": [
"node",
"/usr/local/bin/haibu"
],
"memoryUsage": {
"rss": 23597056,
"vsize": 3131953152,
"heapTotal": 12371392,
"heapUsed": 10354800
}
},
"os": {
"loadavg": [
1.51611328125,
1.1533203125,
1.1953125
],
"uptime": 101882
},
"trace": [
{
"column": 11,
"file": "fs.js",
"function": "Object.stat",
"line": 388,
"method": "stat",
"native": false
},
{
"column": 6,
"file": "/usr/local/lib/node_modules/haibu/lib/haibu/core/spawner.js",
"function": "Spawner.spawn",
"line": 146,
"method": "spawn",
"native": false
},
{
"column": 19,
"file": "/usr/local/lib/node_modules/haibu/lib/haibu/core/spawner.js",
"function": null,
"line": 51,
"method": null,
"native": false
},
{
"column": 5,
"file": "/usr/local/lib/node_modules/haibu/lib/haibu/repositories/repository.js",
"function": null,
"line": 218,
"method": null,
"native": false
},
{
"column": 7,
"file": "/usr/local/lib/node_modules/haibu/lib/haibu/repositories/repository.js",
"function": null,
"line": 139,
"method": null,
"native": false
}
],
"stack": [
"TypeError: Bad argument",
" at Object.stat (fs.js:388:11)",
" at Spawner.spawn (/usr/local/lib/node_modules/haibu/lib/haibu/core/spawner.js:146:6)",
" at /usr/local/lib/node_modules/haibu/lib/haibu/core/spawner.js:51:19",
" at /usr/local/lib/node_modules/haibu/lib/haibu/repositories/repository.js:218:5",
" at /usr/local/lib/node_modules/haibu/lib/haibu/repositories/repository.js:139:7"
],
"level": "error",
"message": "uncaughtException"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment