Status: New
Owner: ----

New 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

I tested this with 1662c37c40c88dd37c35a1a6722c71a23eaa577c which contains v8 2.30. console.log & console.warn throw exceptions when running on arm (tested in simulator & coretex a8). Sorry I can't come up with a simpler test case.

* Setup
git clone git://github.com/ry/node.git
cd node
patch -i node_arm_simulator.js -p 1 # node_arm_simulator.js is the attached patch
./configure
make -j5
./node

* Actual
node.js:212
  process.stdout.write(format.apply(this, arguments) + '\n');
                 ^
TypeError: Object Type '.help' for options. has no method 'write'
    at Object.<anonymous> (node.js:212:18)
    at node.js:257:11

*Expected
Type '.help' for options.
node>

Attachments:
        node_arm_simulator.js  455 bytes

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

Reply via email to