[Xfce-bugs] [Bug 12264] Crash when renaming single file in folder

bugzilla-daemon at xfce.org bugzilla-daemon at xfce.org
Wed Feb 17 18:31:07 CET 2016


https://bugzilla.xfce.org/show_bug.cgi?id=12264

--- Comment #32 from Harald Judt <hjudt at xfce.org> ---
On a second thought, maybe these remaining update problems have existed in
earlier versions too but simply went unnoticed. Anyway, here is a very simple
test case to showcase the problem:

1) create files:
   for i in $(seq 1 10); do touch "$i.txt"; done
2) loop for renaming files every second:
   while true; do for i in $(seq 1 10); do mv "$i.txt" "$i.txt.txt"; done;
sleep 1; for i in $(seq 1 10); do mv "$i.txt.txt" "$i.txt"; done; sleep 1; done

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Xfce-bugs mailing list