<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Headless mode leaves zombie process"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=95843#c10">Comment # 10</a>
              on <a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Headless mode leaves zombie process"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=95843">bug 95843</a>
              from <span class="vcard"><a class="email" href="mailto:chris.sherlock79@gmail.com" title="Chris Sherlock <chris.sherlock79@gmail.com>"> <span class="fn">Chris Sherlock</span></a>
</span></b>
        <pre>Sorry, my bad. I wrote that last comment wrong: the parent process is forking
off child processes, then the child process is killed but the parent process is
not waiting on the child process. It has nothing to do with the parent process
dying or not... in fact, if the parent process dies then the OS should reparent
all the children to PID 1, and these zombie will eventually get reaped.</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>