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

--- Comment #6 from Alexander Meshcheryakov <alexander....@gmail.com> ---
I'm running recent Arch linux and still able to reproduce this even with clean
and fresh user. I have even recorded screencast:
https://asciinema.org/a/CTun0j5byw1FsYwJvcfRw89mx

I don't know why you can't reproduce. I suggest to test with random string like
this:

random_string() {
  head -c 100 /dev/urandom | md5sum | head -c 10
}
NAME=$(random_string); CONTENT=$(random_string)
echo "$CONTENT" > "${NAME}"_1.txt
echo "$CONTENT" > "${NAME}"_2.txt
sleep 5
baloosearch "${CONTENT}"
echo
mv -v "${NAME}"_1.txt "${NAME}"_2.txt
sleep 5
baloosearch "${CONTENT}"

I'm going to retest this in virtual machine on some public live CD to make sure
I have perfectly reproducible test rig.

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

Reply via email to