Hi everyone,

I was running a script and after a while an IE message popped up
saying it was out of memory.
I believe it's a buffer overflow from using the text method a lot.

Here is the code:
---
The remote procedure call failed.

        from (eval):3:in `class_name'

        from C:/Ruby/lib/ruby/gems/1.8/gems/watir-1.6.2/lib/watir/
locator.rb:67:in `call'

        from C:/Ruby/lib/ruby/gems/1.8/gems/watir-1.6.2/lib/watir/
locator.rb:67:in `match?'

        from C:/Ruby/lib/ruby/gems/1.8/gems/watir-1.6.2/lib/watir/
locator.rb:43:in `locate'

        from C:/Ruby/lib/ruby/gems/1.8/gems/watir-1.6.2/lib/watir/
locator.rb:41:in `each'

        from C:/Ruby/lib/ruby/gems/1.8/gems/watir-1.6.2/lib/watir/
locator.rb:41:in `locate'

        from C:/Ruby/lib/ruby/gems/1.8/gems/watir-1.6.2/lib/watir/
locator.rb:40:in `catch'

        from C:/Ruby/lib/ruby/gems/1.8/gems/watir-1.6.2/lib/watir/
locator.rb:40:in `locate'

         ... 7 levels...

        from C:/Ruby/lib/ruby/gems/1.8/gems/watir-1.6.2/lib/watir/
element.rb:115:in `text'
---

I'm new to Ruby as I learned it just to work with Watir.

Is there anyway how to prevent this error?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~----------~----~----~----~------~----~------~--~---

Reply via email to