splitice

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by splitice

  1. 100% CPU on linux usage if a file in the directory is open at the time.


    mono 31983 root mem REG 8,1 16896 32671127 /var/x4b/bin/X4B.Proxy/LukeSkywalker.IPNetwork.dll
    mono 31983 root mem REG 8,1 366592 32671135 /var/x4b/bin/X4B.Proxy/Newtonsoft.Json.dll
    [...]
    mono 31983 root mem REG 8,1 9216 32671153 /var/x4b/bin/X4B.Proxy/X4B.Proxy.exe

    Attempts to syncronize this directory (Which happens to have an EXE opened with mono) results in 100% CPU usage.

    strace reveals an infinite loop (most likely as a result of epoll_wait returning).