Ruby interpreter has stopped working

From last couple of days, I was facing a problem with my ruby interpreter. It was crashing continuously after few page requests and getting message:

Ruby interpreter (CUI) 1.9.2p180 [i386-mingw32] has stopped working

I have tried to find out the reason and frequency to stopped but couldn’t find the actual reason. After googling got a suggestion about css media link. But it does not solved the problem as well.

Finally, I have identified that it happens for missing file. The ruby interpreter was crashed after two request for me if the file missing exists, it may differ for others.

Leave a Comment