[WebKit-devel] [Bug 284633] Konqueror with webkit burns the CPU on forum.softpedia.com

Dawit Alemayehu adawit at kde.org
Fri Oct 28 16:23:26 UTC 2011


https://bugs.kde.org/show_bug.cgi?id=284633





--- Comment #5 from Dawit Alemayehu <adawit kde org>  2011-10-28 16:23:26 ---
(In reply to comment #4)
> Before opening a report for webkit, can you check that you don't have any ad
> blocker running? With an ad blocker, I don't see the problem.

I do not use the ad blocker. Actually, I used an external ad proxy server
(privoxy), but that does not seem to matter. Anyhow, I do not see the issue you
are seeing at those forums, but I suspect what might be causing the issue. Can
you please try to generate a backtrace when konqueror starts eating the CPU ?
You can do that by attaching gdb to the running instance, e.g. gdb kdeinit4
<pid> or gdb konqueror <pid>.

I found out that the CPU spikes on my system were caused by the javascript code
kdewebkit executes to find forms on a webpage for automatic form filling. Not
entirely sure why that only happens intermittently at this point, but I suspect
it is related to the finished signal being emitted prematurely QWebPage.
Perhaps your problem is also caused by this as well.

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


More information about the WebKit-devel mailing list