https://bugs.documentfoundation.org/show_bug.cgi?id=165417
Mike Kaganski <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |NOTOURBUG Status|UNCONFIRMED |RESOLVED --- Comment #7 from Mike Kaganski <[email protected]> --- I was able to reproduce, using Ubuntu with its unoconv (using both odt2sxw, and unoconv -f sxw). After the failure, `pidof soffice.bin` gives a pid, and without killing it, `libreoffice` silently does nothing. Closing NOTOURBUG. It is the error in unoconv, that doesn't stop the process it launched, when there is an error. It starts it initially in listening mode, using a command line like > soffice --headless --invisible --nocrashreport --nodefault > --nofirststartwizard --nologo --norestore > --accept=socket,host=127.0.0.1,port=2002,tcpNoDelay=1;urp;StarOffice.ComponentContext and then it attaches to it, passes commands to the listened port, and eventually is expected to stop the process. There is nothing that can be changed in LibreOffice, which works correctly. -- You are receiving this mail because: You are the assignee for the bug.
