https://bugs.documentfoundation.org/show_bug.cgi?id=168685
--- Comment #2 from [email protected] --- 1.1.1.1 is an easy example to demonstrate the bug because it causes the socket bind to fail. A more realistic example would be '127.0.0.1:8100' when that port is already in use. This was discovered because some users had ooSetupConnectionURL set to localhost:8100 and libreoffice was launched with --accept and 127.0.0.1:8100. This caused libreoffice to try to bind to both localhost:8100 and 127.0.0.1:8100, one of which would fail because the port was already in use, triggering the busy loop. It could also be triggered with a typo or accidental use of privileged port (<1024). For example: - soffice.bin --accept='socket,host=l=127.0.01,port=8100;urp;' - soffice.bin --accept='socket,host=l=127.0.0.1,port=81;urp;' -- You are receiving this mail because: You are the assignee for the bug.
