[kdevelop] [Bug 486932] Crash when adding an #include statement during normal editing
https://bugs.kde.org/show_bug.cgi?id=486932 Tomas Trnka changed: What|Removed |Added CC||tomastr...@gmx.com --- Comment #26 from Tomas Trnka --- (In reply to Igor Kushnir from comment #25) > We have found a workaround for this crash in a discussion under the MR. Open > the Configure KDevelop dialog, and at the bottom of the Language Support > page set "Store precompiled preambles in" to "Session Temporary Directory". Thanks, I can confirm that this workaround makes the crash go away for me (on kdevelop-25.04.2-1.fc42.x86_64). I was able to reproducibly crash it five times in a row (open KDevelop on a C++ project, optionally wait for background parsing to finish, select a particular .cpp file, start typing #include <, boom!). After flipping the "Store precompiled preambles" setting I can't reproduce the crash any more. -- You are receiving this mail because: You are watching all bug changes.
[kdevelop] [Bug 486932] Crash when adding an #include statement during normal editing
https://bugs.kde.org/show_bug.cgi?id=486932 --- Comment #25 from Igor Kushnir --- (In reply to Bug Janitor Service from comment #24) > A possibly relevant merge request was started @ > https://invent.kde.org/kdevelop/kdevelop/-/merge_requests/777 We have found a workaround for this crash in a discussion under the MR. Open the Configure KDevelop dialog, and at the bottom of the Language Support page set "Store precompiled preambles in" to "Session Temporary Directory". -- You are receiving this mail because: You are watching all bug changes.
[kdevelop] [Bug 486932] Crash when adding an #include statement during normal editing
https://bugs.kde.org/show_bug.cgi?id=486932 Bug Janitor Service changed: What|Removed |Added Status|CONFIRMED |ASSIGNED --- Comment #24 from Bug Janitor Service --- A possibly relevant merge request was started @ https://invent.kde.org/kdevelop/kdevelop/-/merge_requests/777 -- You are receiving this mail because: You are watching all bug changes.
[kdevelop] [Bug 486932] Crash when adding an #include statement during normal editing
https://bugs.kde.org/show_bug.cgi?id=486932 Igor Kushnir changed: What|Removed |Added CC||stefano.cro...@alice.it --- Comment #23 from Igor Kushnir --- *** Bug 503743 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
[kdevelop] [Bug 486932] Crash when adding an #include statement during normal editing
https://bugs.kde.org/show_bug.cgi?id=486932 Igor Kushnir changed: What|Removed |Added CC||argo...@gmail.com --- Comment #22 from Igor Kushnir --- *** Bug 502955 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
[kdevelop] [Bug 486932] Crash when adding an #include statement during normal editing
https://bugs.kde.org/show_bug.cgi?id=486932 David Redondo changed: What|Removed |Added CC||k...@david-redondo.de --- Comment #21 from David Redondo --- I just had the crash when adding a using namespace at the top of the file -- You are receiving this mail because: You are watching all bug changes.
[kdevelop] [Bug 486932] Crash when adding an #include statement during normal editing
https://bugs.kde.org/show_bug.cgi?id=486932 --- Comment #20 from Igor Kushnir --- *** Bug 502827 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
[kdevelop] [Bug 486932] Crash when adding an #include statement during normal editing
https://bugs.kde.org/show_bug.cgi?id=486932 --- Comment #19 from Igor Kushnir --- Heuristic disabling of auto-completion may be possible, but not necessarily easy to implement. Also not a good long-term solution. Perhaps finding the root cause and fixing the libclang bug is a better investment of time. The bug appeared somewhere between Clang versions 16.06 and 17.06. One could examine git blame or git log of seemingly related files looking for potential culprit commits. Or even bisect and find the commit that introduced the regression, given a fast enough computer. -- You are receiving this mail because: You are watching all bug changes.
[kdevelop] [Bug 486932] Crash when adding an #include statement during normal editing
https://bugs.kde.org/show_bug.cgi?id=486932 --- Comment #18 from painless roaster --- The bug has been around for a long time and is on a request to be placed in a mental institution. Could you please make a workaround to not run the background parser if you are cursor on a macro line? -- You are receiving this mail because: You are watching all bug changes.
[kdevelop] [Bug 486932] Crash when adding an #include statement during normal editing
https://bugs.kde.org/show_bug.cgi?id=486932 --- Comment #17 from Igor Kushnir --- *** Bug 500089 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
[kdevelop] [Bug 486932] Crash when adding an #include statement during normal editing
https://bugs.kde.org/show_bug.cgi?id=486932 Igor Kushnir changed: What|Removed |Added CC||k...@davidebeatrici.dev --- Comment #16 from Igor Kushnir --- *** Bug 498754 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
[kdevelop] [Bug 486932] Crash when adding an #include statement during normal editing
https://bugs.kde.org/show_bug.cgi?id=486932 Bug Janitor Service changed: What|Removed |Added Priority|NOR |HI -- You are receiving this mail because: You are watching all bug changes.
[kdevelop] [Bug 486932] Crash when adding an #include statement during normal editing
https://bugs.kde.org/show_bug.cgi?id=486932 David Murray changed: What|Removed |Added CC||d...@murray.name -- You are receiving this mail because: You are watching all bug changes.
[kdevelop] [Bug 486932] Crash when adding an #include statement during normal editing
https://bugs.kde.org/show_bug.cgi?id=486932 Igor Kushnir changed: What|Removed |Added CC||mwoehlke.fl...@gmail.com --- Comment #15 from Igor Kushnir --- *** Bug 495546 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
[kdevelop] [Bug 486932] Crash when adding an #include statement during normal editing
https://bugs.kde.org/show_bug.cgi?id=486932 --- Comment #14 from Igor Kushnir --- (In reply to painless roaster from comment #13) > is this it? > > https://github.com/llvm/llvm-project/issues/105994 ? Probably not. I don't think this KDevelop crash can be reproduced via a regular compilation. The backtrace looks different. -- You are receiving this mail because: You are watching all bug changes.
[kdevelop] [Bug 486932] Crash when adding an #include statement during normal editing
https://bugs.kde.org/show_bug.cgi?id=486932 --- Comment #13 from painless roaster --- is this it? https://github.com/llvm/llvm-project/issues/105994 ? -- You are receiving this mail because: You are watching all bug changes.
[kdevelop] [Bug 486932] Crash when adding an #include statement during normal editing
https://bugs.kde.org/show_bug.cgi?id=486932 Igor Kushnir changed: What|Removed |Added Summary|Background parser crash C++ |Crash when adding an |source |#include statement during ||normal editing -- You are receiving this mail because: You are watching all bug changes.