<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 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:.   </div><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>