Segmentation Fault while using WEBrick

=> Booting WEBrick…

[2009-02-04 12:41:38] INFO WEBrick 1.3.1

=> Rails 2.2.2 application started on http://0.0.0.0:3000

=> Ctrl-C to shutdown server; call with --help for options

[2009-02-04 12:41:38] INFO ruby 1.8.7 (2008-05-31) [i386-mswin32]

[2009-02-04 12:41:38] INFO WEBrick::HTTPServer#start: pid=1948
port=3000

127.0.0.1 - - [04/Feb/2009:12:41:54 Pacific Standard Time] “GET
/backend/ HTTP/1.1” 200 27

  • → /backend/

C:/ruby/lib/ruby/gems/1.8/gems/activerecord-2.2.2/lib/active_record/connection_adapters/mysql_adapter.rb:196:
[BUG] Segmentation fault

ruby 1.8.7 (2008-05-31 patchlevel 0) [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.

Ran into this error, screenshot can be found here for more info:
http://fc74.deviantart.com/fs41/f/2009/035/8/8/Rails_Error_1_by_AzimuthDragon.png

Experimenting with Rails, what did I do to kill it?

  • Jayce