On Wednesday, July 4, 2012 8:54:41 AM UTC-5, Keith M wrote: > > I've built node 0.8.1 on 64-bit RHEL 6.2 and it runs correctly in a remote > terminal window. However, when run from cron it fails with the message: > > *FATAL ERROR: v8::Context::New() V8 is no longer usable* > I've simplified the script scheduled by cron to this: > > #!/bin/bash > /usr/local/bin/node -e "var x=1;" > > This is run in the context of root, without any memory limitation set. > Any ideas what the problem is? > > Thanks, Keith M >
selinux issue? Does "audit2allow -Rb" show any avcs? Did sealert whine about anything? joe -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
