adding ttfunk to Gemfile causes segmentation fault
gucki opened this issue · 2 comments
gucki commented
No matter if using ruby-1.9.2 or ree-1.8.7, when ever I try to start my rails app (rails s, rails db:seed, ..) I get a segmentation fault. Removing the gem from the Gemfile makes the seg fault go away. It's strange, since I dont to a single call to TTFunk, just adding it to the Gemfile causes my system to segfault. Plattform is ubuntu 11.04 amd64.
bradediger commented
Very odd. A few questions for you:
- Can you reproduce the problem with a fresh gemset?
- Can you post your Gemfile so we can see what other gems you are using?
Thanks.
gucki commented
I think it's acutally an issue in therubyracer/v8. When removing some gems it gone, then it#s back sometimes....really bad. I upgraded to the master branch of therubyracer and the problem seems to be gone. :)