<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - fork() is not async-signal-safe"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=86604#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - fork() is not async-signal-safe"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=86604">bug 86604</a>
              from <span class="vcard"><a class="email" href="mailto:zbyszek@in.waw.pl" title="Zbigniew Jedrzejewski-Szmek <zbyszek@in.waw.pl>"> <span class="fn">Zbigniew Jedrzejewski-Szmek</span></a>
</span></b>
        <pre>Bugger. The signal handler calls fork twice. Second time to launch a shell, we
could use posix_spawn here. But the first time it forks to kill itself and dump
core. posix_spawn does not really work for that case.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>