<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Hi!<br>
      On 03/14/2013 02:18 PM, skyman wrote:<br>
    </div>
    <blockquote
      cite="mid:4618e4db.21a02.13d690cf003.Coremail.cloudzen@163.com"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=ISO-8859-1">
      <div
        style="line-height:1.7;color:#000000;font-size:14px;font-family:arial">Hi
        all,
        <div>I encounter this problem: erlang:halt() cannot terminate
          the Erlang VM. Then I user "kill -USR1 erlpid" to kill the <span
            style="line-height: 1.7;">Erlang VM process, and get an
            Erlang crash dump, it </span>indicates that there are some <span
            style="line-height: 1.7;">"Scheduled" </span><span
            style="line-height: 1.7;">processes.</span></div>
        <div><span style="line-height: 1.7;">I want to know </span> under
          what cases erlang:halt() cannot terminate the Erlang VM, for
          example, existing <span style="line-height: 1.7;"> </span><span
            style="line-height: 1.7;">"Scheduled" </span><span
            style="line-height: 1.7;">processes?</span></div>
        <div><span style="line-height: 1.7;">Thanks in advance!</span></div>
      </div>
      <br>
    </blockquote>
    What version of OTP are you using and on what platform? Erlang:halt
    only stops for flushing I/O of stdin/stdout. That has changed
    slightly in later releases. Is pending I/O something that could be
    the cause in your case?<br>
    <blockquote
      cite="mid:4618e4db.21a02.13d690cf003.Coremail.cloudzen@163.com"
      type="cite"><br>
      <span title="neteasefooter"><span id="netease_mail_footer"></span></span>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
erlang-questions mailing list
<a class="moz-txt-link-abbreviated" href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a>
<a class="moz-txt-link-freetext" href="http://erlang.org/mailman/listinfo/erlang-questions">http://erlang.org/mailman/listinfo/erlang-questions</a>
</pre>
    </blockquote>
    Cheers,<br>
    /Patrik<br>
  </body>
</html>