[WebKit-devel] [kdelibs] [Bug 290861] konqueror process doesn't end after playing flash

Алексей Шилин rootlexx at mail.ru
Sat May 11 14:12:35 UTC 2013


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

Алексей Шилин <rootlexx at mail.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rootlexx at mail.ru

--- Comment #15 from Алексей Шилин <rootlexx at mail.ru> ---
I also have this issue, using Konqueror 4.8 with Webkit KPart. It happens not
only with videos on Youtube, like in comment #14, but after heavy usage, too.
However, it doesn't happen every time, so I wasn't able to find a repeatable
way to reproduce the bug.
When the browser process stays after closing its window, there still are many
kio_http processes running. However, after some time almost all of them quit,
except for one. It stays active forever, just like the browser one. strace
shows, that they both are waiting in select. If I manually kill either, the
other one quits too. So it seems, that they are waiting for something from each
other, producing a deadlock.
I didn't manage to reproduce this with KHTML engine. It means, that the bug is
somewhere around the Webkit KPart. So I first compiled the Webkit KPart from
Git, but it didn't solve the problem. Then I added a message box call into its
destructor to make sure it is called - it was. With all that, I wasn't sure,
against what this report should be filed, so let it be here.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the WebKit-devel mailing list