Status: New
Owner: ----

New issue 914 by holisme: ARM illegal instructions in some functions
http://code.google.com/p/v8/issues/detail?id=914

libv8 2.4.9.9 (but issue is there for some time)
Compiled with
-march=armv4t -mno-thumb-interwork -fno-tree-sink -Wno-psabi
on an armv5tel in qemu, (i'm maintaining the libv8 debian package,
hence those options) :

Math.pow(2, 2)
(new Date()).toJSON()

triggers :
Program received signal SIGILL, Illegal instruction.
0x425cf990 in ?? ()
(gdb) bt
#0  0x425cf990 in ?? ()
#1  0x425cf8b8 in ?? ()
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

Also note that :
Date().toJSON()
works.

Regards,
Jérémy.

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

Reply via email to