<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Dec 6, 2015 at 9:26 AM, Eliot Miranda <span dir="ltr">&lt;<a href="mailto:eliot.miranda@gmail.com" target="_blank">eliot.miranda@gmail.com</a>&gt;</span> wrote:<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="auto"><div>Hi Colin,</div><div><br></div><div>    AFAIA the Spur VM does provide image segment <span style="background-color:rgba(255,255,255,0)">support</span> ;-).  If the system is crashing there&#39;s a bug.  But the image segment support does differ somewhat from the previous version since Sour does not support stable object enumeration and so relies on the segment load prim answering an array of the loaded objects and the image level code using this to post process the loaded objs rather than nextObject.  There were a raft of changes about a month ago that made the image segment tests run successfully.  Can you say more about what&#39;s broken?</div></div></blockquote><div><br></div><div>The crash occurs when saving a project. I don&#39;t know what the issue is, but there&#39;s a reproducible case here:</div><div><br></div></div></div><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><div class="gmail_extra"><div class="gmail_quote"><div><a href="http://squeakvm.org/~lewis/tmp/crash-image.zip" target="_blank">http://squeakvm.org/~lewis/tmp/crash-image.zip</a></div></div></div></blockquote><div class="gmail_extra"><div class="gmail_quote"><div><br></div><div>(Thanks to David for rescuing my overly large attachment!)</div><div><br></div><div><br></div><div>In an apparently separate issue, when loading a project, I get an error, &#39;Segment has not been becommed into the loaded objects&#39;, raised by ImageSegment&gt;&gt;checkAndReportLoadError. The segment inst var is still an instance of WordArrayForSegment, rather than an Array, so it appears the primitive failed.</div><div><br></div><div>Colin</div></div></div></div>