--- Thiago Macieira wrote: > Vlad Codrea wrote: > >KioFuse freezes and gives the following warning when Fuse is > allowed > >to create a separate thread for every filesystem operation. The > first > >readdir() attempt succeeds, but the freeze and warning appear > >consistently on the second readdir() attempt: > > Solution: use KIO from the GUI thread only. I've taken your advice and created the ListJob instance in the main thread, specifically in the slot KioFuseApp::listJobMainThread(). I verified that the instance of KioFuseApp belongs to the main thread by running: kDebug()<<"this->thread()"<thread()<thread()"<thread()<> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<