Bug 23563 - http://www.meebo.com/ does not complete loading
Summary: http://www.meebo.com/ does not complete loading
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL: http://www.meebo.com/
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-26 18:09 PST by Jason
Modified: 2009-01-28 02:43 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.