https://bugs.documentfoundation.org/show_bug.cgi?id=155085
Bug ID: 155085
Summary: Crash on startup with "Unspecified Application Error"
Product: LibreOffice
Version: 7.5.2.2 release
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: framework
Assignee: [email protected]
Reporter: [email protected]
LO 7.5.3.2 crashes after displaying the splash screen, saying "Unspecified
Application Error" on the console.
strace ends in
1617626 22:17:32.326964 openat(AT_FDCWD,
"/home/bero/.config/libreoffice/4/user/bsMSIv", O_RDWR|O_CREAT|O_EXCL, 0600) =
19
1617626 22:17:32.327023 newfstatat(19, "", {st_mode=S_IFREG|0600, st_size=0,
...}, AT_EMPTY_PATH) = 0
1617626 22:17:32.327053 fcntl(19, F_SETLK, {l_type=F_WRLCK, l_whence=SEEK_SET,
l_start=0, l_len=0}) = 0
1617626 22:17:32.327498 pread64(19, "", 4096, 0) = 0
1617626 22:17:32.327523 pwrite64(19, "<?xml version=\"1.0\"
encoding=\"UTF-8\"?>\n<oor:items
xmlns:oor=\"http://openoffice.org/2001/registry\"
xmlns:xs=\"http://www.w3.org/2001/XMLSchema\"
xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\n<item
oor:path=\"/org.openoffice.Office.Common/Misc\"><prop o"..., 1421, 0) = 1421
1617626 22:17:32.327557 close(19) = 0
1617626 22:17:32.327586 newfstatat(AT_FDCWD,
"/home/bero/.config/libreoffice/4/user/registrymodifications.xcu",
{st_mode=S_IFREG|0600, st_size=1421, ...}, 0) = 0
1617626 22:17:32.327613 rename("/home/bero/.config/libreoffice/4/user/bsMSIv",
"/home/bero/.config/libreoffice/4/user/registrymodifications.xcu") = 0
1617626 22:17:32.327683
chown("/home/bero/.config/libreoffice/4/user/registrymodifications.xcu", -1,
1007) = 0
1617626 22:17:32.327708 rt_sigprocmask(SIG_BLOCK, ~[RT_1], NULL, 8) = 0
1617626 22:17:32.327727 exit(0) = ?
1617626 22:17:32.327754 +++ exited with 0 +++
1617481 22:17:32.327758 <... futex resumed>) = 0
1617481 22:17:32.327784 newfstatat(AT_FDCWD,
"/home/bero/.config/libreoffice/4/.lock", {st_mode=S_IFREG|0664, st_size=125,
...}, AT_SYMLINK_NOFOLLOW) = 0
1617481 22:17:32.327803 unlink("/home/bero/.config/libreoffice/4/.lock") = 0
1617481 22:17:32.327855 write(2, "Unspecified Application Error\n", 30) = 30
after reading all font files.
This started after upgrading a number of system libraries (and rebuilding LO,
so ABI changes are not the issue), so right now I'm assuming there's an
incompatibility between LO and latest versions of libs it tries to use.
--
You are receiving this mail because:
You are the assignee for the bug.