| Summary: | KDevelop background parser hangs and after some time KDevelop stops responding too | ||
|---|---|---|---|
| Product: | [Applications] kdevelop | Reporter: | Nils Kriha <nilskriha> |
| Component: | Language Support: CPP (old) | Assignee: | kdevelop-bugs-null |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | crash | ||
| Priority: | NOR | ||
| Version First Reported In: | git master | ||
| Target Milestone: | 4.2.3 | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: |
headers that cause the problem
backtrace from gdb |
||
Created attachment 65985 [details]
backtrace from gdb
duplicate, merging - but thanks for the files, I hope to create a proper unit test from that and finally find a solution to this problem take care *** This bug has been marked as a duplicate of bug 269352 *** Moving all the bugs from the CPP Parser. It was not well defined the difference between it and C++ Language Support and people kept reporting in both places indistinctively |
Created attachment 65984 [details] headers that cause the problem Version: git master (using KDE 4.7.2) OS: Linux Reproducible: Always Steps to Reproduce: extract the attached file somewhere. Create new simple cmake project add to main.cpp: #include "polymake/internal/modilfied_containers.h" use the file not found, add custom include paths dialog to add the "testinclude" folder from the attached file. Actual Results: the background parser hangs at around 10% and after some time or editing KDevelop stops responding.