https://bugs.kde.org/show_bug.cgi?id=435143
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/fram | |eworks/baloo/commit/9628473 | |9b4b63110113af0ba7dedfd18c4 | |459063 Status|REPORTED |RESOLVED --- Comment #2 from Nate Graham <n...@kde.org> --- Git commit 96284739b4b63110113af0ba7dedfd18c4459063 by Nate Graham, on behalf of Oded Arbel. Committed on 21/04/2021 at 17:46. Pushed by ngraham into branch 'master'. Do not crash when a dir is move/delete is detected by kinotify It appears that sometimes with kinotify sends a directory move or delete event, it may be sent with a trailing slash on the path - and this causes filewatch to fire an assertion. Instead we might expect that things like that happen and just avoid tacking on the required trailing slash ourselves. M +2 -4 src/file/filewatch.cpp https://invent.kde.org/frameworks/baloo/commit/96284739b4b63110113af0ba7dedfd18c4459063 -- You are receiving this mail because: You are watching all bug changes.