I run the following script: "C:\Program Files\LibreOffice\program\soffice.exe" --invisible --headless --accept="socket,host=127.0.0.0,port=5544;urp;StarOffice.ServiceManager" The new soffice.bin process consumes the whole core. I also tried running with -env:UserInstallation=<some empty dir> parameter. The same result. Reproduced on clean Windows 10 with only LO installed. Windows 10 Pro, Ver 18362.1 LibreOffice 6.2.6.2 684e730861356e74889dfe6dbddd3562aae2e6ad
Wrong host in my command: should be 127.0.0.1 instead of 127.0.0.0. Now no cpu load. So this can be considered as solved. However, should LO still consume the whole core in case of incorrect IP?