<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p><br>
    </p>
    <br>
    <div class="moz-cite-prefix">On 01/29/2017 07:48 AM, Ben Coman
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAProBTnCFpnxJBGz5VV4yk7_+Zr1c7xxqN2HifEKB2KofhFYMA@mail.gmail.com"
      type="cite">
      <pre wrap=""> </pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <div dir="ltr"><br>
        <div class="gmail_extra"><br>
          <div class="gmail_quote">On Sun, Jan 29, 2017 at 7:02 PM,
            Levente Uzonyi <span dir="ltr"><<a
                moz-do-not-send="true"
                href="mailto:leves@caesar.elte.hu" target="_blank">leves@caesar.elte.hu</a>></span>
            wrote:<br>
            <blockquote class="gmail_quote" style="margin:0 0 0
              .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
              Hi Dan,<br>
              <br>
              The expected output is in the file you attached. There
              seem to be no active processes to run, so only the idle
              process is being executed:<br>
              <br>
              All Smalltalk process stacks (active first):<br>
              Process          0x1c9a9c8 priority 10<br>
                  0x7ffc012e81c0 M ProcessorScheduler
              class>idleProcess 0x15d2a30: a(n) ProcessorScheduler
              class<br>
                  0x7ffc012e8200 I [] in ProcessorScheduler
              class>startUp 0x15d2a30: a(n) ProcessorScheduler class<br>
                  0x7ffc012e8240 I [] in BlockClosure>newProcess
              0x1d1aa40: a(n) BlockClosure<br>
              <br>
              Most recent primitives<br>
              relinquishProcessorForMicrosec<wbr>onds:<br>
              relinquishProcessorForMicrosec<wbr>onds:<br>
              relinquishProcessorForMicrosec<wbr>onds:<br>
              relinquishProcessorForMicrosec<wbr>onds:<br>
              relinquishProcessorForMicrosec<wbr>onds:<br>
              relinquishProcessorForMicrosec<wbr>onds:<br>
              ...<br>
              <br>
              Among the suspended processes is the UI process, which is
              waiting on a Delay. So, there may be issues on the image
              side with Delays.<br>
              <br>
              Process          0x1c9a790 priority 40<br>
                  0x7ffc012e60d8 M [] in Delay>wait 0x1c9ab48: a(n)
              Delay<br>
                  0x7ffc012e6118 M BlockClosure>ifCurtailed:
              0x11b1228: a(n) BlockClosure<br>
                  0x7ffc012e6150 M Delay>wait 0x1c9ab48: a(n) Delay<br>
                  0x7ffc012e6190 M WorldState>doOneCycleFor:
              0x15cd6e0: a(n) WorldState<br>
            </blockquote>
            <div><br>
            </div>
            <div>So as part of exploring the problem, an awful hack
              would be deleting that #wait from #dowOneCycleFor:.   <br>
            </div>
          </div>
        </div>
      </div>
    </blockquote>
    <br>
    Hi Ben,<br>
    <br>
    I started the image by doing this, in effect:<br>
    <br>
    /home/dan/cuis/cogspur64/squeak
    /home/dan/cuis/Cuis-Smalltalk-Dev/a64.image > freeze.log
    2>&1<br>
    <br>
    After loading packages containing my code I deleted:<br>
    <br>
    (Delay for seconds: ... ) wait.<br>
    <br>
    and ran for a while, did the 'pkill -USR1 -n -x squeak'; <br>
    <br>
    ran some more until it froze, did another 'pkill'. <br>
    <br>
    The stdout looked like the other runs. There was no sign of stderr
    output.<br>
    <br>
     - Dan<br>
    <br>
    <blockquote
cite="mid:CAProBTnCFpnxJBGz5VV4yk7_+Zr1c7xxqN2HifEKB2KofhFYMA@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div class="gmail_extra">
          <div class="gmail_quote">
            <div><br>
            </div>
            <div>cheers -ben</div>
            <div> </div>
            <blockquote class="gmail_quote" style="margin:0 0 0
              .8ex;border-left:1px #ccc solid;padding-left:1ex">
                  0x7ffc012e61c8 M PasteUpMorph>doOneCycle 0x165f890:
              a(n) PasteUpMorph<br>
                  0x7ffc012e6200 M [] in ProjectX
              class>spawnNewMorphicProcessFo<wbr>r: 0x15d7900: a(n)
              ProjectX class<br>
                  0x7ffc012e6240 I [] in BlockClosure>newProcess
              0x1d1a940: a(n) BlockClosure<br>
              <br>
              I don't see any sign of stack overflow you mentioned.<span
                class="HOEnZb"><font color="#888888"><br>
                  <br>
                  Levente<br>
                </font></span></blockquote>
          </div>
          <br>
        </div>
      </div>
    </blockquote>
    <br>
  </body>
</html>