Bug 151163

Summary: LO segfault at startup (SIGSEGV)
Product: LibreOffice Reporter: vvillenave <valentin>
Component: LibreOfficeAssignee: Not Assigned <libreoffice-bugs>
Status: RESOLVED DUPLICATE    
Severity: normal CC: serval2412
Priority: medium    
Version: 7.3.6.2 release   
Hardware: x86-64 (AMD64)   
OS: Linux (All)   
See Also: https://bugs.documentfoundation.org/show_bug.cgi?id=149100
Whiteboard:
Crash report or crash signature: Regression By:

Description vvillenave 2022-09-24 12:12:20 UTC
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?
Comment 1 Julien Nabet 2022-09-24 14:10:37 UTC
Could you give a try at https://wiki.documentfoundation.org/QA/FirstSteps ?
Comment 2 vvillenave 2022-09-24 15:41:46 UTC
I did reproduce it with a clean user profile; however I wasn't able to reproduce it with LO 7.4.1.
Comment 3 Julien Nabet 2022-09-25 08:17:46 UTC
I just noticed it's same Fedora version and same bt, let's put this one as dup.

*** This bug has been marked as a duplicate of bug 149100 ***