Summary: | Crash after editing data in ledger view | ||
---|---|---|---|
Product: | [Applications] kmymoney | Reporter: | gumper1034 |
Component: | general | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | asoliverez |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
Snapshot of message windows
crash report |
Description
gumper1034
2010-01-17 03:46:42 UTC
I can't reproduce that? Are you sure this happened with the latest SVN? Because there were changes in that area exactly to prevent that from happening. The SVN that I used was from yesterday morning. I will get the latest source and try it again. Created attachment 39978 [details]
Snapshot of message windows
I need to know the exact keys you press to make this bug happen. Working in the Ledgers view with a checking account. Select a withdrawal entry to edit, select "Edit", modify the "Pay to" information and select the "Enter /checkmark" button. After selecting this button the two windows come up that I attached earlier. It then doesn't matter what I select for either of these, the program crashes either way. Using svn 1076094 Created attachment 40001 [details]
crash report
Adding the information from the KDE crash handler. Hope it helps.
Not really, the stack trace doesn't have any real info, because the problem is way before it crashes, when the windows popup. I can't reproduce the behaviour with the steps you say, so I'm stuck for now. If anyone else can crash it and send some tip this way, I would appreciate it. -- Alvaro I hope that I might have a little more information for you. I wonder if after you change the information in the "Pay to" field are you then hitting the enter key on your keyboard to accept the change or are you selecting the "checkmark /enter" button in kmymoney? I noticed that if after making the change to the payee I use my keyboard enter key to accept this new entry it doesn't crash. It only crashes if I select the "checkmark / enter" button after making the changes while the cursor is still in the "Pay to" window. It also might depend upon whether the "Show transaction form" is selected in the configuration. Mine is checked. SVN commit 1077411 by conet: BUG: 223071 Fixed crash if the Enter or Cancel button of the transaction form where pressed while the completion of a combobox from the transaction form was still visible. M +3 -2 kgloballedgerview.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1077411 SVN commit 1081099 by conet: BUG: 223071 Fixed crash if the Enter or Cancel button of the transaction form where pressed while the completion of a combobox from the transaction form was still visible. Refine the criteria used to popup the transaction edit cancel dialog. M +1 -1 kgloballedgerview.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1081099 |