Open jerbob92 opened 6 months ago
Yeah, you are right, I get the same error. That's amazingly annoying. The only way I can see to fix that is to use temporary files in the server part, which is doable, but really shouldn't be needed.
That's how we have solved it now indeed. Would the next step be reporting an issue with LibreOffice? Or does this issue originate in the uno/unoserver package?
It's Libreoffice, and getting bugs fixed there takes time, they definitely need more people helping actually fix bugs, which I unfortunately don't have the time or language experience to do.
Same for me, I don't see myself diving into the LibreOffice codebase right now.
I have reported the issue here: https://bugs.documentfoundation.org/show_bug.cgi?id=161416
Hi there!
When executing the following command:
To convert an RTF file to a DocBook XML File, and sending the output to stdout (really specific, I know), the following error occurs:
And the LibreOffice process seems to crash.
When outputting to a file path:
Everything seems to work fine!
When looking at the code the only difference seems to be the usage of
OutputStream
in the first command.Any idea what might be going on here? Thanks in advance!