Summary: | Kmymoney crashes | ||
---|---|---|---|
Product: | [Applications] kmymoney | Reporter: | nhrdls |
Component: | general | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | onet.cristian, wolfgang.beidler, wonko |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kmymoney/3eaddf8cc00bd3c7262c37525af60a4bf5d745a7 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
nhrdls
2011-08-28 05:16:44 UTC
Is this crash reproducible? It seems to work fine here when I perform the steps you've described. If you can reproduce it please attach an anonymous file. Nope, its not reproducible. I had tried creating categories before and after the crash. So far it has crashed only one time that I logged the bug for. I'll keep any eye on it it and if I can find out the exact steps or other causes, will update it here. On Sun, Aug 28, 2011 at 12:15 AM, Cristian Onet <onet.cristian@gmail.com>wrote: > https://bugs.kde.org/show_bug.cgi?id=280910 > > > > > > --- Comment #1 from Cristian Onet <onet cristian gmail com> 2011-08-28 > 07:15:29 --- > Is this crash reproducible? It seems to work fine here when I perform the > steps > you've described. If you can reproduce it please attach an anonymous file. > > -- > Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email > ------- You are receiving this mail because: ------- > You reported the bug. > Created attachment 63671 [details]
New crash information added by DrKonqi
kmymoney (4.6.0) on KDE Platform 4.7.1 (4.7.1) using Qt 4.7.4
Also a crash while creating a new category. I entered the new name (followed by a space character in order to avoid auto completion), and got the dialog to specify the parent. I chose one, filled the date and amount, and when I wanted to accept the changes, KMyMoney crashed. I tried again, no crash this time.
-- Backtrace (Reduced):
#6 0x00007f8bf788c8de in KLineEdit::contextMenuEvent(QContextMenuEvent*) () from /usr/lib64/libkdeui.so.5
#7 0x00007f8bf45e6a79 in QWidget::event(QEvent*) () from /usr/lib64/qt4/libQtGui.so.4
#8 0x00007f8bf497c331 in QLineEdit::event(QEvent*) () from /usr/lib64/qt4/libQtGui.so.4
#9 0x00007f8bf788876b in KLineEdit::event(QEvent*) () from /usr/lib64/libkdeui.so.5
#10 0x00007f8bf49409ef in QComboBox::contextMenuEvent(QContextMenuEvent*) () from /usr/lib64/qt4/libQtGui.so.4
*** Bug 308615 has been marked as a duplicate of this bug. *** Managed to reproduce this: 1. Enter a category which does not exist 2. Trigger the focus out event on the category widget using the context menu (right-click in the line edit) 3. Create the category (accept the dialog) 4. Observe that the context menu is not there 5. Exit KMyMoney - > crash while executing the context menu Git commit 0a6314c2d45b959beb62f0ff742089e9c8195c02 by Cristian Oneț. Committed on 30/08/2013 at 08:31. Pushed by conet into branch 'master'. Fix a crash after the context menu is requested in the category line edit while a new category is entered in that line edit. M +2 -1 kmymoney/widgets/kmymoneycombo.cpp http://commits.kde.org/kmymoney/0a6314c2d45b959beb62f0ff742089e9c8195c02 Git commit 3eaddf8cc00bd3c7262c37525af60a4bf5d745a7 by Cristian Oneț. Committed on 30/08/2013 at 08:31. Pushed by conet into branch '4.6'. Fix a crash after the context menu is requested in the category line edit while a new category is entered in that line edit. (cherry picked from commit 0a6314c2d45b959beb62f0ff742089e9c8195c02) M +2 -1 kmymoney/widgets/kmymoneycombo.cpp http://commits.kde.org/kmymoney/3eaddf8cc00bd3c7262c37525af60a4bf5d745a7 |