By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.
Bug 1198 - kmymoney crashes on start
Summary: kmymoney crashes on start
Status: RESOLVED DUPLICATE of bug 672
Alias: None
Product: TDE
Classification: Unclassified
Component: debian (show other bugs)
Version: 3.5.13 [Trinity]
Hardware: i386 Debian Squeeze
: P5 critical
Assignee: Timothy Pearson
URL:
Depends on:
Blocks:
 
Reported: 2012-09-04 07:16 CDT by nils-henkel
Modified: 2012-10-19 15:28 CDT (History)
3 users (show)

See Also:
Compiler Version:
TDE Version String:
Application Version:
Application Name:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description nils-henkel 2012-09-04 07:16:58 CDT
kmymoney crashes every time, as soon as it is started:

nils@Schlepptop:~$ kmymoney
KCrash: crashing... crashRecursionCounter = 2
KCrash: Application Name = kmymoney path = <unknown> pid = 359

Backtrace:

[Thread debugging using libthread_db enabled]
[KCrash handler]
#6  0xb61fc8eb in QString::QString(QString const&) ()
   from /usr/lib/libqt-mt.so.3
#7  0x0852afeb in MyMoneySeqAccessMgr::value(QString const&) const ()
#8  0xb76d019e in MyMoneyFile::value(QString const&) const ()
   from /opt/trinity/lib/libkmm_mymoney.so.5
#9  0xb76d314e in MyMoneyFile::baseCurrency() const ()
   from /opt/trinity/lib/libkmm_mymoney.so.5
#10 0x082afbd7 in NewUserWizard::CurrencyPage::CurrencyPage(NewUserWizard::Wizard*, char const*) ()
#11 0x082b0a4d in NewUserWizard::Wizard::Wizard(QWidget*, char const*, bool, unsigned int) ()
#12 0x0818e735 in KMyMoney2App::slotFileNew() ()
#13 0x08197888 in main ()
Comment 1 Slávek Banko 2012-09-04 07:18:35 CDT

*** This bug has been marked as a duplicate of bug 672 ***
Comment 2 Slávek Banko 2012-09-04 07:24:18 CDT
You can add the apt source with the upcoming updates:
deb http://ppa.quickbuild.pearsoncomputing.net/slavek-banko/axis/ubuntu squeeze main

See instructions on:
https://quickbuild.pearsoncomputing.net/~slavek-banko/+archive/axis
Comment 3 nils-henkel 2012-09-04 07:55:23 CDT
(Mit Bezug zu comment 2)
> You can add the apt source with the upcoming updates:
> deb http://ppa.quickbuild.pearsoncomputing.net/slavek-banko/axis/ubuntu squeeze
> main
> 
> See instructions on:
> https://quickbuild.pearsoncomputing.net/~slavek-banko/+archive/axis

Thanks, this worked great!