Open yefeiyu opened 7 years ago
It seems that soluted by: Substitute therubyracer with nodejs. could we do that?
The other git says:
When using therubyracer and libv8 as JSExec engine, the web application throws segmentation fault. Even after changing the versions to '0.12.2' and '3.16.14.7', the problem persists. (see here and here). Proposed fix
Change the execution engine to nodejs and after therubyracer v.1.0.0 we could change it back if fixed.
this is actually reverting commit b704652
How could we do?
@yefeiyu Happy to accept a pull request to make the change you've proposed.
When I run 'grunt serve', it's return an error:
/usr/local/lib/ruby/gems/2.4.0/gems/therubyracer-0.12.3/lib/v8/function.rb:13: [BUG] Segmentation fault at 0x22be30
All of the messenges is: (My computer is debian; wheezy; armhf)Please help me.