I'm seeing a hang immediately at launch (never get to a repl prompt) with node 0.10.26 and 0.10.25 on ubuntu precise on arm. Get the same behavior with both precompiled binaries from ppa:chris-lea as well as locally built ones. Going back to build 0.10.20 compiles and works as expected. (haven't had time to bisect between them yet)
Is this a known issue, has anyone else experienced this?
If not, any suggestions for debugging? If needed, I plan to next: 1. bisect to find the failure, and 2. install gdb and pull a stack trace when the hang happens. Anything else I should look at?