[Bug 153440] New: Dialog for selecting a file crashes
Tilman Klaeger
kde at tilman-klaeger.de
Tue Dec 4 19:52:10 CET 2007
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=153440
Summary: Dialog for selecting a file crashes
Product: kfile
Version: unspecified
Platform: Compiled Sources
OS/Version: Linux
Status: UNCONFIRMED
Severity: crash
Priority: NOR
Component: general
AssignedTo: kdelibs-bugs kde org
ReportedBy: kde tilman-klaeger de
Version: (using KDE Devel)
Installed from: Compiled sources
Compiler: gcc version 4.1.2 (Gentoo 4.1.2 p1.0.1)
OS: Linux
The dialog, that appears when you want to open a file, simply crashes in all applications (tested in kaddressbook, kwrite, kdialog and others). The crash is easy to reproduce as it occurs always. I´m sorry I don´t get any backtraces.
Following the output when starting the dialog with kdialog :
$ kdialog --getopenfilename /home/
kdialog(20251)/kdecore (KLocale) KLocalePrivate::initEncoding: Defaulting to ISO 8859-1 encoding.
kdialog(20251)/kdecore (KLibLoader) findLibraryInternal: plugins should not have a 'lib' prefix: "libkfilemodule.so"
kdialog(20251)/kdecore (KLibLoader) KPluginLoader::load: The plugin "libkfilemodule" doesn't contain a kde_plugin_verification_data structure
kdialog(20251)/kdecore (KLibLoader) KDEPrivate::ConcreteFactory<Product, ParentType>::create: className= KAbstractFileModule metaObject->className()= KFileModule
kdialog(20251)/kdecore (KLibLoader) KDEPrivate::ConcreteFactory<Product, ParentType>::create: className= KAbstractFileModule metaObject->className()= KAbstractFileModule
kdialog(20251)/kdecore (KLibLoader) KDEPrivate::ConcreteFactory<Product, ParentType>::create: create - 3
kdialog(20251)/kio (KSycoca) KSycocaPrivate::openDatabase: Trying to open ksycoca from "/var/tmp/kdecache-gast/ksycoca4"
kdialog(20251)/kio (KDirWatch) KDirWatchPrivate::KDirWatchPrivate: Available methods: ("Stat", "INotify")
kdialog(20251)/kio (KDirLister) KDirLister::stop:
Unknown property spacing-top
Unknown property spacing-top
Unknown property spacing-top
Unknown property spacing-top
Unknown property spacing-top
Unknown property spacing-top
Unknown property spacing-top
kdialog(20251)/kio (KTrader) KServiceTypeTrader::defaultOffers: query for serviceType "ThumbCreator" : returning 9 offers
kdialog(20251)/kio (KTrader) KServiceTypeTrader::defaultOffers: query for serviceType "ThumbCreator" : returning 9 offers
kdialog(20251)/kio (KDirListerCache) KDirListerCache::listDir: KDirLister(0x81420e0) url= KUrl("file:///home") keep= false reload= false
kdialog(20251)/kio (KDirListerCache) KDirListerCache::listDir: Entry not in cache or reloaded: KUrl("file:///home")
kdialog(20251)/kio (KDirWatch) KDirWatchPrivate::addEntry: Added Dir "/home" for "" ["KDirWatch-1"]
kdialog(20251)/kio (KDirWatch) KDirWatchPrivate::useINotify: trying to use inotify for monitoring
kdialog(20251)/kio (KDirWatch) KDirWatchPrivate::useINotify: inotify successfully used for monitoring
kdialog(20251)/kio (Slave) KIO::Slave::createSlave: createSlave ' "file" ' for "file:///home"
kdialog(20251)/kio (KIOConnection) KIO::ConnectionServer::listenForRemote: Listening on "local:/tmp/ksocket-gast/kdialogy20251.slave-socket"
kdialog(20251)/kio (KDirListerCache) KDirListerCache::slotEntries: new entries for KUrl("file:///home")
kdialog(20251) KDirModelPrivate::_k_slotNewItems: 10 in KUrl("file:///home") index= "[invalid index, i.e. root]" newRowCount= 10
kdialog(20251)/kio (KDirListerCache) KDirListerCache::slotResult: finished listing KUrl("file:///home")
kdialog(20251)/kio KSambaShare::KSambaSharePrivate::findSmbConf: KSambaShare: Could not found smb.conf!
kdialog(20251)/kio KNFSShare::KNFSSharePrivate::readExportsFile: KNFSShare::readExportsFile "/etc/exports"
kdialog(20251)/kio (KDirWatch) KDirWatchPrivate::addEntry: Added File "/etc/exports" for "" ["KDirWatch-1"]
kdialog(20251)/kio (KDirWatch) KDirWatchPrivate::useINotify: trying to use inotify for monitoring
kdialog(20251)/kio (KDirWatch) KDirWatchPrivate::useINotify: inotify successfully used for monitoring
kdialog(20251)/kio (KDirListerCache) KDirListerCache::listDir: KDirLister(0x81420e0) url= KUrl("file:///home/Shared") keep= false reload= false
kdialog(20251)/kio (KDirListerCache) KDirListerCache::forgetDirs: KDirLister(0x81420e0) item moved into cache: KUrl("file:///home")
kdialog(20251)/kio (KDirListerCache) KDirListerCache::listDir: Entry not in cache or reloaded: KUrl("file:///home/Shared")
kdialog(20251)/kio (KDirWatch) KDirWatchPrivate::addEntry: Added Dir "/home/Shared" for "" ["KDirWatch-1"]
kdialog(20251)/kio (KDirWatch) KDirWatchPrivate::useINotify: trying to use inotify for monitoring
kdialog(20251)/kio (KDirWatch) KDirWatchPrivate::useINotify: inotify successfully used for monitoring
KCrash: crashing... crashRecursionCounter = 2
KCrash: Application Name = kdialog path = <unknown> pid = 20251
More information about the Kdelibs-bugs
mailing list