[kmymoney] [Bug 484454] KMyMoney from master branch crashes on second and further start

Ralf Habacker bugzilla_noreply at kde.org
Mon Mar 25 14:55:26 GMT 2024


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

--- Comment #3 from Ralf Habacker <ralf.habacker at freenet.de> ---
Created attachment 167743
  --> https://bugs.kde.org/attachment.cgi?id=167743&action=edit
Disassembly of LedgerView::slotSettingsChanged

void LedgerView::slotSettingsChanged()
{
# crash
    updateGeometries();
    Q_EMIT settingsChanged();

    d->setFonts();
    d->resetMaxLineCache();
...

The crash happens before calling updateGeometries()  on accessing the virtual
table of class LedgerView, which is a virtual method, which means that the this
pointer is corrupted or invalid at this time.

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


More information about the KMyMoney-devel mailing list