Bug 380318 - Background parser always runs after project open
Summary: Background parser always runs after project open
Status: RESOLVED WORKSFORME
Alias: None
Product: kdevelop
Classification: Applications
Component: Language Support: CPP (Clang-based) (other bugs)
Version First Reported In: 5.1.1
Platform: Appimage Linux
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords: triaged
Depends on:
Blocks:
 
Reported: 2017-05-29 17:57 UTC by Christoph Thielecke
Modified: 2018-10-28 03:35 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christoph Thielecke 2017-05-29 17:57:45 UTC
When a custom make file project is opened, the background parser runs always for long time(~30 minutes).

I tested with 1 or 2 cores but does't have a speed change. Machine is an i7 with ssd as hard disk.

The project folder contails some sourcefiles (2373, command: find . -type f -name '*.h' -or -name '*.hh' -or -name '*.c' -or -name '*.cpp' -or -name '*.py' -or -name '*.sh' -or -name '*.xsl*' -or -name '*.xml'  | wc -l)
Comment 1 Milian Wolff 2017-05-30 13:57:06 UTC
Can you disclose the project so that we can investigate the performance issue? Otherwise we can't really do anything about this.

Note that upon opening a project, we will check all project files for updates. This should usually only boil down to a stat and a check against what we have in our database. Only if the cache got corrupted / had to be cleared will this fail and everything needs to be parsed from scratch. The project file manager (custom make file) shouldn't have any influence on this, the caching and so forth happens on the language plugin level beneath.
Comment 2 Andrew Crouthamel 2018-09-28 02:36:03 UTC
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days, the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information.

For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please set the bug status as REPORTED so that the KDE team knows that the bug is ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!
Comment 3 Andrew Crouthamel 2018-10-28 03:35:33 UTC
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information.

For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!