<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 07/27/2017 22:43, Hermann Meyer
      wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:46386ced-9d82-2ef6-f728-d4a3dbded979@web.de">
      <blockquote type="cite" style="color: #000000;">Jack thread only
        connects with the actual client code through the process()
        callback.
        <br>
      </blockquote>
      <br>
      You need at least connect a shutdown callback
      <br>
      <br>
      void
      <br>
      jack_shutdown (void *arg)
      <br>
      {
      <br>
          // clean up your client
      <br>
          exit (1);
      <br>
      }
    </blockquote>
    <p><br>
    </p>
    <p><br>
    </p>
    <p>I do have shutdown callback. Instead of exit(1), I schedule a
      timer event and connect again.</p>
    <p>The major problem is why does the process get zombified in the
      first place.</p>
    <p><br>
    </p>
    <p>Yuri<br>
    </p>
  </body>
</html>