![]() |
Script causes IE to crash [wptdriver.exe 2.11] - Printable Version +- WebPagetest Forums (https://www.webpagetest.org/forums) +-- Forum: WebPagetest (/forumdisplay.php?fid=7) +--- Forum: Bugs/Issues (/forumdisplay.php?fid=10) +--- Thread: Script causes IE to crash [wptdriver.exe 2.11] (/showthread.php?tid=12336) |
Script causes IE to crash [wptdriver.exe 2.11] - EEP22 - 06-14-2013 05:08 AM Hi, We are trying to run a script to test logging into a page, and every time it is run it causes IE to crash after the navigate has finished. The script and windows events that it generates follow below. Script: logData 0 navigate http://www.youtube.com clickAndWait class=yt-uix-button-content logData 1 setValue name=Email xxxxx@gmail.com setValue name=Passwd xxxxx submitForm id=gaia_loginform Events: The Application Error: Faulting application name: iexplore.exe, version: 9.0.8112.16421, time stamp: 0x4d76255d Faulting module name: MSHTML.dll, version: 9.0.8112.16441, time stamp: 0x4ee81830 Exception code: 0xc0000005 Fault offset: 0x00142171 Faulting process id: 0xab8 Faulting application start time: 0x01ce68656020aba4 Faulting application path: C:\Program Files\Internet Explorer\iexplore.exe Faulting module path: C:\Windows\system32\MSHTML.dll Report Id: dd6069fe-d458-11e2-a018-000c29fdba25 Windows Error report immediately before and after: Fault bucket , type 0 Event Name: APPCRASH Response: Not available Cab Id: 0 Problem signature: P1: iexplore.exe P2: 9.0.8112.16421 P3: 4d76255d P4: MSHTML.dll P5: 9.0.8112.16441 P6: 4ee81830 P7: c0000005 P8: 00142171 P9: P10: Attached files: These files may be available here: C:\ProgramData\Microsoft\Windows\WER\ReportQueue\AppCrash_iexplore.exe_1669b516da4035e31691d85b927e20792673a51b_4e363d04 Analysis symbol: Rechecking for solution: 0 Report Id: dd6069fe-d458-11e2-a018-000c29fdba25 Report Status: 4 RE: Script causes IE to crash [wptdriver.exe 2.11] - pmeenan - 06-15-2013 12:06 AM I opened a bug to track the issue: https://code.google.com/p/webpagetest/issues/detail?id=163 I probably won't be able to take a look until after next week though (velocity conference). RE: Script causes IE to crash [wptdriver.exe 2.11] - EEP22 - 06-18-2013 05:44 AM Thanks Pat! It is very much appreciated how quickly you respond to these issues. |