There's a merged pull request on the void-packages repository tracker3{-miners} update (bugfix) https://github.com/void-linux/void-packages/pull/27363 Description: Today I noticed an ugly 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 have fixed it.