View Single Post
  #1  
Old 03-23-2007, 02:36 PM
mroberto mroberto is offline
New Member
 
Join Date: Mar 2007
Posts: 4
Exclamation Ruby On Rails 503 Service Unavailable Bug

Hello I have a ruby on rail application and it upload thumbnails(pictures) but when i upload the picture the picture gets uploaded to the directory but then give me the error
503 Service Unavailable

in the sterrros.log it tell me the following.

/pathtorails/name_controller.rb:35: [BUG] Segmentation fault
ruby 1.8.5 (2006-12-04) [x86_64-linux]

So i look at the source and this is what its doing not sure what it causing the problem running fine with webbrick and mongrel

pic = Magick::Image.read(tmpfile).first^M

Is it Rmagick causing the problem or what

Also the distrubution is Fedora 6 rmagick was compiles manually as the gem dosent work .
Reply With Quote