| Summary: | kdevelop crashes after typing "std::array" | ||
|---|---|---|---|
| Product: | [Applications] kdevelop | Reporter: | Guido Winkelmann <guido-kdebugs> |
| Component: | Code completion | Assignee: | kdevelop-bugs-null |
| Status: | REPORTED --- | ||
| Severity: | crash | ||
| Priority: | NOR | ||
| Version First Reported In: | 6.3.250803 | ||
| Target Milestone: | --- | ||
| Platform: | Gentoo Packages | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | Backtrace from running kdevelop from inside of gdb | ||
|
Description
Guido Winkelmann
2026-02-04 15:20:46 UTC
BTW, the project in question is extremely simple and short and not sensitive at all. I can post the whole thing if that's helpful. Forgot to mention: The crash is 100% reproducible for me at the moment. When removing the [buffer_size] at the end of the variable name first, I can change the uint32_t to std::array<uint32_t, buffer_size> without a crash. |