https://bugs.kde.org/show_bug.cgi?id=366389
--- Comment #2 from Milian Wolff <[email protected]> --- This looks like an ABI problem to me - please check which plugin is being loaded there. To do that, enable the shell debug output and look at the console output of KDevelop then: QT_LOGGING_RULES="kdevplatform.shell.debug=true" kdevelop it will then e.g. output something like debug: kdevelop/kdevplatform.shell/KDevelop::PluginController::loadPluginInternal: Attempting to load "KDevOutlineView" - name: "Outline" [/home/milian/projects/kf5/src/extragear/kdevelop/kdevplatform/shell/plugincontroller.cpp:501/pid=21647] the last of these lines before the crash should hint at the problematic plugin, which you could then remove and/or rebuild to fix this issue -- You are receiving this mail because: You are watching all bug changes.
