<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">2016-12-05 15:25 GMT+01:00 Denis Kudriashov <span dir="ltr"><<a href="mailto:dionisiydk@gmail.com" target="_blank">dionisiydk@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr">I found automated way how to check problem:<div><br></div><div><div>p := [ Object basicSize ] fork.</div><div>p suspend.</div><div><br></div><div>3 timesRepeat: [p step: p suspendedContext].</div><div>newContext := p completeStep: p suspendedContext.</div><div>newContext selector. "=> doesNotUnderstand:"</div><div>newContext arguments first selector == 0</div></div></div></blockquote></div><br>And arguments of DNU message argument is also very strange:</div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div class="gmail_extra">newContext arguments first arguments "an Array(0 Context>>jump)"</div></blockquote><div class="gmail_extra"> </div></div>