unoconv / unoserver

MIT License
496 stars 69 forks source link

I just noted that the problem mostly occurs for me on an ubuntu 20.04 server, but not on my dev box running Ubuntu 21.10. Could it be that the version of libreoffice on ubuntu 20.04 is not handling the signal properly? #22

Closed Rafiot closed 2 years ago

Rafiot commented 2 years ago

I just noted that the problem mostly occurs for me on an ubuntu 20.04 server, but not on my dev box running Ubuntu 21.10. Could it be that the version of libreoffice on ubuntu 20.04 is not handling the signal properly?

And I'm thinking of an other way to handle the case: right now, I'm just launching unoserver with Popen, but I should use the UnoServer class instead and launch it with start so I have the libreoffice process object that I can check and kill it if need to.

Originally posted by @Rafiot in https://github.com/unoconv/unoserver/issues/19#issuecomment-1077467409

Rafiot commented 2 years ago

(sorry, was trying to open an issue in my repo and hit enter...)