-
Notifications
You must be signed in to change notification settings - Fork 624
Description
We are currently using Node.js v0.11.14 because newer versions can't be used as PID 1. The problem is identified to be on v8 when it was changed from 3.26.33 to 3.28.73, but I have been not able to find what exactly change introduced it because Node.js use a patched v8, so git bisect can't be used alone.
The problem consists in the fact that instead showing Node.js a REPL or exec a script when used as PID 1, it seems to enter in a loop that hangs the CPU to the 100% and don't exec anymore nor crash. This is extremely important, since now with Node.js 5 and nan 2 supporting it there are some modules that their latest versions can't be used on NodeOS, and the number will increase. If someone have the time/knowledges here I will hugely thanks him, with knowing what v8 version introducced the bug so we can isolate the problem is more than enough.
Thank you to everybody in advance.