| Summary: | KDevelop crashes during background parsing in clang_parseTranslationUnit2FullArgv | ||
|---|---|---|---|
| Product: | [Applications] kdevelop | Reporter: | frmdstryr <frmdstryr> |
| Component: | Language Support: CPP (Clang-based) | Assignee: | kdevelop-bugs-null |
| Status: | RESOLVED UPSTREAM | ||
| Severity: | crash | CC: | |
| Priority: | NOR | Keywords: | drkonqi |
| Version First Reported In: | 5.4.0 | ||
| Target Milestone: | --- | ||
| Platform: | Neon | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
frmdstryr
2019-08-20 16:28:07 UTC
From the backtrace, this crash is actually in the Clang-based C++ parsing. The bug appears to be inside libclang rather than KDevelop as such. You were using llvm/libclang 8 which is old and lacks many bugfixes for this sort of issue; it's quite likely this has been fixed upstream in the meantime. Sorry for the slow triaging, KDevelop has quite a backlog of reports and few people handling them. :-( (renamed from "KDevelop crashes due to background parsing of python project") |