From: Roger Pack Date: 2008-08-16T14:23:29+09:00 Subject: Re: Segmentation fault when running Rails on Windows Server Arrix wrote: > I am trying to run Ruby on Rails 2.1 with Webrick on Windows Server > 2008. > The server can start properly, but the ruby interpreter crashes after > making > several requests([BUG] Segmentation fault). > > Has anyone experienced similar problems? If you get truly desperate and have some free time on your hands, you could try building the mingw version of ruby [with the -g passed in so that it has debug symbols] then run it under mingw gdb. Then at least you can have a fighting chance of finding out where the error is occurring. I haven't run into it, no. -=R [1] http://www.akitaonrails.com/2008/7/26/still-playing-with-ruby-on-windows -- Posted via http://www.ruby-forum.com/.