Comment #4 on issue 784 by vlovich: arm v8 throws an exception for now reason when starting node.js
http://code.google.com/p/v8/issues/detail?id=784

Also, I doubt it could be fixed by anything in the JS side of things. When the code is run under arm, it appears as if the function call is invoked on the wrong parameter. Since this can be "fixed" by assigning to a variable first:

var x = format.apply(this, arguments);
process.stdout.write(x + '\n');

This appears to indicate it has to do with the arm V8 code optimizer

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to