https://bugs.documentfoundation.org/show_bug.cgi?id=151163
Bug ID: 151163
Summary: LO segfault at startup (SIGSEGV)
Product: LibreOffice
Version: 7.3.6.2 release
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: LibreOffice
Assignee: [email protected]
Reporter: [email protected]
Description:
LibreOffice doesn’t launch since updating to 7.3.6. Here’s a gdb backtrace:
```
Thread 1 "soffice.bin" received signal SIGSEGV, Segmentation fault.
0x00007ffff7ab62d5 in cppu::_copyConstructAnyFromData
(pDestAny=pDestAny@entry=0x7fffffffd3a0, pSource=0x7fffffffd380,
pType=<optimized out>, pTypeDescr=<optimized out>, acquire=0x7ffff53404d0
<com::sun::star::uno::cpp_acquire(void*)>, mapping=<optimized out>) at
/usr/src/debug/libreoffice-7.3.6.2-1.fc36.x86_64/cppu/source/uno/copy.hxx:211
211 pDestAny->pData = std::malloc( pTypeDescr->nSize );
```
Steps to Reproduce:
1. Launch LO or any of its components, either from a .desktop launcher or from
the terminal.
Actual Results:
Program doesn’t launch.
Expected Results:
Program should launch.
Reproducible: Always
User Profile Reset: Yes
Additional Info:
I have two Fedora 36 x86_64 machines with nearly the exact same software stack
(latest Gnome, glibc 2.35.17, kernel 5.19), but this only happens on one of
these.
Possibly a duplicate of #149100?
--
You are receiving this mail because:
You are the assignee for the bug.