https://bugs.kde.org/show_bug.cgi?id=484454
--- Comment #3 from Ralf Habacker <ralf.habac...@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 watching all bug changes.