[kde-freebsd] [SVN Commit] area51/KDE/x11/kdebase4-runtime/files
Dima Panov
fluffy at fluffy.khv.ru
Tue Aug 10 04:02:44 CEST 2010
SVN commit 6470 by fluffy:
- Backport kioslave:/network patch
It fixes a total freeze of kded if the network:/ kio-slave is first invoked.
The kio-slave calls its kded module networkwatcher via D-Bus, kded loads the
module on demand (as configured since 4.5), but the module itself also does a
D-Bus call in its initialisation which seems blocked by a mutex hold by kded
due to the D-Bus call which triggered the load of the module initially ->
deadlock.
A patch-1160391
More information about the kde-freebsd
mailing list