Summary: | AutoProjectPart::slotCompileFile() uses non-robust path test | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Craig Scott <craig.scott> |
Component: | Build tools: Automake | Assignee: | KDevelop Developers <kdevelop-devel> |
Status: | RESOLVED INTENTIONAL | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 3.0.2 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Craig Scott
2004-04-16 01:57:17 UTC
From what i read in autoprojectpart.cpp, this bug occurs if editorpart's path is not starting with the project path. Which could be true, if the user really opened a file via a symlinked path that happens to link into the project, too. ( So far my first thought ) OTOH: In chat about this, it came up that in the path names passed to the editor part symlinks are resolved. This'd be another posibility to trigger it. Both cases should be checked and fixed. Closing as wontfix as KDevelop3 isn't going to get a fix for this and relevant code doesn't exist in KDevelop4. |