[Libreoffice-bugs] [Bug 129689] New: Crash in: libmergedlo.so launch libreoffice from a script FILEOPEN
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Sun Dec 29 16:26:35 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=129689
Bug ID: 129689
Summary: Crash in: libmergedlo.so launch libreoffice from a
script FILEOPEN
Product: LibreOffice
Version: 6.3.3.2 release
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Impress
Assignee: libreoffice-bugs at lists.freedesktop.org
Reporter: joona.tolonen at gmail.com
This bug was filed from the crash reporting server and is
br-a406f680-5f5e-45c8-adb0-ebeee19d51c5.
=========================================
Failed to start libreoffice from a script. Mainly Python (ver 3.5) but also
from bash.
- Used commands: os.system() and subprocess.run() where libreoffice were tried
to launch in headless, nologo, accept (URP) mode on a localhost (port 8100)
e.g.
os.system('/opt/libreoffice6.3/program/soffice --impress --headless --nologo
--accept="socket,host=localhost,port=8100;urp" &')
- libreoffice were called /usr/local/bin/libreoffice6.3. Also via
/opt/libreoffice6.3/program/soffice --impress
- Libreoffice were tried to open with a specific presentation (with --show
flag) and without a presentation as a parameter, both failed
All failed with segfault (ID#139)
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20191229/a814e084/attachment.htm>
More information about the Libreoffice-bugs
mailing list