http://bugs.kde.org/show_bug.cgi?id=173924 Summary: KDevelop hangs on recursive symlink importing C++ project with custom makefile Product: kdevelop Version: unspecified Platform: Ubuntu Packages OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general AssignedTo: kdevelop-bugs@kdevelop.org ReportedBy: m.j.thayer@googlemail.com Version: 3.5.3 (using KDE 4.1.2) Compiler: gcc (Ubuntu 4.3.2-1ubuntu11) 4.3.2 OS: Linux Installed from: Ubuntu Packages When importing a custom makefile C++ project containing a recursive symlink, KDevelop hangs and must be hard-terminated. Steps to reproduce: 1) Start KDevelop IDE for C/C++ 2) Select Project/Import existing project 3) Select a project directory containing a recursive symlink somewhere beneath it 4) Fill in everything else and continue up until "Populate the project" The hang occurs in the method CustomProjectPart::findNewFiles() in buildtools/custommakefiles/customprojectpart.cpp. This function descends into directories recursively without checking for recursive symlinks. Possibly a duplicate of bug 103297, but definitely not fixed. Reported in Ubuntu Launchpad as https://bugs.launchpad.net/ubuntu/+source/kdevelop/+bug/291148 -- Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ KDevelop-bugs mailing list KDevelop-bugs@kdevelop.org https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-bugs