From kde-bugs-dist Mon Mar 01 00:03:29 2010 From: Germain Garand Date: Mon, 01 Mar 2010 00:03:29 +0000 To: kde-bugs-dist Subject: [Bug 228984] New: kio jobs clobber the event loop when handling Message-Id: X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=126745072230376 https://bugs.kde.org/show_bug.cgi?id=228984 Summary: kio jobs clobber the event loop when handling local files/local sockets [regression] Product: kdelibs Version: 4.4 Platform: Compiled Sources OS/Version: unspecified Status: NEW Severity: normal Priority: NOR Component: general AssignedTo: kdelibs-bugs@kde.org ReportedBy: germain@ebooksfrance.org Version: (using Devel) Installed from: Compiled sources when using a KIO job to transfer some resource from a local file or a local socket, the event loop is stuffed with data() signals in such a way that the receiving application cannot even consume other tasks (such as elapsed timers). The responsiveness of the GUI suffers greatly from this (in fact, it cannot update/repaint at all). reproduce : try opening some huge (e.g. 20 MB) html with Konqueror on a local server. konqueror ./huge.html => gui locked up, no timer can fire. konqueror http://localhost/huge.html => idem konqueror http://myip/huge.html => gui is responsive, event loop consumes events/timers normally. konqueror 4.2.4 works fine with all of the above. -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.