<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <font face="Georgia">Well, it will happen if you add something to a
      list that's already there. Try this:<br>
      <br>
      | list link |<br>
      list := LinkedList new.<br>
      link := Link new.<br>
      list add: link.<br>
      list add: link.<br>
      link explore.<br>
      <br>
      So if you send #resume to a process with priority less than the
      active process, it might happen. Or if you try to suspend the
      active process, but it's already on a suspended list.<br>
      <br>
      Cheers,<br>
      Bob<br>
      <br>
    </font>
    <div class="moz-cite-prefix">On 12/5/12 3:19 PM, Chris Muller wrote:<br>
    </div>
    <blockquote
cite="mid:CANzdToHJLYyXGcvpZyaa0WsfL04sKz8L4shbuZ8t_umx+J1RGw@mail.gmail.com"
      type="cite">
      <pre wrap="">I hope someone in the VM community will weigh in; is it valid to
create a cycle in the linked-list of one Process?</pre>
    </blockquote>
    <br>
  </body>
</html>