Skip to content

Instantly share code, notes, and snippets.

@edsu
Last active August 29, 2015 14:13
Show Gist options
  • Save edsu/e41e5e37ec63c09fa961 to your computer and use it in GitHub Desktop.
Save edsu/e41e5e37ec63c09fa961 to your computer and use it in GitHub Desktop.

Started grid job on trusty.tools.wmflabs.org:

jstart -l release=trusty -N anon /usr/bin/node anon/anon.js --config /data/project/anon/config.json --verbose

But seeing this in /data/project/anon/anon.err

FATAL ERROR: v8::Context::New() V8 is no longer usable
/var/spool/gridengine/execd/tools-exec-12/job_scripts/7335380: line 4:  7662 Aborted                 (core dumped) /usr/bin/nodejs /data/project/anon/anon/anon.js --config /data/project/anon/config.json --verbose

What's weird is that running the job manually on trusty.tools.wmflabs.org with the command in the error seems to work fine:

/usr/bin/nodejs anon/anon.js --config /data/project/anon/config.json --verbose
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment