[dolphin] [Bug 453756] Location bar resets after several seconds when typing

Pedro V bugzilla_noreply at kde.org
Thu Feb 8 16:45:48 GMT 2024


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

Pedro V <voidpointertonull+bugskdeorg at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |voidpointertonull+bugskdeor
                   |                            |g at gmail.com

--- Comment #29 from Pedro V <voidpointertonull+bugskdeorg at gmail.com> ---
Does the location bar seem to track changes in the directory?
Suspected a TOCTOU problem, but in my case autocompletion seems to read the
contents of the directory once, then it doesn't care about any changes at all,
new directories don't appear in /tmp while at least "/t" is in the URL, have to
get to just "/" so it starts autocompleting there, then getting back to "/tmp/"
refreshes the cache.
KDE Plasma Version: 5.27.8
KDE Frameworks Version: 5.110.0

Attempted to reproduce with the following ran as root which should be similar
to what Docker (actually runc) appears to be doing:
rm -rf /tmp/dolphintest; while :; do mkdir /tmp/dolphintest; chmod 2700
/tmp/dolphintest; sleep 1; rm -rf /tmp/dolphintest; sleep 1; done

Directory content tracking tends to break though after heavy I/O, so checked on
another system too which was only likely used, but autocompletion seems to be
"sticky" there too, so I'm really wondering if I'm going in the wrong
direction, or autocompletion updates with changes for others.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the kfm-devel mailing list