Version: CVS (using KDE Devel) Installed from: Compiled sources What changed in the last 48hrs? In one of my larger projects, 50K lines of code, when I F4 from error to error it takes four seconds (2.8Ghz P4) now per jump. Watching top, this is all CPU time. This used to be instant. It's almost making kdevelop unusable. Small projects seem uneffected.
Afaik, nothing changed.
You're right, it's this way in a tree from Feb 2 too. I've found the bug. My directory has a circular link back to itself. I need this for the build. I just noticed the my kdevelop.filelist is 1.2MB with about 10,000 entries in it. But there are only 40 files in the directory. The auto-import code for making the initial file list has gotten in a loop on the circular link. It has added the same 40 files with the looped directory name 10,000 times. I crashed a week ago and screwed up my .kdevelop files. This must have happened when I deleted and rebuilt them.
So this should not be a bug at all. Why not closing it ?
bye bye :)
oops
sound better than wontfix :)
If I recall the bug works like this: Make a directory with some files in it and a circular symlink back to the same directory. Now autoimport a project from it. This will work and not produce an error, but kdevelop.filelist will be 1.2MB with about 10,000 entries autoimport does not recognize the circular symlink and imports the directory over and over. That's the bug. Search time is simply a side effect of getting 10,000 files onto kdevelop.filelist
I agree, but the inability to handle circular symlinks is covered by other reports.