I'm a beginner in Ruby and I've just imported a ruby code into my workspace. But I'm getting an error just when I try to start rails server on localhost. (I'm using Aptana Studio and working on windows.)
The error says -
C:/Ruby187/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31: [BUG] Segmentation fault ruby 1.8.7 (2010-08-16 patchlevel 302) [i386-mingw32].
I'm using rails - 2.3.9, ruby, ruby 1.8.7 (2010-08-16 patchlevel 302) [i386-mingw32].
Anyone has encountered this error before? If yes, can you please help me what you had to do to get rid of this. Let me know if you need any more details.
Below is the stack trace for clarification.
=> Booting Mongrel
=> Rails 2.3.9 application starting on <localhost 127.0.0.1 and port 3000>
<another non related warning>
C:/Ruby187/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31: [BUG] Segmentation fault
ruby 1.8.7 (2010-08-16 patchlevel 302) [i386-mingw32]
Thanks in advance!