Bug In Ruby 1.8.6-26

I’m currently coding a ruby/rails application on Windows Vista using
Eclipse+RadRails. Whenever I launch my application and subsequently go
to view it in my browser, upon refreshing several times the error below
is triggered. I can reproduce it consistently. I have googled and seen
this error several other places as well (mostly on the sparc
architecture) however there are no suggested solutions. Any help is
appreciated.

Problem signature:
Problem Event Name: APPCRASH
Application Name: ruby.exe
Application Version: 1.8.6.0
Application Timestamp: 470624bc
Fault Module Name: msvcrt-ruby18.dll
Fault Module Version: 1.8.6.0
Fault Module Timestamp: 470624bc
Exception Code: 40000015
Exception Offset: 00026644
OS Version: 6.0.6000.2.0.0.768.3
Locale ID: 1033
Additional Information 1: 51ca
Additional Information 2: 512258a507002ee6a0cd148c12c4d72e
Additional Information 3: 6f60
Additional Information 4: 8003f7374b0b5f4fe55c1522bf9643f8

Read our privacy statement:
http://go.microsoft.com/fwlink/?linkid=50163&clcid=0x0409

=====

c:/ruby/lib/ruby/1.8/timeout.rb:52: [BUG] Segmentation fault
ruby 1.8.6 (2007-09-24) [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.

On Dec 29, 4:27 pm, Opt O. [email protected] wrote:

And keep in mind everything is being done from the eclipse environment.
Two things:

  1. Can you use mongrel instead?

gem install mongrel

Then use mongrel_rails:

mongrel_rails start

Webrick is know to have problems, but none of I’m aware related to
Timeout.

  1. Try running form the command line and try to reproduce it.

Maybe is not related to Webrick or Ruby itself, but something that
your Rails application is doing on the requests (like using puts to
log debug information).

Also, use another URL (controller and/or action) and see if the
problems happens again.

HTH,

Luis L. wrote:

On Dec 29, 3:36�pm, Opt O. [email protected] wrote:

� Application Name: �ruby.exe
� Additional Information 2: �512258a507002ee6a0cd148c12c4d72e

This application has requested the Runtime to terminate it in an unusual
way.
Please contact the application’s support team for more information.

Posted viahttp://www.ruby-forum.com/.

Can you provide more information about your environment?

Looks like you’re using Rails, which version?

Also, you’re running Webrick or Mongrel?

Are you refreshing too quick and not letting the connection and
rendering complete? that could affect code execution too.

Rails version 2.2.2. Webrick development server. Windows Vista 32-bit.
And keep in mind everything is being done from the eclipse environment.

On Dec 29, 3:36 pm, Opt O. [email protected] wrote:

Application Name: ruby.exe
Additional Information 2: 512258a507002ee6a0cd148c12c4d72e

This application has requested the Runtime to terminate it in an unusual
way.
Please contact the application’s support team for more information.

Posted viahttp://www.ruby-forum.com/.

Can you provide more information about your environment?

Looks like you’re using Rails, which version?

Also, you’re running Webrick or Mongrel?

Are you refreshing too quick and not letting the connection and
rendering complete? that could affect code execution too.