prawnpdf/ttfunk

adding ttfunk to Gemfile causes segmentation fault

gucki opened this issue · 2 comments

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.

Very odd. A few questions for you:

  1. Can you reproduce the problem with a fresh gemset?
  2. Can you post your Gemfile so we can see what other gems you are using?

Thanks.

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. :)