| Summary: | segfault on start | ||
|---|---|---|---|
| Product: | [Applications] kdevelop | Reporter: | Vladislav Tsendrovskii <vlad> |
| Component: | general | Assignee: | kdevelop-bugs-null |
| Status: | RESOLVED WAITINGFORINFO | ||
| Severity: | crash | Keywords: | drkonqi |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Vladislav Tsendrovskii
2016-08-03 22:07:25 UTC
Curious: Did you have KDevelop 5 running before? Did it break just recently for you? Are you running 5.0 or master branch? 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 @Reporter: Please report back if you still have that problem. |