Ich habe seit dem Update auf node v0.10.41 das Problem, dass einer meiner beiden nodes immer wieder abstürzt:
Code
FATAL ERROR: JS Allocation failed - process out of memory
Aborted
npm ERR! Linux 3.16.0-4-amd64
npm ERR! argv "node" "/usr/local/bin/npm" "start"
npm ERR! node v0.10.41
npm ERR! npm v3.5.2
npm ERR! code ELIFECYCLE
npm ERR! be.bastelstu.wcf.nodePush@1.0.0 start: `coffee app.coffee`
npm ERR! Exit status 134
npm ERR!
npm ERR! Failed at the be.bastelstu.wcf.nodePush@1.0.0 start script 'coffee app.coffee'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the be.bastelstu.wcf.nodePush package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! coffee app.coffee
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs be.bastelstu.wcf.nodePush
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls be.bastelstu.wcf.nodePush
npm ERR! There is likely additional logging output above.
Display More
Code: npm-debug.log
0 info it worked if it ends with ok
1 verbose cli [ 'node', '/usr/local/bin/npm', 'start' ]
2 info using npm@3.5.2
3 info using node@v0.10.41
4 verbose run-script [ 'prestart', 'start', 'poststart' ]
5 info lifecycle be.bastelstu.wcf.nodePush@1.0.0~prestart: be.bastelstu.wcf.nodePush@1.0.0
6 silly lifecycle be.bastelstu.wcf.nodePush@1.0.0~prestart: no script for prestart, continuing
7 info lifecycle be.bastelstu.wcf.nodePush@1.0.0~start: be.bastelstu.wcf.nodePush@1.0.0
8 verbose lifecycle be.bastelstu.wcf.nodePush@1.0.0~start: unsafe-perm in lifecycle true
9 verbose lifecycle be.bastelstu.wcf.nodePush@1.0.0~start: PATH: /usr/local/lib/node_modules/npm/bin/node-gyp-bin:/home/jail/kleinefarm/home/nkb-modding/wcf/acp/be.bastelstu.wcf.nodePush/node_modules/.bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
10 verbose lifecycle be.bastelstu.wcf.nodePush@1.0.0~start: CWD: /home/jail/kleinefarm/home/nkb-modding/wcf/acp/be.bastelstu.wcf.nodePush
11 silly lifecycle be.bastelstu.wcf.nodePush@1.0.0~start: Args: [ '-c', 'coffee app.coffee' ]
12 silly lifecycle be.bastelstu.wcf.nodePush@1.0.0~start: Returned: code: 134 signal: null
13 info lifecycle be.bastelstu.wcf.nodePush@1.0.0~start: Failed to exec start script
14 verbose stack Error: be.bastelstu.wcf.nodePush@1.0.0 start: `coffee app.coffee`
14 verbose stack Exit status 134
14 verbose stack at EventEmitter.<anonymous> (/usr/local/lib/node_modules/npm/lib/utils/lifecycle.js:232:16)
14 verbose stack at EventEmitter.emit (events.js:98:17)
14 verbose stack at ChildProcess.<anonymous> (/usr/local/lib/node_modules/npm/lib/utils/spawn.js:24:14)
14 verbose stack at ChildProcess.emit (events.js:98:17)
14 verbose stack at maybeClose (child_process.js:766:16)
14 verbose stack at Process.ChildProcess._handle.onexit (child_process.js:833:5)
15 verbose pkgid be.bastelstu.wcf.nodePush@1.0.0
16 verbose cwd /home/jail/kleinefarm/home/nkb-modding/wcf/acp/be.bastelstu.wcf.nodePush
17 error Linux 3.16.0-4-amd64
18 error argv "node" "/usr/local/bin/npm" "start"
19 error node v0.10.41
20 error npm v3.5.2
21 error code ELIFECYCLE
22 error be.bastelstu.wcf.nodePush@1.0.0 start: `coffee app.coffee`
22 error Exit status 134
23 error Failed at the be.bastelstu.wcf.nodePush@1.0.0 start script 'coffee app.coffee'.
23 error Make sure you have the latest version of node.js and npm installed.
23 error If you do, this is most likely a problem with the be.bastelstu.wcf.nodePush package,
23 error not with npm itself.
23 error Tell the author that this fails on your system:
23 error coffee app.coffee
23 error You can get information on how to open an issue for this project with:
23 error npm bugs be.bastelstu.wcf.nodePush
23 error Or if that isn't available, you can get their info via:
23 error npm owner ls be.bastelstu.wcf.nodePush
23 error There is likely additional logging output above.
24 verbose exit [ 1, true ]
Display More
Wäre super, wenn ihr mir das Problem erklären und beheben könntet.