https://bugs.kde.org/show_bug.cgi?id=364971
Bug ID: 364971
Summary: Frequent Crash in ProblemStore::addDiagnostic due to
endless recursion
Product: kdevelop
Version: git master
Platform: Compiled Sources
OS:
https://bugs.kde.org/show_bug.cgi?id=364971
--- Comment #1 from David Nolden ---
Note that I'm currently testing a patch to fix this. Until now it seems to
work. I'll commit it if the bug doesn't reappear. The trick is to always
re-index the child diagnostics in
LocalIndexedProblem::LocalIndexedP
https://bugs.kde.org/show_bug.cgi?id=350409
David Nolden changed:
What|Removed |Added
Status|CONFIRMED |RESOLVED
Resolution|---
https://bugs.kde.org/show_bug.cgi?id=364971
David Nolden changed:
What|Removed |Added
Latest Commit||http://commits.kde.org/kdev
|
https://bugs.kde.org/show_bug.cgi?id=364971
--- Comment #4 from David Nolden ---
The patch was actually quite trivial, the conditional "if
(static_cast(problem->m_diagnostics.size()) !=
problem->d_func()->diagnosticsSize())" simply needed to be removed so that
indices are updated.
--
You are re
https://bugs.kde.org/show_bug.cgi?id=358853
Bug ID: 358853
Summary: include not found in a header causes random
parsing/highlighting/code completion glitches
Product: kdevelop
Version: git master
Platform: unspecified
https://bugs.kde.org/show_bug.cgi?id=358853
--- Comment #2 from David Nolden ---
Git commit 7bdc9e8d9539c6e904edbd021d0cc359cdc8e843 by David Nolden.
Committed on 01/02/2016 at 15:53.
Pushed by zwabel into branch 'master'.
Add a testcase for BUG: 358853
It seems to break as soon as the second m
https://bugs.kde.org/show_bug.cgi?id=358853
--- Comment #4 from David Nolden ---
Git commit a1d6a13183c01b9ea2c45e470e81f9ec53df7ada by David Nolden.
Committed on 01/02/2016 at 18:11.
Pushed by zwabel into branch 'master'.
Always show recursive "missing include" errors in problem view
Extend th
https://bugs.kde.org/show_bug.cgi?id=358853
--- Comment #5 from David Nolden ---
Git commit c9dcbaeedef2ec746214d1be91a09293492e4abb by David Nolden.
Committed on 01/02/2016 at 18:15.
Pushed by zwabel into branch '5.0'.
Add a testcase for BUG: 358853
It seems to break as soon as the second miss
https://bugs.kde.org/show_bug.cgi?id=358853
--- Comment #5 from David Nolden ---
Git commit c9dcbaeedef2ec746214d1be91a09293492e4abb by David Nolden.
Committed on 01/02/2016 at 18:15.
Pushed by zwabel into branch '5.0'.
Add a testcase for BUG: 358853
It seems to break as soon as the second miss
https://bugs.kde.org/show_bug.cgi?id=358853
David Nolden changed:
What|Removed |Added
Resolution|--- |FIXED
Status|CONFIRMED
https://bugs.kde.org/show_bug.cgi?id=358853
David Nolden changed:
What|Removed |Added
Latest Commit|http://commits.kde.org/kdev |http://commits.kde.org/kdev
|e
12 matches
Mail list logo