Hi guys,
I have Rails 3 running on Windows 7 with Ruby 1.9.2
Every now and again, my server crashes, and I see the following information in the windows event log:
Faulting application name: ruby.exe, version: 1.9.2.180, time stamp: 0x4d5ee5ed Faulting module name: msvcrt-ruby191.dll, version: 1.9.2.180, time stamp: 0x4d5ee5ec Exception code: 0xc0000005 Fault offset: 0x0011a00e Faulting process id: 0x1624 Faulting application start time: 0x01cbfc46036ca1be Faulting application path: C:\Ruby192\bin\ruby.exe Faulting module path: C:\Ruby192\bin\msvcrt-ruby191.dll Report Id: ae8872dc-6839-11e0-ae3f-904ce5fafcb7
I have no clue what is causing this error, but it is a pain to try to get work done when my app keeps crashing.
Initially, I thought it was Webrick, so I replaced the server with mongrel. Obviously, this was not the issue.
I am at the end of my tether now and would like any assistance!
thanks,
Lee