[Libreoffice-bugs] [Bug 142772] New: Zombie processes on Linux under docker focal image
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Thu Jun 10 19:03:10 UTC 2021
https://bugs.documentfoundation.org/show_bug.cgi?id=142772
Bug ID: 142772
Summary: Zombie processes on Linux under docker focal image
Product: LibreOffice
Version: 7.0.6.2 release
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: LibreOffice
Assignee: libreoffice-bugs at lists.freedesktop.org
Reporter: dizzy.incster at gmail.com
Description:
Issue appears only with Docx/Doc documents when using Libre >= 7.0 (7.1,
7.2-pre).
After using libreoffice in headless mode for getting document content, the
following processes are not finished and continue lives as zombie:
gpg
gpgsm
gpgconf
Issue is not reproduced with libreoffice 6.4
Steps to Reproduce:
1. Create a docker container using focal image (i.e.
mcr.microsoft.com/dotnet/runtime:5.0-focal)
2. Install libreoffice and required components:
RUN apt-get update && \
apt-get install software-properties-common -y && \
apt-get update && \
apt-add-repository ppa:libreoffice/libreoffice-prereleases && \
apt-get install libreoffice -y && \
3. Run conversion of some Docx file:
RUN soffice --convert-to txt Document.docx --headless --nologo --norestore
--invisible --nofirststartwizard --view
Actual Results:
Processes are not exited:
gpg
gpgsm
gpgconf
Expected Results:
Processes are finished
Reproducible: Always
User Profile Reset: Yes
Additional Info:
LibreOffice 7.1.4.2 10(Build:2)
--
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/20210610/d5224f92/attachment.htm>
More information about the Libreoffice-bugs
mailing list