There is an updated pull request by st3r4g against master on the void-packages repository https://github.com/st3r4g/void-packages tracker3-3.0.3 https://github.com/void-linux/void-packages/pull/27363 tracker3{-miners} update (bugfix) Today I noticed a very bad bug. Moving a text file in my home resulted in processes consuming a large amount of cpu and spamming gdm log. I can reproduce by: ``` echo x > x mv x y ``` and the cpu drain/gdm log spam goes away only after: `tracker3 reset -s` Updating seems to fix it. A patch file from https://github.com/void-linux/void-packages/pull/27363.patch is attached