Hello people, I have written a small function to check for the presence or absence of a few values within a table. Sometimes, Watir executes the function properly and gives the intended output (telling whether those values are present or not). But, at times, it is throwing one of the following error messages (after giving a few lines of output):
1. "Ruby.exe has generated errors and will be closed by windows. You will need to restart the program" in a small window with a title "Program Error" 2. [Bug] Segmentation Fault 3. Abnormal Program Termination I am using Ruby 1.85 and Watir gem 1.5.1.1127. Previuosly, when I told about the first error in a different message, Charley Baker told me to use Ruby 1.82 instead of 1.85. Are all the three error messages caused due to Ruby 1.85 or there could be a problem with my code (the function is a straight-forward function with little complications)?. Also I am unable to install Watir gem 1.5.1.1127 over Ruby 1.82. After uninstalling Ruby 1.85 and installing Ruby 1.82, when I give the command, "gem install watir 1.5.1.1127.gem" or "gem install watir" in the command prompt, Windows is giving out an error message saying, "gem is not a recognizable command or a batch file" (the error message that comes when we type in a non-existant command in DOS). Does "gem" needs to be installed separately before using the command "gem install..."? I used to install Watir 1.5.1.1127 over Ruby 1.85 in the above-mentioned way and it perfectly installs the Watir gem. Please help me. Thanks, Vijay. --------------------------------------------------------------------- Posted via Jive Forums http://forums.openqa.org/thread.jspa?threadID=5638&messageID=15717#15717 _______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
