Comment #3 on issue 1632 by [email protected]: arm build issue during mksnapshot
http://code.google.com/p/v8/issues/detail?id=1632

Can you get a stack trace from the mksnapshot run? You can run it manually in gdb as follows:

gdb obj/release/mksnapshot
gdb>set args foo.cc
gdb>run

... wait till it crashes and get a trace
gdb>bt
... Examine the illegal instruction
gdb>x/i $pc

This will confirm if floating point is the problem.

I haven't been able to reproduce the alignment issue on the later builds. I reverted my fix and it still works - so issue 1638 may be a red herring.


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

Reply via email to