<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi Eliot,<br>
    <br>
    <div class="moz-cite-prefix">Am 24.04.14 20:32, schrieb Eliot
      Miranda:<br>
    </div>
    <blockquote
cite="mid:CAC20JE3vF7h9pkTK8Vf=jEZvVmg8NSfx+NnwFOtzc3BtdDFOsw@mail.gmail.com"
      type="cite">
      <pre wrap=""> </pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <div dir="ltr">Hi Andreas,
        <div><br>
        </div>
        <div>    I just read the OpenSolaris sigaction manual page and
          it has the expected semantics with SA_RESETHAND; i.e. one does
          /not/ have to do anything special to avoid having to reset the
          handler.  So I wonder whether ioInitHeartbeat is even being
          called.  You might check.  It ends with a call of
          setIntervalTimer(beatMilliseconds) which should set the
          heartbeat itimer going.</div>
      </div>
      <div class="gmail_extra"><br>
      </div>
    </blockquote>
    I checked it. ioInitHeartbeat is being called. In fact
    setIntervalTimer(2) is being called periodically. I don't have an
    idea why setitimer doesn't fire SIGALRM.<br>
    It is initialized correctly. The man page state that SIGALRM should
    be fired after the expiration time.<br>
    <br>
    Best regards,<br>
    Andreas<br>
  </body>
</html>