Bug 127081 - High cpu load in headless mode
Summary: High cpu load in headless mode
Status: RESOLVED NOTABUG
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: LibreOffice (show other bugs)
Version:
(earliest affected)
6.2.6.2 release
Hardware: x86-64 (AMD64) Windows (All)
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-08-21 10:59 UTC by Alex
Modified: 2019-08-21 12:07 UTC (History)
0 users

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alex 2019-08-21 10:59:08 UTC
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
Comment 1 Alex 2019-08-21 12:07:36 UTC
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?