https://bugs.kde.org/show_bug.cgi?id=506642
--- Comment #54 from Akseli Lahtinen <[email protected]> --- I still can't repro this bug, but it has likely something to do with KIconTheme::KIconTheme according to the backtraces I've seen. The crashes seem to often originate from ``` const QStringList dirs = cfg.readPathEntry("Directories", QStringList()) + cfg.readPathEntry("ScaledDirectories", QStringList()); ``` So either of those configs that are being read gets somehow corrupted? Or they are faulty but our config reader still checks them, causing issues. -- You are receiving this mail because: You are watching all bug changes.
