Comment #21 on issue 14017 by [email protected]: Page load never stops after opening multiple tabs from same page. http://code.google.com/p/chromium/issues/detail?id=14017
@yulian: Good to hear your issue isn't cpu related. It definitely sounds like a networking issue. There's no reason it should have taken 193 seconds to load. Do you know how to run wireshark? It's pretty easy. If you don't have it yet, go Google for it and download it. Then start it up, go to the Capture menu, and select Interface. Press the Start button for your network interface. Then use Chrome to repro the bug. After you've repro'd it, grab the chrome://net-internals page again. Go back to Wireshark and press the stop button to stop the capturing packets. Choose file->save as. Save it to some file and upload that here. That'll help me figure out where Chrome is getting stuck. And yeah, Eric's right, we need to instrument net-internals with more information so we can figure out where it's getting stuck. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings -- Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs
