Project

General

Profile

Actions

Bug #3927

closed

Ruby can't interprete rmagick library

Added by weldyss (Weldys Santos) over 14 years ago. Updated almost 14 years ago.

Status:
Third Party's Issue
Assignee:
-
Target version:
-
ruby -v:
-
Backport:
[ruby-core:32737]

Description

=begin
When I use ruby 1.9.2 with RVM and rmagick gem 2.13.1 with rails 3.0.0, I receive this super-error on my project. Follow the backtrace.

Completed 200 OK in 43ms (Views: 41.3ms)
/Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/bundler/gems/carrierwave-26d8567309a4/lib/carrierwave/processing/rmagick.rb:247: [BUG] Segmentation fault
ruby 1.9.2p0 (2010-08-18 revision 29036) [x86_64-darwin10.4.0]

-- control frame ----------
c:0092 p:---- s:0469 b:0469 l:000468 d:000468 CFUNC :read
c:0091 p:0033 s:0465 b:0465 l:000464 d:000464 METHOD /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/bundler/gems/carrierwave-26d8567309a4/lib/carrierwave/processing/rmagick.rb:2
c:0090 p:0025 s:0456 b:0456 l:000455 d:000455 METHOD /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/bundler/gems/carrierwave-26d8567309a4/lib/carrierwave/processing/rmagick.rb:1
c:0089 p:0015 s:0450 b:0450 l:000440 d:000449 BLOCK /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/bundler/gems/carrierwave-26d8567309a4/lib/carrierwave/uploader/processing.rb:
c:0088 p:---- s:0446 b:0446 l:000445 d:000445 FINISH
c:0087 p:---- s:0444 b:0444 l:000443 d:000443 CFUNC :each
c:0086 p:0037 s:0441 b:0441 l:000440 d:000440 METHOD /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/bundler/gems/carrierwave-26d8567309a4/lib/carrierwave/uploader/processing.rb:
c:0085 p:0015 s:0437 b:0437 l:000428 d:000436 BLOCK /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/bundler/gems/carrierwave-26d8567309a4/lib/carrierwave/uploader/callbacks.rb:1
c:0084 p:---- s:0434 b:0434 l:000433 d:000433 FINISH
c:0083 p:---- s:0432 b:0432 l:000431 d:000431 CFUNC :each
c:0082 p:0055 s:0429 b:0429 l:000428 d:000428 METHOD /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/bundler/gems/carrierwave-26d8567309a4/lib/carrierwave/uploader/callbacks.rb:1
c:0081 p:0089 s:0424 b:0424 l:000423 d:000423 METHOD /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/bundler/gems/carrierwave-26d8567309a4/lib/carrierwave/uploader/cache.rb:93
c:0080 p:0019 s:0420 b:0420 l:000419 d:000419 METHOD /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/bundler/gems/carrierwave-26d8567309a4/lib/carrierwave/mount.rb:293
c:0079 p:0021 s:0415 b:0415 l:000414 d:000414 METHOD /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/bundler/gems/carrierwave-26d8567309a4/lib/carrierwave/mount.rb:172
c:0078 p:0012 s:0411 b:0411 l:000410 d:000410 METHOD /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/bundler/gems/carrierwave-26d8567309a4/lib/carrierwave/mount.rb:157
c:0077 p:0177 s:0407 b:0407 l:000396 d:000406 BLOCK /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/bundler/gems/mongoid-c919d37d5000/lib/mongoid/attributes.rb:53
c:0076 p:---- s:0402 b:0402 l:000401 d:000401 FINISH
c:0075 p:---- s:0400 b:0400 l:000399 d:000399 CFUNC :each_pair
c:0074 p:0028 s:0397 b:0397 l:000396 d:000396 METHOD /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/bundler/gems/mongoid-c919d37d5000/lib/mongoid/attributes.rb:42
c:0073 p:0109 s:0393 b:0393 l:000392 d:000392 METHOD /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/bundler/gems/mongoid-c919d37d5000/lib/mongoid/multi_parameter_attributes.rb:5
c:0072 p:0022 s:0386 b:0386 l:000385 d:000385 METHOD /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/bundler/gems/mongoid-c919d37d5000/lib/mongoid/attributes.rb:152
c:0071 p:0017 s:0381 b:0381 l:000380 d:000380 METHOD /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/bundler/gems/mongoid-c919d37d5000/lib/mongoid/persistence.rb:92
c:0070 p:0022 s:0377 b:0377 l:0002a8 d:000376 BLOCK /Users/weldyss/Sites/Freela/formaturas/app/controllers/events_controller.rb:68
c:0069 p:---- s:0374 b:0374 l:000373 d:000373 FINISH
c:0068 p:---- s:0372 b:0372 l:000371 d:000371 CFUNC :call
c:0067 p:0077 s:0368 b:0368 l:002088 d:002088 METHOD /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/actionpack-3.0.0/lib/action_controller/metal/mime_responds.rb:264
c:0066 p:0053 s:0361 b:0361 l:000360 d:000360 METHOD /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/actionpack-3.0.0/lib/action_controller/metal/mime_responds.rb:191
c:0065 p:0040 s:0355 b:0355 l:0002a8 d:0002a8 METHOD /Users/weldyss/Sites/Freela/formaturas/app/controllers/events_controller.rb:67
c:0064 p:0012 s:0352 b:0352 l:000351 d:000351 METHOD /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/actionpack-3.0.0/lib/action_controller/metal/implicit_render.rb:4
c:0063 p:0015 s:0347 b:0347 l:000346 d:000346 METHOD /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/actionpack-3.0.0/lib/abstract_controller/base.rb:150
c:0062 p:0041 s:0342 b:0342 l:000341 d:000341 METHOD /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/actionpack-3.0.0/lib/action_controller/metal/rendering.rb:11
c:0061 p:0010 s:0338 b:0338 l:000da0 d:000337 BLOCK /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/actionpack-3.0.0/lib/abstract_controller/callbacks.rb:18
c:0060 p:0063 s:0336 b:0336 l:000335 d:000335 METHOD /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/activesupport-3.0.0/lib/active_support/callbacks.rb:435
c:0059 p:0113 s:0330 b:0330 l:000329 d:000329 METHOD /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/activesupport-3.0.0/lib/active_support/callbacks.rb:409
c:0058 p:0024 s:0321 b:0321 l:000320 d:000320 METHOD /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/activesupport-3.0.0/lib/active_support/callbacks.rb:93
c:0057 p:0015 s:0315 b:0315 l:000da0 d:000da0 METHOD /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/actionpack-3.0.0/lib/abstract_controller/callbacks.rb:17
c:0056 p:0012 s:0311 b:0311 l:000292 d:000310 BLOCK /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/actionpack-3.0.0/lib/action_controller/metal/instrumentation.rb:30
c:0055 p:0017 s:0307 b:0307 l:000297 d:000306 BLOCK /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/activesupport-3.0.0/lib/active_support/notifications.rb:52
c:0054 p:0032 s:0305 b:0305 l:000304 d:000304 METHOD /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/activesupport-3.0.0/lib/active_support/notifications/instrumenter.rb:21
c:0053 p:0036 s:0298 b:0298 l:000297 d:000297 METHOD /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/activesupport-3.0.0/lib/active_support/notifications.rb:52
c:0052 p:0152 s:0293 b:0293 l:000292 d:000292 METHOD /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/actionpack-3.0.0/lib/action_controller/metal/instrumentation.rb:29
c:0051 p:0012 s:0287 b:0287 l:000286 d:000286 METHOD /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/actionpack-3.0.0/lib/action_controller/metal/rescue.rb:17
c:0050 p:0093 s:0282 b:0282 l:000281 d:000281 METHOD /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/actionpack-3.0.0/lib/abstract_controller/base.rb:119
c:0049 p:0084 s:0276 b:0276 l:000275 d:000275 METHOD /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/actionpack-3.0.0/lib/abstract_controller/rendering.rb:40
c:0048 p:0048 s:0271 b:0271 l:000270 d:000270 METHOD /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/actionpack-3.0.0/lib/action_controller/metal.rb:133
c:0047 p:0086 s:0266 b:0266 l:000265 d:000265 METHOD /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/actionpack-3.0.0/lib/action_controller/metal/rack_delegation.rb:14
c:0046 p:0030 s:0260 b:0260 l:001a18 d:000259 BLOCK /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/actionpack-3.0.0/lib/action_controller/metal.rb:173
c:0045 p:---- s:0257 b:0257 l:000256 d:000256 FINISH
c:0044 p:---- s:0255 b:0255 l:000254 d:000254 CFUNC :call
c:0043 p:0022 s:0251 b:0251 l:000250 d:000250 METHOD /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/actionpack-3.0.0/lib/action_dispatch/routing/route_set.rb:62
c:0042 p:0094 s:0245 b:0245 l:000244 d:000244 METHOD /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/actionpack-3.0.0/lib/action_dispatch/routing/route_set.rb:27
c:0041 p:0097 s:0239 b:0239 l:000211 d:000238 BLOCK /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/rack-mount-0.6.13/lib/rack/mount/route_set.rb:148
c:0040 p:0014 s:0233 b:0233 l:000217 d:000232 BLOCK /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/rack-mount-0.6.13/lib/rack/mount/code_generation.rb:93
c:0039 p:1207 s:0228 b:0228 l:000227 d:000227 METHOD /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/rack-mount-0.6.13/lib/rack/mount/code_generation.rb:103
c:0038 p:0125 s:0218 b:0218 l:000217 d:000217 METHOD /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/rack-mount-0.6.13/lib/rack/mount/code_generation.rb:92
c:0037 p:0092 s:0212 b:0212 l:000211 d:000211 METHOD /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/rack-mount-0.6.13/lib/rack/mount/route_set.rb:139
c:0036 p:0025 s:0206 b:0206 l:000205 d:000205 METHOD /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/actionpack-3.0.0/lib/action_dispatch/routing/route_set.rb:492
c:0035 p:0014 s:0202 b:0202 l:000193 d:000201 BLOCK /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/warden-0.10.7/lib/warden/manager.rb:35
c:0034 p:---- s:0200 b:0200 l:000199 d:000199 FINISH
c:0033 p:---- s:0198 b:0198 l:000197 d:000197 CFUNC :catch
c:0032 p:0086 s:0194 b:0194 l:000193 d:000193 METHOD /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/warden-0.10.7/lib/warden/manager.rb:34
c:0031 p:0015 s:0189 b:0189 l:000188 d:000188 METHOD /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/actionpack-3.0.0/lib/action_dispatch/middleware/best_standards_support.r
c:0030 p:0093 s:0182 b:0182 l:000181 d:000181 METHOD /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/actionpack-3.0.0/lib/action_dispatch/middleware/head.rb:14
c:0029 p:0155 s:0175 b:0175 l:000174 d:000174 METHOD /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/rack-1.2.1/lib/rack/methodoverride.rb:24
c:0028 p:0046 s:0169 b:0169 l:000168 d:000168 METHOD /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/actionpack-3.0.0/lib/action_dispatch/middleware/params_parser.rb:21
c:0027 p:0054 s:0164 b:0164 l:000163 d:000163 METHOD /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/actionpack-3.0.0/lib/action_dispatch/middleware/flash.rb:182
c:0026 p:0027 s:0157 b:0157 l:000156 d:000156 METHOD /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/actionpack-3.0.0/lib/action_dispatch/middleware/session/abstract_store.r
c:0025 p:0015 s:0146 b:0146 l:000145 d:000145 METHOD /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/actionpack-3.0.0/lib/action_dispatch/middleware/cookies.rb:287
c:0024 p:0029 s:0138 b:0138 l:001990 d:000137 BLOCK /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/actionpack-3.0.0/lib/action_dispatch/middleware/callbacks.rb:46
c:0023 p:0155 s:0136 b:0136 l:000135 d:000135 METHOD /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/activesupport-3.0.0/lib/active_support/callbacks.rb:415
c:0022 p:0011 s:0126 b:0126 l:001990 d:001990 METHOD /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/actionpack-3.0.0/lib/action_dispatch/middleware/callbacks.rb:44
c:0021 p:0015 s:0122 b:0122 l:000121 d:000121 METHOD /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/rack-1.2.1/lib/rack/sendfile.rb:107
c:0020 p:0049 s:0112 b:0112 l:000111 d:000111 METHOD /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/actionpack-3.0.0/lib/action_dispatch/middleware/remote_ip.rb:48
c:0019 p:0015 s:0108 b:0108 l:000107 d:000107 METHOD /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/actionpack-3.0.0/lib/action_dispatch/middleware/show_exceptions.rb:46
c:0018 p:0027 s:0100 b:0100 l:000099 d:000099 METHOD /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/railties-3.0.0/lib/rails/rack/logger.rb:13
c:0017 p:0032 s:0096 b:0096 l:000095 d:000095 METHOD /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/rack-1.2.1/lib/rack/runtime.rb:17
c:0016 p:0052 s:0087 b:0087 l:000086 d:000086 METHOD /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/activesupport-3.0.0/lib/active_support/cache/strategy/local_cache.rb:72
c:0015 p:0014 s:0083 b:0083 l:000077 d:000082 BLOCK /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/rack-1.2.1/lib/rack/lock.rb:11
c:0014 p:0019 s:0081 b:0081 l:000080 d:000080 METHOD internal:prelude:10
c:0013 p:0054 s:0078 b:0078 l:000077 d:000077 METHOD /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/rack-1.2.1/lib/rack/lock.rb:11
c:0012 p:0193 s:0073 b:0073 l:000072 d:000072 METHOD /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/actionpack-3.0.0/lib/action_dispatch/middleware/static.rb:30
c:0011 p:0032 s:0066 b:0066 l:000065 d:000065 METHOD /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/railties-3.0.0/lib/rails/application.rb:168
c:0010 p:0021 s:0062 b:0062 l:000061 d:000061 METHOD /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/railties-3.0.0/lib/rails/application.rb:77
c:0009 p:---- s:0057 b:0057 l:000056 d:000056 FINISH
c:0008 p:0015 s:0055 b:0055 l:000054 d:000054 METHOD /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/railties-3.0.0/lib/rails/rack/log_tailer.rb:14
c:0007 p:0015 s:0050 b:0050 l:000049 d:000049 METHOD /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/rack-1.2.1/lib/rack/content_length.rb:13
c:0006 p:0338 s:0042 b:0042 l:000041 d:000041 METHOD /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/rack-1.2.1/lib/rack/handler/webrick.rb:52
c:0005 p:0257 s:0030 b:0030 l:000029 d:000029 METHOD /Users/weldyss/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/1.9.1/webrick/httpserver.rb:111
c:0004 p:0393 s:0020 b:0020 l:000019 d:000019 METHOD /Users/weldyss/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/1.9.1/webrick/httpserver.rb:70
c:0003 p:0126 s:0009 b:0009 l:000ee8 d:000008 BLOCK /Users/weldyss/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/1.9.1/webrick/server.rb:183
c:0002 p:---- s:0004 b:0004 l:000003 d:000003 FINISH
c:0001 p:---- s:0002 b:0002 l:000001 d:000001 TOP

-- Ruby level backtrace information ----------------------------------------
/Users/weldyss/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/1.9.1/webrick/server.rb:183:in block in start_thread' /Users/weldyss/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/1.9.1/webrick/httpserver.rb:70:in run'
/Users/weldyss/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/1.9.1/webrick/httpserver.rb:111:in service' /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/rack-1.2.1/lib/rack/handler/webrick.rb:52:in service'
/Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/rack-1.2.1/lib/rack/content_length.rb:13:in call' /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/railties-3.0.0/lib/rails/rack/log_tailer.rb:14:in call'
/Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/railties-3.0.0/lib/rails/application.rb:77:in method_missing' /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/railties-3.0.0/lib/rails/application.rb:168:in call'
/Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/actionpack-3.0.0/lib/action_dispatch/middleware/static.rb:30:in call' /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/rack-1.2.1/lib/rack/lock.rb:11:in call'
internal:prelude:10:in synchronize' /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/rack-1.2.1/lib/rack/lock.rb:11:in block in call'
/Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/activesupport-3.0.0/lib/active_support/cache/strategy/local_cache.rb:72:in call' /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/rack-1.2.1/lib/rack/runtime.rb:17:in call'
/Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/railties-3.0.0/lib/rails/rack/logger.rb:13:in call' /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/actionpack-3.0.0/lib/action_dispatch/middleware/show_exceptions.rb:46:in call'
/Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/actionpack-3.0.0/lib/action_dispatch/middleware/remote_ip.rb:48:in call' /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/rack-1.2.1/lib/rack/sendfile.rb:107:in call'
/Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/actionpack-3.0.0/lib/action_dispatch/middleware/callbacks.rb:44:in call' /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/activesupport-3.0.0/lib/active_support/callbacks.rb:415:in _run_call_callbacks'
/Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/actionpack-3.0.0/lib/action_dispatch/middleware/callbacks.rb:46:in block in call' /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/actionpack-3.0.0/lib/action_dispatch/middleware/cookies.rb:287:in call'
/Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/actionpack-3.0.0/lib/action_dispatch/middleware/session/abstract_store.rb:149:in call' /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/actionpack-3.0.0/lib/action_dispatch/middleware/flash.rb:182:in call'
/Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/actionpack-3.0.0/lib/action_dispatch/middleware/params_parser.rb:21:in call' /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/rack-1.2.1/lib/rack/methodoverride.rb:24:in call'
/Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/actionpack-3.0.0/lib/action_dispatch/middleware/head.rb:14:in call' /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/actionpack-3.0.0/lib/action_dispatch/middleware/best_standards_support.rb:17:in call'
/Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/warden-0.10.7/lib/warden/manager.rb:34:in call' /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/warden-0.10.7/lib/warden/manager.rb:34:in catch'
/Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/warden-0.10.7/lib/warden/manager.rb:35:in block in call' /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/actionpack-3.0.0/lib/action_dispatch/routing/route_set.rb:492:in call'
/Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/rack-mount-0.6.13/lib/rack/mount/route_set.rb:139:in call' /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/rack-mount-0.6.13/lib/rack/mount/code_generation.rb:92:in recognize'
/Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/rack-mount-0.6.13/lib/rack/mount/code_generation.rb:103:in optimized_each' /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/rack-mount-0.6.13/lib/rack/mount/code_generation.rb:93:in block in recognize'
/Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/rack-mount-0.6.13/lib/rack/mount/route_set.rb:148:in block in call' /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/actionpack-3.0.0/lib/action_dispatch/routing/route_set.rb:27:in call'
/Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/actionpack-3.0.0/lib/action_dispatch/routing/route_set.rb:62:in dispatch' /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/actionpack-3.0.0/lib/action_dispatch/routing/route_set.rb:62:in call'
/Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/actionpack-3.0.0/lib/action_controller/metal.rb:173:in block in action' /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/actionpack-3.0.0/lib/action_controller/metal/rack_delegation.rb:14:in dispatch'
/Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/actionpack-3.0.0/lib/action_controller/metal.rb:133:in dispatch' /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/actionpack-3.0.0/lib/abstract_controller/rendering.rb:40:in process'
/Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/actionpack-3.0.0/lib/abstract_controller/base.rb:119:in process' /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/actionpack-3.0.0/lib/action_controller/metal/rescue.rb:17:in process_action'
/Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/actionpack-3.0.0/lib/action_controller/metal/instrumentation.rb:29:in process_action' /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/activesupport-3.0.0/lib/active_support/notifications.rb:52:in instrument'
/Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/activesupport-3.0.0/lib/active_support/notifications/instrumenter.rb:21:in instrument' /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/activesupport-3.0.0/lib/active_support/notifications.rb:52:in block in instrument'
/Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/actionpack-3.0.0/lib/action_controller/metal/instrumentation.rb:30:in block in process_action' /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/actionpack-3.0.0/lib/abstract_controller/callbacks.rb:17:in process_action'
/Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/activesupport-3.0.0/lib/active_support/callbacks.rb:93:in run_callbacks' /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/activesupport-3.0.0/lib/active_support/callbacks.rb:409:in _run_process_action_callbacks'
/Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/activesupport-3.0.0/lib/active_support/callbacks.rb:435:in _run__3776757163764216885__process_action__2596708127273578225__callbacks' /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/actionpack-3.0.0/lib/abstract_controller/callbacks.rb:18:in block in process_action'
/Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/actionpack-3.0.0/lib/action_controller/metal/rendering.rb:11:in process_action' /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/actionpack-3.0.0/lib/abstract_controller/base.rb:150:in process_action'
/Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/actionpack-3.0.0/lib/action_controller/metal/implicit_render.rb:4:in send_action' /Users/weldyss/Sites/Freela/formaturas/app/controllers/events_controller.rb:67:in update'
/Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/actionpack-3.0.0/lib/action_controller/metal/mime_responds.rb:191:in respond_to' /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/actionpack-3.0.0/lib/action_controller/metal/mime_responds.rb:264:in retrieve_response_from_mimes'
/Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/gems/actionpack-3.0.0/lib/action_controller/metal/mime_responds.rb:264:in call' /Users/weldyss/Sites/Freela/formaturas/app/controllers/events_controller.rb:68:in block in update'
/Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/bundler/gems/mongoid-c919d37d5000/lib/mongoid/persistence.rb:92:in update_attributes' /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/bundler/gems/mongoid-c919d37d5000/lib/mongoid/attributes.rb:152:in write_attributes'
/Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/bundler/gems/mongoid-c919d37d5000/lib/mongoid/multi_parameter_attributes.rb:57:in process' /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/bundler/gems/mongoid-c919d37d5000/lib/mongoid/attributes.rb:42:in process'
/Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/bundler/gems/mongoid-c919d37d5000/lib/mongoid/attributes.rb:42:in each_pair' /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/bundler/gems/mongoid-c919d37d5000/lib/mongoid/attributes.rb:53:in block in process'
/Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/bundler/gems/carrierwave-26d8567309a4/lib/carrierwave/mount.rb:157:in photo=' /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/bundler/gems/carrierwave-26d8567309a4/lib/carrierwave/mount.rb:172:in photo='
/Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/bundler/gems/carrierwave-26d8567309a4/lib/carrierwave/mount.rb:293:in cache' /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/bundler/gems/carrierwave-26d8567309a4/lib/carrierwave/uploader/cache.rb:93:in cache!'
/Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/bundler/gems/carrierwave-26d8567309a4/lib/carrierwave/uploader/callbacks.rb:15:in with_callbacks' /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/bundler/gems/carrierwave-26d8567309a4/lib/carrierwave/uploader/callbacks.rb:15:in each'
/Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/bundler/gems/carrierwave-26d8567309a4/lib/carrierwave/uploader/callbacks.rb:15:in block in with_callbacks' /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/bundler/gems/carrierwave-26d8567309a4/lib/carrierwave/uploader/processing.rb:77:in process!'
/Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/bundler/gems/carrierwave-26d8567309a4/lib/carrierwave/uploader/processing.rb:77:in each' /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/bundler/gems/carrierwave-26d8567309a4/lib/carrierwave/uploader/processing.rb:78:in block in process!'
/Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/bundler/gems/carrierwave-26d8567309a4/lib/carrierwave/processing/rmagick.rb:185:in resize_to_fill' /Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/bundler/gems/carrierwave-26d8567309a4/lib/carrierwave/processing/rmagick.rb:247:in manipulate!'
/Users/weldyss/.rvm/gems/ruby-1.9.2-p0@formaturas/bundler/gems/carrierwave-26d8567309a4/lib/carrierwave/processing/rmagick.rb:247:in `read'

-- C level backtrace information -------------------------------------------
=end

Actions #1

Updated by mfagundes (Mauricio Fagundes) about 14 years ago

=begin
Found this workaround: http://article.gmane.org/gmane.comp.lib.qt.general/26147

Worked for me. Hope this can help to correct the issue, as it appears to be related to Ruby, not ImageMagick itself.
=end

Updated by yugui (Yuki Sonoda) about 14 years ago

Is it still reproducible with Ruby 1.9.2-p180?

Updated by yugui (Yuki Sonoda) about 14 years ago

  • Status changed from Open to Feedback
Actions #4

Updated by yugui (Yuki Sonoda) about 14 years ago

  • Tracker changed from Backport to Bug
  • Project changed from 12 to Ruby
  • Category changed from core to core

Updated by naruse (Yui NARUSE) almost 14 years ago

  • Status changed from Feedback to Third Party's Issue
  • ruby -v set to -

This looks rmagick's issue.

Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0Like0