Summary: | KMyMoney crashes when modifying "Store password" in the "Online settings" | ||
---|---|---|---|
Product: | [Applications] kmymoney | Reporter: | Jason <jkollars73> |
Component: | general | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
Status: | RESOLVED FIXED | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kmymoney/b0fc54586ba21048fb3cf510bf56a7dc55428ef6 | Version Fixed In: | |
Sentry Crash Report: |
Description
Jason
2010-10-31 21:01:46 UTC
Here's how to reproduce this: a) make sure that KMyMoney has no access to KWallet so that you will be asked. b) start editing an account that is mapped to an OFX account c) you will be asked if you want to allow KMyMoney access to the wallet. Deny it once d) select the online banking tab, mark the store password checkbox, enter a password and press OK e) somewhere in the background KWallet will pop up again, leave it sitting there f) start editing the account again g) Now you need to deny twice (one is from that dangling window in the background) h) Pressing Cancel in the dialog forces the crash to happen Do I need online access to an OFX account to reproduce this? I would take a look at it but "b) start editing an account that is mapped to an OFX account" and I don't have such an account. I've tried to reproduce the steps provided by you but failed at step d. "c) you will be asked if you want to allow KMyMoney access to the wallet. Deny it once d) select the online banking tab, mark the store password checkbox, enter a password and press OK" If I complete step c then step d can't be completed since the store password checkbox is disabled after denying kmymoney access to the wallet. Git commit 6c88ffd84de50af557cc92dfe043adf9872606f8 by Cristian Oneț. Committed on 28/11/2012 at 21:09. Pushed by conet into branch 'master'. When KWallet is opened synchronously do it in a safe way. REVIEW: 107507 M +5 -0 kmymoney/kmymoney.cpp M +1 -1 kmymoney/plugins/ofximport/dialogs/konlinebankingstatus.cpp M +38 -6 kmymoney/plugins/ofximport/dialogs/mymoneyofxconnector.cpp M +7 -0 kmymoney/plugins/ofximport/dialogs/mymoneyofxconnector.h M +2 -2 kmymoney/plugins/ofximport/ofximporterplugin.cpp http://commits.kde.org/kmymoney/6c88ffd84de50af557cc92dfe043adf9872606f8 Git commit b0fc54586ba21048fb3cf510bf56a7dc55428ef6 by Cristian Oneț. Committed on 28/11/2012 at 21:09. Pushed by conet into branch '4.6'. When KWallet is opened synchronously do it in a safe way. REVIEW: 107507 (cherry picked from commit 6c88ffd84de50af557cc92dfe043adf9872606f8) M +5 -0 kmymoney/kmymoney.cpp M +1 -1 kmymoney/plugins/ofximport/dialogs/konlinebankingstatus.cpp M +38 -6 kmymoney/plugins/ofximport/dialogs/mymoneyofxconnector.cpp M +7 -0 kmymoney/plugins/ofximport/dialogs/mymoneyofxconnector.h M +2 -2 kmymoney/plugins/ofximport/ofximporterplugin.cpp http://commits.kde.org/kmymoney/b0fc54586ba21048fb3cf510bf56a7dc55428ef6 |