| Summary: | KDevelop crashes when pasting specific line into C++ file | ||
|---|---|---|---|
| Product: | [Applications] kdevelop | Reporter: | ultr <ultr> |
| Component: | general | Assignee: | kdevelop-bugs-null |
| Status: | REPORTED --- | ||
| Severity: | crash | CC: | alois1, phd |
| Priority: | NOR | Keywords: | drkonqi |
| Version First Reported In: | 5.3.2 | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
ultr
2019-06-22 09:46:12 UTC
Confirmed on Arch Linux. *** Bug 409027 has been marked as a duplicate of this bug. *** Thank you for reporting this crash in KDE software. As it has been a while since this issue was reported, can we please ask you to see if you can reproduce the crash with a recent software version? If you can reproduce the issue, please change the status to "CONFIRMED" when replying. Thank you! The issue still occurs in recent KDevelop: 5.8.220403 (22.04.3) - What I was doing when the application crashed: Pasted the following line into an opened C++ (.h) file: [REM] #include "SomeHeader.h" The crash can be reproduced every time. And now KDevelop *keeps crashing every time it is restarted*, even though this pasted line is no longer there. I even closed all open tabs, removed project's .kdev4 directory, cleared ~/.cache/kdevelop/*. Only after manually removing the affected session from ~/.local/share/kdevelop/sessions/ I was able to create a new session and successfully open the project again. KDevelop: 5.8.220403 (22.04.3) OS: Ubuntu 22.04 Qt: 5.15.3 KDE Frameworks: 5.98.0 But with that new session the issue does not occur anymore. Tried pasting that line into the same in the same place, and any other file. After 1-2 seconds it sometimes displays an error message next to that line: [REM] #include "SomeHeader.h" |[X] C++ requires a type specifier for all declarations |