[kmymoney] [Bug 507404] I updated my Slackware installation with KMyMoney going from 5.1 to 5.2. KMyMoney crashes immediately on opening kmy file

Thomas Baumgart bugzilla_noreply at kde.org
Fri Jul 25 17:22:11 BST 2025


https://bugs.kde.org/show_bug.cgi?id=507404

--- Comment #12 from Thomas Baumgart <tbaumgart at kde.org> ---
Can you try running under gdb (gdb is the debugger, you may have to install it)
control to get a backtrace showing all frames? Here are the instructions:

>From a terminal window start gdb with the following command:

% gdb kmymoney

some text is printed and the following prompt becomes visible:

(gdb) 

type 'run' without the quotes which starts the application and prints more
stuff which is not related. Once KMyMoney crashes, you will see the gdb prompt
again. Then we are interested in the output of the command 'bt'. This looks
like the following example:

(gdb) bt
#0  0x00007ffff4b1fdef in poll () at /lib64/libc.so.6
#1  0x00007fffea9a7b51 in ??? () at /usr/lib64/libglib-2.0.so.0
#2  0x00007fffea9a81bc in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#3  0x00007ffff553a17c in
QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) ()
    at /usr/lib64/libQt5Core.so.5
:
:

The important parts are the lines until
"MyMoneyFile::countTransactionsWithSpecificReconciliationState" shows up.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the KMyMoney-devel mailing list