Hey!
I’m trying to test this script:
Each time I get ‘The test completed but there were no successful results’ , regardless environemnt: Public WPT, Private WPT, EC2.
I can see tha page was loaded successfully in Private WPT agent but browser hangs, I guess same happens in Public, EC2 instances.
Here’s url _blast log:
2012/06/14 10:35:50 0 0 1 20 0 Debug Updated/installed flash
2012/06/14 10:35:50 -1 2147483647 1 0 0 URLBlast Started
2012/06/14 10:35:50 -1 2147483647 1 4 0 CPU String Intel(R) Core™ i5 CPU M 520 @ 2.40GHz
2012/06/14 10:35:50 -1 2147483647 1 5 2393 CPU MHz
2012/06/14 10:35:50 -1 2147483647 1 6 3055 Total RAM (MB)
2012/06/14 10:35:50 -1 2147483647 1 7 85854 Disk Size (MB)
2012/06/14 10:35:50 -1 2147483647 1 8 12001 Disk Free (MB)
2012/06/14 10:35:50 -1 2147483647 1 9 5 OS Version Windows XP Service Pack 3 (5.1.2600 SP 3.0 Suite 0x00000100 Product 1)
2012/06/14 10:35:50 -1 2147483647 1 10 0 Computer Name xx
2012/06/14 10:35:50 -1 2147483647 1 19 0 Info Screen: 1600 x 900 - 32 bpp
2012/06/14 10:35:50 -1 2147483647 1 11 8 IE Version 8.0.6001.18702
2012/06/14 10:35:50 -1 2147483647 1 12 324 URLBlast Version 2.2.0.324
2012/06/14 10:35:50 -1 2147483647 1 20 0 Debug Running cmd /C “c:\webpagetest\2.6\agent\dummynet\ipfw.cmd” in c:\webpagetest\2.6\agent\dummynet
2012/06/14 10:35:50 -1 2147483647 1 20 0 Debug Initializing WinPCap
2012/06/14 10:35:50 -1 2147483647 1 20 0 Debug Current WinPCap Version: WinPcap version 4.1.2 (packet.dll version 4.1.0.2001), based on libpcap version 1.0 branch 1_0_rel0b (20091008)
2012/06/14 10:35:50 -1 2147483647 1 20 0 Debug Initializing WinPCap Complete
2012/06/14 10:35:50 -1 2147483647 1 20 0 Debug Waiting for startup synchronization
2012/06/14 10:35:50 -1 2147483647 1 20 0 Debug Running…
2012/06/14 10:35:50 -1 2147483647 1 20 0 Debug Requesting work from localhost/work/getwork.php?video=1&location=IE_agent&key=&pc=S20601405020784
2012/06/14 10:35:50 -1 2147483647 1 20 0 Debug Job of type ‘text/plain’ received
2012/06/14 10:35:50 -1 2147483647 1 20 0 Debug Url to be tested: script://C:\Documents and Settings\All Users\Application Data\urlblast\120614_AY_31.pts
2012/06/14 10:35:50 -1 2147483647 1 20 0 Debug Flushing DNS cache
2012/06/14 10:35:50 -1 2147483647 1 20 0 Debug DnsFlushResolverCache returned 1
2012/06/14 10:35:50 -1 2147483647 1 20 0 Debug Executing ‘ipconfig.exe /flushdns’
2012/06/14 10:35:52 -1 2147483647 1 20 0 Debug Successfully ran ‘ipconfig.exe /flushdns’
2012/06/14 10:35:52 -1 2147483647 1 20 0 Debug Launching… user=‘SG0206014’, path=‘c:\webpagetest\2.6\agent\pagetest.exe’, command line=‘“c:\webpagetest\2.6\agent\pagetest.exe”’
2012/06/14 10:35:52 -1 2147483647 1 3 0 Browser Launched Cleared Cache-Run_1^120614_AY_31.pts
2012/06/14 10:37:59 -1 2147483647 1 15 0 Terminated Hung Browser Cleared Cache-Run_1^120614_AY_31.pts
2012/06/14 10:37:59 -1 2147483647 1 20 0 Debug Uploading 22 byte file C:\Documents and Settings\All Users\Application Data\urlblast\120614_AY_31-1.zip
Failing Public instances (IE, Chrome, Firefox):
The page is a bit specific, it loads initial page and then auto-submit (js onload) to another one, however I was testing other similar sites without problems.
Any ideas why does IE hang?
Regards
Congratulations, you are the owner of bug #100 - Google Code Archive - Long-term storage for Google Code Project Hosting.
I’ll take a look but it’s likely a crash somewhere in the shared code that does the optimization checking. I’ve seen it happen before with jsmin for example so hopefully it won’t be too hard to track down and fix.
Is there any way to disable optimization checking?