LibreOffice running on Kubernetes fails randomly

Asking for help? Comment out what you need so we can get more information to help you!

Hi I am trying to run the Headless version of libreoffice inside Kubernetes pod. It fails randomly for smaller files. The libreoffice logs somewhat ends like this .

futex(0x563eaffcffe8, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, {tv_sec=1657001469, tv_nsec=860579000}, FUTEX_BITSET_MATCH_ANY) = ? ERESTART_RESTARTBLOCK (Interrupted by signal)
— SIGURG {si_signo=SIGURG, si_code=SI_USER, si_pid=1, si_uid=0} —
restart_syscall(<… resuming interrupted futex …>) = 0
futex(0x563eaffcfff0, FUTEX_WAKE_PRIVATE, 1) = 0
close(3) = 0
exit_group(255) = ?
+++ exited with 255 +++

Cluster information:

Kubernetes version: 1.21
Cloud being used: (put bare-metal if not on a public cloud) EKS

1 Like