[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Segmentation Fault while using WEBrick

Jayce Meade

2/4/2009 9:15:00 PM

=3D> Booting WEBrick...

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

=3D> Rails 2.2.2 application started on http://0....

=3D> 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=3D1948 =
port=3D3000

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/conne=
ction_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_...
agon.png

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