<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Zombie processes on Linux under docker focal image"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=142772">142772</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Zombie processes on Linux under docker focal image
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>LibreOffice
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>7.0.6.2 release
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>UNCONFIRMED
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>LibreOffice
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>libreoffice-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>dizzy.incster@gmail.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>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)</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>