https://bugs.kde.org/show_bug.cgi?id=361517
Bug ID: 361517 Summary: Segfault at startup in KatePluginManager::loadPlugin(KatePluginInfo*) () Product: kate Version: unspecified Platform: Archlinux Packages OS: Linux Status: UNCONFIRMED Severity: grave Priority: NOR Component: application Assignee: kwrite-bugs-n...@kde.org Reporter: chard...@gmail.com With kate from kde-unstable arch repo (version 16.03.90), I get a segfault at startup. Reproducible: Always Steps to Reproduce: 1. Install kate from kde-unstable on arch 2. Run kate Actual Results: Segfault Expected Results: Normal startup I've got the coredump file, and here is what is given by gdb: Program terminated with signal SIGSEGV, Segmentation fault. #0 0x0000000000460eaa in KatePluginManager::loadPlugin(KatePluginInfo*) () [Current thread is 1 (Thread 0x7f99c54c6800 (LWP 7899))] (gdb) backtrace #0 0x0000000000460eaa in KatePluginManager::loadPlugin(KatePluginInfo*) () #1 0x0000000000461558 in KatePluginManager::loadConfig(KConfig*) () #2 0x000000000047ce40 in KateSessionManager::loadSession(QExplicitlySharedDataPointer<KateSession> const&) const () #3 0x000000000047e35b in KateSessionManager::activateSession(QExplicitlySharedDataPointer<KateSession>, bool, bool) () #4 0x000000000047e8f6 in KateSessionManager::activateSession(QString const&, bool, bool) () #5 0x000000000047e991 in KateSessionManager::activateAnonymousSession() () #6 0x000000000047efa0 in KateSessionManager::chooseSession() () #7 0x0000000000446de0 in KateApp::startupKate() () #8 0x00000000004471c5 in KateApp::init() () #9 0x000000000043f753 in main () -- You are receiving this mail because: You are watching all bug changes.