You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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!
The text was updated successfully, but these errors were encountered: