[webkit-qt] Excessive timer usage results in 100% CPU usage

Holger Freyther zecke at selfish.org
Fri Mar 26 06:18:07 PDT 2010


On Friday 26 March 2010 14:08:46 İsmail Dönmez wrote:

> > 1.) You have eight jobs pending
> > 2.) The timer fires and servePendingRequests is called
> > 3.) From within servePendingRequests we restart the zero time timer?
> > 
> > if that is true, a backtrace would be nice and antti might be able to
> > help you..
> 
> First of all I am using WebKit from git, should be updated as of
> yesterday. I am not sure about 1, I only see COUNT 8, if that means 8
> 
> pending jobs then 1 is true. 2 & 3 are true. Here is a complete backtrace :
>  > qtwebkit4.dll!WebCore::Loader::servePendingRequests(WebCore::Loader::Pri
>  > ority


Could you please post a backtrace that ends in:
	Loader::scheduleServePendingRequests

and contains
         ...
	Timer<WebCore::Loader>::fired(void)



More information about the webkit-qt mailing list