Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test against Ruby 1.9.2 #77

Closed
tvdeyen opened this issue Oct 24, 2011 · 3 comments
Closed

Test against Ruby 1.9.2 #77

tvdeyen opened this issue Oct 24, 2011 · 3 comments
Milestone

Comments

@tvdeyen
Copy link
Member

tvdeyen commented Oct 24, 2011

With Travis CI we could test against Ruby 1.9.2.

We first should write some tests especially for image rendering. That's were we had issues lately with ruby 1.9.2.

@tvdeyen
Copy link
Member Author

tvdeyen commented Oct 24, 2011

Ok, I still have image rendering problems:

+++++++++ Error: Exiting on signal %s (%d) occured at <global.c>:423 in sighandler_crash
SIGSEGV
 +++++++++++++

/Users/tvd/.rvm/gems/ruby-1.9.2-p290/gems/tvdeyen-fleximage-1.0.8/lib/fleximage/model.rb:343:in `read'
/Users/tvd/.rvm/gems/ruby-1.9.2-p290/gems/tvdeyen-fleximage-1.0.8/lib/fleximage/model.rb:343:in `image_file='
/Users/tvd/.rvm/gems/ruby-1.9.2-p290/gems/activerecord-3.0.10/lib/active_record/base.rb:1565:in `block in attributes='
/Users/tvd/.rvm/gems/ruby-1.9.2-p290/gems/activerecord-3.0.10/lib/active_record/base.rb:1561:in `each'
/Users/tvd/.rvm/gems/ruby-1.9.2-p290/gems/activerecord-3.0.10/lib/active_record/base.rb:1561:in `attributes='
/Users/tvd/.rvm/gems/ruby-1.9.2-p290/gems/activerecord-3.0.10/lib/active_record/base.rb:1412:in `initialize'
/Users/tvd/code/ruby/gems/alchemy_cms/app/controllers/admin/pictures_controller.rb:43:in `new'
/Users/tvd/code/ruby/gems/alchemy_cms/app/controllers/admin/pictures_controller.rb:43:in `create'

Can anyone confirm this, or is this a problem on my local machine?

@tvdeyen
Copy link
Member Author

tvdeyen commented Oct 24, 2011

It was my local imagemagick installation. Just followed this guide:

http://simplificator.com/blog/2011/6/21/rmagick-crashing-with-segfaults-on-ruby-192.html

@masche842 masche842 mentioned this issue Oct 26, 2011
@tvdeyen
Copy link
Member Author

tvdeyen commented Oct 26, 2011

Yippie Yeah. Good work marc. All tests are passing even on travis.

@tvdeyen tvdeyen closed this as completed Oct 26, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant