What version of MySQL is everybody (that is having this problem) running? I tried upgrading to 5.1 a while back and couldn't get Rails (ActiveRecord) to even work with it. I downgraded back to 5.0.x and everything worked fine again. I haven't tried going to 5.1 again.
On May 4, 9:16 am, "Gregg H." <[email protected]> wrote: > Divya Mohan wrote: > > c:/ruby/lib/ruby/gems/1.8/gems/activerecord-2.3.2/ lib/ active_record/ > > connection_adapters/ mysql_adapter.rb:202: [BUG] Segmentation fault > > ruby 1.8.6 (2007-09-24) [i386-mswin32] > > > This application has requested the Runtime to terminate it in an > > unusual way. > > > Please contact the application's support team for more information. > > > demo> > > I am getting this same problem. I am getting it after setting up a new > dev environment on a windows machine. I first saw it in RubyMine (IDE), > when I went to the Tools->Rake Tasks->db->create->all command. I got > this as the output: > > C:\Ruby\bin\ruby.exe -e > STDOUT.sync=true;STDERR.sync=true;load($0=ARGV.shift) C:\Ruby\bin/rake > db:create:all > (in H:/projects/DMS) > C:/Ruby/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/connection_adapters/mysql_adapter.rb:202: > [BUG] Segmentation fault > ruby 1.8.6 (2008-08-11) [i386-mswin32] > > This application has requested the Runtime to terminate it in an unusual > way. > Please contact the application's support team for more information. > > Process finished with exit code 3 > -- > Posted viahttp://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

