Public bug reported: In 0 A.D. (package 0ad), we support reloading files when they are changed on disk.
On Linux, our C++ code watches loaded files using `inotify`: https://gitea.wildfiregames.com/0ad/0ad/src/branch/main/source/lib/sysdep/os/linux/dir_watch_inotify.cpp Since Questing, one of our tests goes into an infinite loop, when a file is modified on disk, the modification is not being detected. We observed that switching back to `gnu-coreutils` immediately fixes the issue. Details are at https://gitea.wildfiregames.com/0ad/0ad/issues/8508 I have tested replacing system uutils-coreutils with latest version from cargo (0.5.0 at time of writing) which doesn't make a difference. ** Affects: rust-coreutils (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2136917 Title: inotify never detects file change with rust-coreutils in 0 A.D. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/rust-coreutils/+bug/2136917/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
