Status: New
Owner: ----

New issue 3112 by [email protected]: v8 goes into SIGILL on latest Raspbian wheezy
http://code.google.com/p/v8/issues/detail?id=3112

With old Raspbian images (2013-07-26-wheezy-raspbian) it worked as a charm using the following command line to compile:

CXXFLAGS="-march=armv6 -mfpu=vfp -mfloat-abi=hard" LINK="g++" LD="g++" make -C v8 i18nsupport=off library=shared hardfp=on snapshot=off armv7=false v8_use_arm_eabi_hardfloat=true armfloatabi=hard vfp3=false arm.debug

With the latest Raspbian (2014-01-07-wheezy-raspbian) it compiles, but goes into SIGILL on startup. Here is gdb output (of release version - now compiling debug - takes 4-5 hours on RPi):

Program received signal SIGILL, Illegal instruction.
0x3190a078 in ?? ()
(gdb) bt
#0 0x3190a078 in ?? ()
#1 0xb6c7da8c in v8::internal::Invoke(bool, v8::internal::Handle<v8::internal::JSFunction>, v8::internal::Handle<v8::internal::Object>, int, v8::internal::Handle<v8::internal::Object>*, bool*) () from libs/libv8.so
#2 0x316139b0 in ?? ()
#3 0x316139b0 in ?? ()
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

On both images of Raspbian v8-3.22 is used.

Any idea?

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to