https://bugs.documentfoundation.org/show_bug.cgi?id=167608
--- Comment #1 from achim <[email protected]> --- Observed the same error message when started with a relative file path, for example w.ods or ./w.ods or dir/w.ods. Works flawless with an absolute file path. May be following strace snippet helps: ----- % strace /opt/LibreOffice-still.standard-x86_64-24.8.7.2.AppImage -o w.ods|grep mount_LibreO mkdir("/tmp/.mount_LibreOj7wKt6", 0700) = 0 openat(AT_FDCWD, "/tmp/.mount_LibreOj7wKt6", O_RDONLY) = 4 execve("/tmp/.mount_LibreOj7wKt6/AppRun", ["/opt/LibreOffice-still.standard-"..., "-o", "w.ods"], 0x1b9b1790 /* 40 vars */) = 0 readlink("/proc/13615/exe", "/tmp/.mount_LibreOj7wKt6/AppRun", 1023) = 31 readlink("/tmp/.mount_LibreOj7wKt6", 0x7ffc11cf8a30, 1023) = -1 EINVAL (Invalid argument) readlink("/tmp/.mount_LibreOj7wKt6/AppRun", 0x7ffc11cf8a30, 1023) = -1 EINVAL (Invalid argument) openat(AT_FDCWD, "/tmp/.mount_LibreOj7wKt6", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 4 openat(AT_FDCWD, "/tmp/.mount_LibreOj7wKt6/startcenter.desktop", O_RDONLY) = 4 chdir("/tmp/.mount_LibreOj7wKt6/usr") = 0 execve("/tmp/.mount_LibreOj7wKt6/usr/bin//libreoffice24.8", ["libreoffice24.8", "-o", "w.ods"], 0x4c924b0 /* 50 vars */) = 0 readlink("/proc/self/exe", "/tmp/.mount_LibreOj7wKt6/opt/lib"..., 4096) = 64 openat(AT_FDCWD, "/tmp/.mount_LibreOj7wKt6/usr/lib/glibc-hwcaps/x86-64-v2/libuno_sal.so.3", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) ... ----- * first openat() looks suspicious to me * /tmp/.mount_LibreOj7wKt6 does not exist * /proc/13615/exe is a symlink to /tmp/.mount_LibreOj7wKt6/opt/libreoffice24.8/program/soffice.bin -- You are receiving this mail because: You are the assignee for the bug.
