https://bugs.documentfoundation.org/show_bug.cgi?id=148850
Bug ID: 148850
Summary: Building LibreOffice always crash at
sw/source/filter/ww8/ww8par6.cxx
Product: LibreOffice
Version: 7.3.2.2 release
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: LibreOffice
Assignee: [email protected]
Reporter: [email protected]
Every time I run a full build of LibreOffice (f.i. when I use 'git pull' and
then build the entire LO code) I get the following error. The error always
happens at the same point.
...
[CXX] sw/source/filter/ww8/ww8graf2.cxx
[CXX] sw/source/filter/ww8/ww8par.cxx
[CXX] sw/source/filter/ww8/ww8par2.cxx
[CXX] sw/source/filter/ww8/ww8par3.cxx
[CXX] sw/source/filter/ww8/ww8par4.cxx
[CXX] sw/source/filter/ww8/ww8par5.cxx
[CXX] sw/source/filter/ww8/ww8par6.cxx
{standard input}: Assembler messages:
{standard input}:72904: Warning: end of file not at end of a line; newline
inserted
{standard input}:73051: Error: unknown pseudo-op: `.cfi_startp'
g++: fatal error: Killed signal terminated program cc1plus
compilation terminated.
make[1]: ***
[/home/rafael/Programming/libreoffice/solenv/gbuild/LinkTarget.mk:337:
/home/rafael/Programming/libreoffice/workdir/CxxObject/sw/source/filter/ww8/docxattributeoutput.o]
Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [Makefile:299: build] Error 2
When the build process reaches sw/source/filter/ww8/ww8par6.cxx, my PC hangs
for a couple of minutes and when it returns, I get this crash.
Then if I simply type 'make' again, the build will continue from where it
stopped and go till the end with no further problems.
I have been having this problem since the first time I built LO in 2020.
I would like to know if it might be any problem with the file
sw/source/filter/ww8/ww8par6.cxx that is causing this error. Is someone else
being affected by this?
I am using Ubuntu 21.10 and I've had this issue since Ubuntu 20.04.
--
You are receiving this mail because:
You are the assignee for the bug.