General

Profile

michaelcm (Michael McWilliam)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 1 1

Activity

03/20/2012

04:43 AM Ruby Bug #6175: watir-2.0.4/lib/watir/ie-class.rb:567: [BUG] Segmentation fault
Re: win32console, it is used by the ansi 1.4.2 gem, is that also no longer being maintained? michaelcm (Michael McWilliam)
04:08 AM Ruby Bug #6175: watir-2.0.4/lib/watir/ie-class.rb:567: [BUG] Segmentation fault
Also, I posted it here because the bugreport.html page said to click on the link for ruby 1.9.2 or 1.9.3, but neither were links, so I looked for something that had 9.3 in it, and that was this backport.
http://www.ruby-lang.org/bugre...
michaelcm (Michael McWilliam)
04:00 AM Ruby Bug #6175: watir-2.0.4/lib/watir/ie-class.rb:567: [BUG] Segmentation fault

This is the minimum snapshot of code:
require 'watir'
begin
browser = Watir::Browser.attach( :url, /someUrl/i )
rescue
browser = Watir::Browser.start 'http://someUrl'
end
Line 87 in Session.rb that is the last line of ...
michaelcm (Michael McWilliam)
12:23 AM Ruby Bug #6175 (Rejected): watir-2.0.4/lib/watir/ie-class.rb:567: [BUG] Segmentation fault
See attached log. Occurs about 5% of the time. Not sure why. Running script again immediately avoids the issue.
C:/pslibs/extlib/tools/ruby/1.9.3/lib/ruby/gems/1.9.1/gems/watir-2.0.4/lib/watir/ie-class.rb:567: [BUG] Segmentation fault...
michaelcm (Michael McWilliam)

Also available in: Atom