Bug 153440 - Dialog for selecting a file crashes
Summary: Dialog for selecting a file crashes
Status: RESOLVED DUPLICATE of bug 153119
Alias: None
Product: kfile
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR crash
Target Milestone: ---
Assignee: kdelibs bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-04 19:52 UTC by Tilman Klaeger
Modified: 2007-12-05 10:29 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tilman Klaeger 2007-12-04 19:52:09 UTC
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
Comment 1 Tommi Tervo 2007-12-05 10:29:41 UTC

*** This bug has been marked as a duplicate of 153119 ***