[Webkit-unassigned] [Bug 55017] ResourceLoader leaks with an empty EmptyFrameLoaderClient and an empty URL

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 22 20:07:02 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=55017


Xianzhu Wang <wangxianzhu at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|Normal                      |Major




--- Comment #1 from Xianzhu Wang <wangxianzhu at google.com>  2011-02-22 20:07:01 PST ---
Sorry for typos

> didFinishLoading() of the newly created ResourceLoader will be never called, causing the ResourceLoader stay in the list of loading loaders list of ResourceLoaderScheduler forever. When the number of leaked ResourceLoaderScheduler reaches 20, no more new loaders will be executed and the whole browser will stop working.

Should be:

didFinishLoading() of the newly created ResourceLoader will be never called, causing the ResourceLoader stay in the list of loading loaders of ResourceLoadScheduler forever. When the number of leaked ResourceLoaders reaches 20, no more new loaders will be executed and the whole browser will stop working.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list