| Summary: | KDevelop crashes when parsing projects that use wxWidgets-3.1.4 | ||
|---|---|---|---|
| Product: | [Applications] kdevelop | Reporter: | kogiokkafrms |
| Component: | general | Assignee: | kdevelop-bugs-null |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | crash | CC: | igorkuo |
| Priority: | NOR | ||
| Version First Reported In: | git master | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | An wxWidgets example project for reproducing the bug | ||
|
Description
kogiokkafrms
2021-01-19 07:55:26 UTC
what version of llvm are you using? I'm using llvm-10.0.1. The rpm package is llvm-10.0.1-4.fc32.x86_64. This issue doesn't occur on Fedora 33 with llvm-11.0.0. It might have been fixed at the upstream. If other users experience this crash with LLVM version < 11, then KDevelop should probably disable the new feature by calling decl->setBitWidth(-1) when it is compiled against an older LLVM version. *** This bug has been marked as a duplicate of bug 438249 *** |