rubyjs / therubyracer

Embed the V8 Javascript Interpreter into Ruby
1.66k stars 192 forks source link

segfault on armhf when generating assets #281

Closed nekromant closed 10 years ago

nekromant commented 10 years ago

Okay, following the tips at the nearby issues I've compiled libv8 with -fPIC to make therubyracer gem happy. However, when gitlab tries to actually use them to precompile the assets bad stuff happens - segfault. I then switched to gitlab master and most recent versions of therubyracer and libv8 available and keep getting this : http://p.ncrmnt.org/100/

-bash-4.2# ruby -v ruby 2.0.0p247 (2013-06-27 revision 41674) [armv7l-linux-eabihf]

therubyracer: 0.12.0 libv8: 3.16.14.0

nekromant commented 10 years ago

Oops, sorry, looks like duplicate of #274 Though present even in master. Maybe libv8-raleted?