Maged Makled wrote: > Hi All, I'm trying to run mysql DB with ROR app. I'm using Netbeans 6.5 > and whenever I run the server and it tried to hit the DB, I get the > error: > > > *** > C:/InstantRails-2.0-win/ruby/lib/ruby/gems/1.8/gems/activerecord-2.2.2/lib/active_record/connection_adapters/abstract_adapter.rb:38: > [BUG] Segmentation fault > > ruby 1.8.6 (2007-09-24) [i386-mswin32] You could try installing other versions of ruby: one click installer mingw [1] with mingw it comes with gdb so you could post a more thorough backtrace which would probably also be useful. Try upgrading your gem too. That type of thing. [1] http://www.akitaonrails.com/2008/7/26/still-playing-with-ruby-on-windows can install some mingw gems via: gem list --remote --source http://gems.rubyinstaller.org -- Posted via http://www.ruby-forum.com/.