https://bugs.kde.org/show_bug.cgi?id=499865

--- Comment #25 from Christoph Cullmann <christ...@cullmann.dev> ---
bool KDirWatchPrivate::useQFSWatch(Entry *e)
{
    e->m_mode = QFSWatchMode;
    e->dirty = false;

    if (e->m_status == NonExistent) {
        addEntry(nullptr, e->parentDirectory(), e, true /*isDir*/);
        return true;
    }

we recurse here.

Y: itself is not there, and

e->parentDirectory()

aka

QDir::cleanPath(path + QLatin1String("/.."));

will just keep returning 

Y:

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to