Bug 15557 - A different stall problem using build http://nightly.webkit.org/start/trunk/26699
Summary: A different stall problem using build http://nightly.webkit.org/start/trunk...
Status: UNCONFIRMED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-18 12:09 PDT by Jim Oase
Modified: 2008-06-13 06:35 PDT (History)
2 users (show)

See Also:


Attachments
Terminal dump for stall (3.34 KB, text/plain)
2007-10-18 12:11 PDT, Jim Oase
no flags Details
Stalled loading webkit.org (3.40 KB, text/plain)
2007-10-18 18:34 PDT, Jim Oase
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jim Oase 2007-10-18 12:09:46 PDT
This report was attached to an old problem report.  I was asked to start a new report.

Here is the build number
http://nightly.webkit.org/start/trunk/26699

Stall was on the Consumer Report site which stalled for over 30 seconds.

Jim
Comment 1 Jim Oase 2007-10-18 12:11:51 PDT
Created attachment 16723 [details]
Terminal dump for stall
Comment 2 Mark Rowe (bdash) 2007-10-18 13:25:19 PDT
There is nothing in the sample output that you attached that indicates that the application was unresponsive.  Did you generate this output while the application was beachballing?
Comment 3 Jim Oase 2007-10-18 13:55:55 PDT
I am not sure if the site was still beach balling or not.  It took me a bit to find Termina, open it.  The first time I tried to execute       sample safari 10 10         Terminal complained so I retyped the command this time capitalizing Safari and it worked.

Jim
Comment 4 Jim Oase 2007-10-18 18:34:32 PDT
Created attachment 16727 [details]
Stalled loading webkit.org

stalled for several seconds

Jim
Comment 5 Mark Rowe (bdash) 2007-10-18 18:41:33 PDT
What do you mean by "stall"?  Does the spinning beachball appear, or does the page just take longer than you would expect to load?

                  8 -[NSHTTPURLProtocol determineErrorAndFail]
                    8 -[NSNetworkSettings connectedToInternet:]
                      8 SCNetworkCheckReachabilityByName
                        8 SCNetworkReachabilityGetFlags
                          8 __SCNetworkReachabilityGetFlags


That looks very much like CFNetwork determined was trying to determine whether you were connected to the Internet.  If one or more of your DNS servers was being slow it could take a second or two for this check to complete.
Comment 6 Jim Oase 2007-10-18 19:26:00 PDT
What I see is the pin wheel on the tab.  However when i click again the page will immediately load what appears to be the previous page.  Then the click request appears to go to the internet, the page will go blank again,  the new page comes in and loads immediately.

Jim
Comment 7 Mark Rowe (bdash) 2007-10-18 19:33:12 PDT
Ok, that sounds very much like what you're seeing is a problem at the network layer while loading the page.  That matches the CFNetwork information in the "sample" output.
Comment 8 Robert Blaut 2008-06-13 06:35:58 PDT
(In reply to comment #7)
> Ok, that sounds very much like what you're seeing is a problem at the network
> layer while loading the page.  That matches the CFNetwork information in the
> "sample" output.
>
 
So I think the problem should be reported to http://bugreport.apple.com. CFNetwork isn't a part of WebKit. Is it correct?