https://bugs.kde.org/show_bug.cgi?id=361517
--- Comment #1 from Maverick Chardet <chard...@gmail.com> --- Valgrind says "Invalid read of size 8, Address 0x0 is not stack'd, malloc'd or (recently) free'd" (dereferencing a null pointer?): ==11467== Invalid read of size 8 ==11467== at 0x460EAA: KatePluginManager::loadPlugin(KatePluginInfo*) (in /usr/bin/kate) ==11467== by 0x461557: KatePluginManager::loadConfig(KConfig*) (in /usr/bin/kate) ==11467== by 0x47CE3F: KateSessionManager::loadSession(QExplicitlySharedDataPointer<KateSession> const&) const (in /usr/bin/kate) ==11467== by 0x47E35A: KateSessionManager::activateSession(QExplicitlySharedDataPointer<KateSession>, bool, bool) (in /usr/bin/kate) ==11467== by 0x47E8F5: KateSessionManager::activateSession(QString const&, bool, bool) (in /usr/bin/kate) ==11467== by 0x47E990: KateSessionManager::activateAnonymousSession() (in /usr/bin/kate) ==11467== by 0x47EF9F: KateSessionManager::chooseSession() (in /usr/bin/kate) ==11467== by 0x446DDF: KateApp::startupKate() (in /usr/bin/kate) ==11467== by 0x4471C4: KateApp::init() (in /usr/bin/kate) ==11467== by 0x43F752: main (in /usr/bin/kate) ==11467== Address 0x0 is not stack'd, malloc'd or (recently) free'd -- You are receiving this mail because: You are watching all bug changes.