https://bugs.documentfoundation.org/show_bug.cgi?id=165884
Bug ID: 165884
Summary: Lots of error messages when started from a terminal
Product: LibreOffice
Version: 25.8.0.0 alpha0+
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Writer
Assignee: [email protected]
Reporter: [email protected]
In 2020 there was the similar bug report #135630 about lots of error messages
when LO Writer is started from a terminal. This bug report related to version
6.0.7.3 and the thread starter did not supply requested data for the actual
branch, which was 6.4.5 at that time.
Today I started LibreOffice Writer from a terminal and supplied it with one or
more files to open. It happened with
Version: 25.8.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 4957d832c76598e78a57324dad5b4de7345a33e2
CPU threads: 8; OS: Linux 6.8; UI render: default; VCL: gtk3
Locale: de-DE (de_DE.UTF-8); UI: de-DE
Calc: threaded
which is a quite actual one.
Try something like
libreofficedev25.8 --writer <path to some odt-file>
in a terminal. I got the messages
warn:configmgr:15861:15861:configmgr/source/xcuparser.cxx:156: bad set node
<prop> member in
"file:///home/verwalter/.config/libreofficedev/4/user/uno_packages/cache/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/lu98707h7ds.tmp/addon.xcu"
What the hell is the cache part good for? If there is something wrong in it:
Can I delete it without doing harm to my installation?
After some more lines I see lots of repeated warnings like these
warn:legacy.osl:15861:15861:sw/source/uibase/app/docstyle.cxx:1333: Collection
missing!
warn:legacy.osl:15861:15861:sw/source/uibase/app/docstyle.cxx:1327:
SwCharFormat missing!
...
warn:legacy.osl:15861:15861:sw/source/core/unocore/unobkm.cxx:157:
CreateXBookmark: no MarkBase?
warn:xmloff:15861:15861:xmloff/source/text/XMLTextFrameHyperlinkContext.cxx:79:
unknown attribute http://www.w3.org/1999/xlink xlink:type value=simple
warn:legacy.osl:15861:15861:sw/source/core/unocore/unobkm.cxx:157:
CreateXBookmark: no MarkBase?
...
warn:sal.osl:15861:15861:sal/osl/unx/module.cxx:100:
dlopen(/opt/libreofficedev25.8/program/libjava_gcc3.so, 257):
/opt/libreofficedev25.8/program/libjava_gcc3.so: Kann die Shared-Object-Datei
nicht öffnen: Datei oder Verzeichnis nicht gefunden
warn:sal.osl:15861:15861:sal/osl/unx/module.cxx:100:
dlopen(/opt/libreofficedev25.8/program/libgcc3_java.so, 257):
/opt/libreofficedev25.8/program/libgcc3_java.so: Kann die Shared-Object-Datei
nicht öffnen: Datei oder Verzeichnis nicht gefunden
warn:legacy.tools:15861:15861:sfx2/source/control/bindings.cxx:1761: No cache
for OfficeDispatch!
warn:vcl.layout:15861:15861:vcl/source/window/dockwin.cxx:1054: DockingWindow
has become non-layout because extra children have been added directly to it.
warn:linguistic:15861:16247:linguistic/source/gciterator.cxx:685: !!
Grammarchecker failed to provide end of sentence !!
warn:legacy.osl:15861:15861:sw/source/core/layout/flowfrm.cxx:2719:
<SwFlowFrame::MoveBwd(..)> - layout loop control for layout action <Move
Backward> applied!
warn:legacy.osl:15861:15861:sw/source/core/layout/flowfrm.cxx:2719:
<SwFlowFrame::MoveBwd(..)> - layout loop control for layout action <Move
Backward> applied!
warn:legacy.osl:15861:15861:sw/source/core/layout/flowfrm.cxx:2719:
<SwFlowFrame::MoveBwd(..)> - layout loop control for layout action <Move
Backward> applied!
warn:legacy.osl:15861:15861:sw/source/core/layout/flowfrm.cxx:2719:
<SwFlowFrame::MoveBwd(..)> - layout loop control for layout action <Move
Backward> applied!
warn:legacy.osl:15861:15861:sw/source/core/layout/flowfrm.cxx:2719:
<SwFlowFrame::MoveBwd(..)> - layout loop control for layout action <Move
Backward> applied!
warn:sw.layout:15861:15861:sw/source/core/layout/wsfrm.cxx:3179: footnote frame
on different page than ref frame?
warn:legacy.osl:15861:15861:sw/source/core/layout/flowfrm.cxx:2719:
<SwFlowFrame::MoveBwd(..)> - layout loop control for layout action <Move
Backward> applied!
warn:legacy.osl:15861:15861:sw/source/core/text/frmform.cxx:1464:
SwTextFrame::FormatLine: line height is zero
warn:legacy.osl:15861:15861:sw/source/core/layout/flowfrm.cxx:2719:
<SwFlowFrame::MoveBwd(..)> - layout loop control for layout action <Move
Backward> applied!
warn:legacy.osl:15861:15861:sw/source/core/layout/flowfrm.cxx:2719:
<SwFlowFrame::MoveBwd(..)> - layout loop control for layout action <Move
Backward> applied!
warn:legacy.osl:15861:15861:sw/source/core/layout/flowfrm.cxx:2719:
<SwFlowFrame::MoveBwd(..)> - layout loop control for layout action <Move
Backward> applied!
warn:legacy.osl:15861:15861:sw/source/core/layout/flowfrm.cxx:2719:
<SwFlowFrame::MoveBwd(..)> - layout loop control for layout action <Move
Backward> applied!
warn:legacy.osl:15861:15861:sw/source/core/text/porfly.cxx:54:
SwFlyPortion::Format
If these are all just errors caused by a cache that has gotten out of order and
I can simply delete it, I would like to try again and report on the results.
Otherwise you could easily start libreofficedev25.8 --writer <path to some
odt-file> from a command line and observe the messages appearing on the screen.
--
You are receiving this mail because:
You are the assignee for the bug.