Re: [Wtr-general] Memory access errors

2006-12-14 Thread Bret Pettichord
Chris McMahon wrote: > > On 12/6/06, *Dave Munns* <[EMAIL PROTECTED] > > wrote: > > Reinstalling IE6 fixed the problem. It appears that an install of > QTP6 affected some critical dlls. > > > If that's really true, that's an awful ugly thing for a *test tool* to

Re: [Wtr-general] Memory access errors

2006-12-06 Thread Chris McMahon
On 12/6/06, Dave Munns <[EMAIL PROTECTED]> wrote: Reinstalling IE6 fixed the problem. It appears that an install of QTP6 affected some critical dlls. If that's really true, that's an awful ugly thing for a *test tool* to do. -C ___ Wtr-general mail

Re: [Wtr-general] Memory access errors

2006-12-06 Thread Dave Munns
Reinstalling IE6 fixed the problem. It appears that an install of QTP6 affected some critical dlls. - Posted via Jive Forums http://forums.openqa.org/thread.jspa?threadID=4779&messageID=15781#15781

Re: [Wtr-general] Memory access errors

2006-10-16 Thread Paul Rogers
- Original Message - From: Bret Pettichord To: wtr-general@rubyforge.org Sent: Monday, October 16, 2006 5:03 PM Subject: Re: [Wtr-general] Memory access errors I take back what i said. I dont' think this is the fault of Ruby or Watir.I suggest reinstalling IE. On

Re: [Wtr-general] Memory access errors

2006-10-16 Thread Bret Pettichord
I take back what i said. I dont' think this is the fault of Ruby or Watir.I suggest reinstalling IE.On 10/16/06, Dave Munns < [EMAIL PROTECTED]> wrote:The error comes from an iexpore.exe - Application Error window: The instruction at "0x4a5b02f1" referenced memory at "0x0004". The memory could

Re: [Wtr-general] Memory access errors

2006-10-16 Thread Dave Munns
The error comes from an iexpore.exe - Application Error window: The instruction at "0x4a5b02f1" referenced memory at "0x0004". The memory could not be read. At 1st I thought it was my test tool, but when I run the product I am testing, I get the same error message. I reinstalled the produc

Re: [Wtr-general] Memory access errors

2006-10-14 Thread Bret Pettichord
Dave Munns wrote: > I have built a test tool that has suddenly started terminating with memory > access errors. > The culprit appears to be code that I have added to traverse links in a > frame, and if a link exists, it clicks on that link. Using the eclipse IDE > debugger, the code appears to b

Re: [Wtr-general] Memory access errors

2006-10-13 Thread Paul Rogers
exist Paul - Original Message - From: "Dave Munns" <[EMAIL PROTECTED]> To: Sent: Friday, October 13, 2006 4:04 PM Subject: [Wtr-general] Memory access errors >I have built a test tool that has suddenly started terminating with memory >access errors. > The c

[Wtr-general] Memory access errors

2006-10-13 Thread Dave Munns
I have built a test tool that has suddenly started terminating with memory access errors. The culprit appears to be code that I have added to traverse links in a frame, and if a link exists, it clicks on that link. Using the eclipse IDE debugger, the code appears to be working as expected. I am