Bug 227084 - Crash Straight After Opening
Summary: Crash Straight After Opening
Status: RESOLVED FIXED
Alias: None
Product: kmymoney
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR crash
Target Milestone: ---
Assignee: KMyMoney Devel Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-15 23:27 UTC by mr.dhobbs
Modified: 2010-02-18 19:05 UTC (History)
1 user (show)

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 mr.dhobbs 2010-02-15 23:27:59 UTC
Version:           3.96.0 (using KDE 4.4.0)
OS:                Linux
Installed from:    Compiled From Sources

After compiling kMyMoney4 3.96.0 on Mandriva 2010.0 with KDE SC 4.4.0, I get the following output after launching the application:

[daniel@localhost kmymoney]$ ./kmymoney                                         
QPainter::begin: Paint device returned engine == 0, type: 2                     
kmymoney(32512) KXMLGUIClient::setXMLFile: cannot find .rc file "kmymoneyui.rc" for component "kmymoney"                                                        
kmymoney(32512)/kdecore (KSycoca) KSycocaPrivate::openDatabase: Trying to open ksycoca from  "/var/tmp/kdecache-daniel/ksycoca4"                                
kmymoney(32512)/kdecore (trader) KServiceTypeTrader::defaultOffers: KServiceTypeTrader: serviceType  "KMyMoneyPlugin"  not found                                
kmymoney(32512) KTipDatabase::Private::addTips: KTipDatabase::addTips: can't find ' "kmymoney/tips" ' in standard dirs                                          
kmymoney(32512)/kdepimlibs (kabc) KABC::StdAddressBook::self: asynchronous= true
kmymoney(32512)/kresources KRES::Factory::self:                                 
kmymoney(32512)/kresources KRES::ManagerImpl::ManagerImpl:                      
kmymoney(32512)/kresources KRES::ManagerImpl::readConfig:                       
kmymoney(32512)/kresources KRES::Factory::self:                                 
kmymoney(32512)/kresources KRES::ManagerImpl::readResourceConfig: "T0vuu0uZ3y"
kmymoney(32512)/kresources KRES::Factory::Private::resourceInternal: ( "file" , config )
kmymoney(32512)/kdepimlibs (kabc) KABC::FormatFactory::self:
kmymoney(32512)/kdepimlibs (kabc) KABC::StdAddressBook::StdAddressBook:
kmymoney(32512)/kdepimlibs (kabc) KABC::StdAddressBook::self: calling init after instance creation
kmymoney(32512)/kresources KRES::Resource::open: Opening resource "Default Address Book"
kmymoney(32512)/kresources KRES::ManagerImpl::writeConfig:
kmymoney(32512)/kresources KRES::ManagerImpl::writeResourceConfig: Saving resource "T0vuu0uZ3y"
kmymoney(32512)/kresources KRES::Resource::writeConfig:
kmymoney(32512)/kresources KRES::ManagerImpl::writeConfig: Saving general info
kmymoney(32512)/kresources KRES::ManagerImpl::writeConfig: finished
kmymoney(32512)/kdepimlibs (kabc) KABC::AddressBook::asyncLoad:
kmymoney(32512)/kdepimlibs (kabc) KABC::ResourceFile::load: "/home/daniel/.kde4/share/apps/kabc/std.vcf" '
kmymoney(32512)/kio (bookmarks) KBookmarkManager::KBookmarkManager: starting KDirWatch for  "/home/daniel/.local/share//user-places.xbel"
kmymoney(32512)/kio (KDirListerCache) KDirListerCache::listDir: Listing directory: KUrl("trash:/")
kmymoney(32512)/kdepimlibs (kabc) KABC::StdAddressBook::self:
kmymoney(32512)/kdepimlibs (kabc) KABC::StdAddressBook::self: asynchronous= false
kmymoney(32512)/kio (KDirListerCache) KDirListerCache::listDir: Entry currently being listed: KUrl("trash:/") by (KDirLister(0x95fbc28) )
kmymoney(32512)/kio (Slave) KIO::Slave::createSlave: createSlave "trash" for KUrl("trash:/")
kmymoney(32512)/kio (KIOConnection) KIO::ConnectionServer::listenForRemote: Listening on  "local:/home/daniel/tmp/ksocket-daniel/kmymoneyH32512.slave-socket"
kmymoney(32512)/kio (Slave) KIO::Slave::createSlave: createSlave "file" for KUrl("file:///home/daniel/Downloads/kmymoney-3.96.0/build/kmymoney")
kmymoney(32512)/kio (KIOConnection) KIO::ConnectionServer::listenForRemote: Listening on  "local:/home/daniel/tmp/ksocket-daniel/kmymoneyb32512.slave-socket"
KCrash: Application 'kmymoney' crashing...
sock_file=/home/daniel/.kde4/socket-localhost/kdeinit4__0

A GUI window opens, but then immediately closes.
Comment 1 Vincenzo Reale 2010-02-16 19:52:32 UTC
I experienced the same issue compiling many svn revisions, but I still did't understand why it happens.
Have you tried launching kmymoney with sudo?
Comment 2 Cristian Oneț 2010-02-18 10:10:52 UTC
(In reply to comment #0)
> Version:           3.96.0 (using KDE 4.4.0)
> OS:                Linux
> Installed from:    Compiled From Sources
> 
> After compiling kMyMoney4 3.96.0 on Mandriva 2010.0 with KDE SC 4.4.0, I get
> the following output after launching the application:
> 
> [daniel@localhost kmymoney]$ ./kmymoney                                         
[snip]
Did you try running make install first?
Comment 3 mr.dhobbs 2010-02-18 19:05:52 UTC
Ok, now I feel embarrassed! Schoolboy error now fixed. Many thanks Cristian