Summary: | big delay jumping from error message to error message | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Jon Smirl <jonsmirl> |
Component: | Output Views | Assignee: | KDevelop Developers <kdevelop-devel> |
Status: | RESOLVED NOT A BUG | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | git master | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Jon Smirl
2004-02-11 21:25:06 UTC
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. |