 |
Forums |
Admin Discussion Forums: help Start New Thread
By: Alexander Farley
RE: seg fault on exit [ reply ] 2010-05-26 23:37
|
Using ImageMagick 6.6.0-10, Linux 2.6.18, Red Hat CentOS 5.4
Here's the code:
require 'RMagick'
include Magick
exit
This gives a seg fault using both irb and ruby, on exit (the require & include work fine). Also I've been able to successfully generate images, so it's partially working.
|
By: Omer Bar-or
RE: seg fault on exit [ reply ] 2010-05-25 16:02
|
Hi, Alex -
Interesting...
Does this happen with a script that just has the require 'RMagick' line and nothing else?
Also, which ImageMagick and Linux distribution are you using?
|
By: Alexander Farley
seg fault on exit [ reply ] 2010-05-25 10:00
|
Hi, I'm getting a seg fault on exit when I require 'RMagick'. This happens in irb & running scripts.
I'm using rmagick 2.13.1, ruby 1.8.6 on linux.
RMagick appears to be working; commands do what they're supposed to using irb, it just crashes on exit. Any ideas?
|
|
 |