[Rails] Server/Console: ext call crashes in rails-server but works in rails-console
Hello,
I use RMagick in Rails 3.0.1 and ruby 1.9.2p0 on OS X 10.6.4
A simple
$ rails c
Loading development environment (Rails 3.0.1)
irb(main):001:0> f = Magick::Image.new(100,100)
=> 100x100 DirectClass 16-bit
irb(main):002:0> quit
works in the rails console but crashes when executed in the rails
server (seg fault).
Any idea what's the difference and why this crashes?
Thanks a lot,
Horst
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home