From: "aslovik (adam slovik)" Date: 2012-07-27T23:52:09+09:00 Subject: [ruby-core:46819] [ruby-trunk - Bug #6803] Ruby Interpreter (CUI) 1.9.3p194 [i386-mingw32] has stopped working Issue #6803 has been updated by aslovik (adam slovik). The controller has: require 'watir-webdriver' b = Watir::Browser.new :chrome b.goto("wellsfargo.com") These lines work fine in a script that I can run from the command line or in irb. That is, I have the gem installed etc. When I include it in the controller, it seems to run - that is, it opens a browser and navigates to the website, but then I get the message that the interpreter has stopped running. The view has very minimal html in it and runs fine if I omit the calls to watir-webdriver. This happens no matter what browser I open (tried IE, firefox, and chrome). gem list outputs: watir-webdriver (0.6.1) ---------------------------------------- Bug #6803: Ruby Interpreter (CUI) 1.9.3p194 [i386-mingw32] has stopped working https://bugs.ruby-lang.org/issues/6803#change-28492 Author: aslovik (adam slovik) Status: Open Priority: Normal Assignee: Category: Target version: ruby -v: ruby 1.9.3p194 (2012-04-20) [i386-mingw32] When including "watir-webdriver" the interpreter stops working and the server occasionally segmentation faults. -- http://bugs.ruby-lang.org/