M
Michael Moody
I'm sorry if this is not the appropriate place to post this:
I am running 64bit gentoo with the truetype use flag used to build gd,
with the turing and gd2 gems installed on kernel
2.6.18, with ruby 1.8.4-r3.
When attempting to use turing from irb the following happens:
Output is posted below:
eric@mongrel2 /usr/lib/ruby/gems/1.8/gems/turing-0.0.9/lib $ irb
irb(main):001:0> require 'turing'
=> true
irb(main):002:0> tc = Turing::Challenge.new
=> #<Turing::Challenge:0x2b72842a9fd8 @store=#<PStore:0x2b72842a9588
@filename="/tmp/turing-challenges.pstore", @transaction=false,
@abort=false>, @ti=#<Turing::Image:0x2b72842a93d0
@options={:lifetime=>600, :width=>280,
:store=>"/tmp/turing-challenges.pstore", :height=>115,
:fontdir=>"./turing/../ ...
<..snip..>
irb(main):003:0> c = tc.generate_challenge
/usr/lib64/ruby/gems/1.8/gems/gd2-1.1.1/lib/gd2/font.rb:234: [BUG]
Segmentation fault
ruby 1.8.4 (2005-12-24) [x86_64-linux]
Thanks,
Michael
I am running 64bit gentoo with the truetype use flag used to build gd,
with the turing and gd2 gems installed on kernel
2.6.18, with ruby 1.8.4-r3.
When attempting to use turing from irb the following happens:
Output is posted below:
eric@mongrel2 /usr/lib/ruby/gems/1.8/gems/turing-0.0.9/lib $ irb
irb(main):001:0> require 'turing'
=> true
irb(main):002:0> tc = Turing::Challenge.new
=> #<Turing::Challenge:0x2b72842a9fd8 @store=#<PStore:0x2b72842a9588
@filename="/tmp/turing-challenges.pstore", @transaction=false,
@abort=false>, @ti=#<Turing::Image:0x2b72842a93d0
@options={:lifetime=>600, :width=>280,
:store=>"/tmp/turing-challenges.pstore", :height=>115,
:fontdir=>"./turing/../ ...
<..snip..>
irb(main):003:0> c = tc.generate_challenge
/usr/lib64/ruby/gems/1.8/gems/gd2-1.1.1/lib/gd2/font.rb:234: [BUG]
Segmentation fault
ruby 1.8.4 (2005-12-24) [x86_64-linux]
Thanks,
Michael