Bug 23563

Summary: http://www.meebo.com/ does not complete loading
Product: WebKit Reporter: Jason <jayjman1234>
Component: Page LoadingAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: ap
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
URL: http://www.meebo.com/

Description Jason 2009-01-26 18:09:15 PST
I am using WebKit Nightly Build r40239 on a Mac running OS 10.5.6. Upon loading the meebo site, webkit says it loads 49 of 50 items and then gets stuck trying to load that last "item" forever. I checked the activity monitor and noticed it gets stuck loading "http://www.meebo.com/treatment.php?1233021204476" I checked it out and it displays this:

function treatmentCallback() {
try {
eraseCookie('t');
} catch (e) {gNetworkMgr.doLog('treatment-error: null');}
}

Any ideas?
Comment 1 Alexey Proskuryakov 2009-01-28 02:43:08 PST
I'm seeing a different stuck resource with a local debug build of r40246: http://www.meebo.com/httpsokay.html. Its entry in Activity window says "cancelled", but the frame itself is displayed as still being loaded.

Shipping Safari/WebKit 3.2.1 on Mac OS X 10.5.6 behaves the same, so it is not a regression.