Summary: | Kdevelop5 crashes when opening U-Boot source | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Sergey Temerkhanov <s.temerkhanov> |
Component: | general | Assignee: | kdevelop-bugs-null |
Status: | REPORTED --- | ||
Severity: | crash | CC: | igorkuo |
Priority: | NOR | Keywords: | drkonqi |
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Sergey Temerkhanov
2024-08-12 13:57:04 UTC
The crash is at this line https://invent.kde.org/kdevelop/kdevelop/-/blob/release/23.08/plugins/clang/clangparsejob.cpp#L184 : projectPaths.append(bsm->buildDirectory(project->projectItem())); Probably the buildSystemManager is null. What project manager do you use for this project? > Kdevelop5 crashes when opening U-Boot source tree subdirectory "net" Do you mean opening a project with this "net" subdirectory as the root directory? |