I build Libreoffice from Git every week and the last known working build I have was on 21 Aug. The subsequent builds (28 Aug, 4 Sept) all have issues with Calc where the application will crash with an illegal instruction immediately on launch. Launching Calc via soffice.bin --calc simply returns an Illegal Instruction output on the terminal, and dmesg will record a new entry like so: traps: soffice.bin[14895] trap invalid opcode ip:7eff0a1b835d sp:7ffc00e4ce40 error:0 in libsclo.so[7eff0a1b7000+1474000] Machine is on Debian 11 and a custom-built LLVM 13 + clang (git), which is used to compile Libreoffice. Let me know if you need any extra information to determine the cause of the crash. Thanks much.
Does it work after using 'make clean && make' ?
System: Debian 9 Same issue here, but running the latest packed official released version: Version: 7.3.0.3 / LibreOffice Community Build ID: 0f246aa12d0eee4a0f7adcefbf7c878fc2238db3 CPU threads: 4; OS: Linux 4.9; UI render: default; VCL: gtk3 Locale: es-ES (es_ES.utf8); UI: es-ES Calc: threaded When lunching Calc it does not start and dmesg shows up: [29505.853190] traps: soffice.bin[12001] trap invalid opcode ip:7fe1de5958de sp:7ffdea1494b0 error:0 [29505.853195] in libsclo.so[7fe1de2be000+e06000] The crash does not happen when running Writer/Math/Impress/Base, just Calc, which renders the application unusable. Should I install the business/stable branch edition instead (7.2.5)?
I see the same problem on a Debian testing (kernel 5.16), Calc cannot be started: testing@netbook:~$ libreoffice7.3 --calc javaldx: Could not find a Java Runtime Environment! Warning: failed to read path from javaldx An nothing happens. Dmesg message remains the same: [ 4133.833072] traps: soffice.bin[3701] trap invalid opcode ip:7f16b25388de sp:7fff3b0aab80 error:0 in libsclo.so[7f16b2261000+e06000]
Looks like a duplicate of #147135
*** This bug has been marked as a duplicate of bug 147135 ***