<html><body bgcolor="#FFFFFF"><div>Inline.&nbsp;</div><div><br>On Sep 12, 2011, at 10:00 PM, Overcomer Man &lt;<a href="mailto:overcomer.man@gmail.com">overcomer.man@gmail.com</a>&gt; wrote:<br><br></div><div></div><blockquote type="cite"><div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); ">&gt; Which image, VM, operating system did you use?&nbsp;</span><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); ">&nbsp;</span><div>
<span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); ">Cuis, Squeak 4.2 &nbsp;.exe, WinXP Pro</span></div></div></blockquote><div><br></div>Crap. Can't actually help with VM level stuff, as I don't presently have anything that runs Windows lying around.&nbsp;<div><br><div><blockquote type="cite"><div>
<div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); ">&gt; Did the method body contain quotes?</span></div><div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); ">Yes and I got errors as I was trying to manually add quotes to make size work.</span></div></div></blockquote><div><br></div><div>My guess is: you loaded an old system from Package Universes, which hasn't been maintained in forever, and the code you loaded from there had assumptions about the structure of the system which aren't valid anymore.&nbsp;</div><div><br></div><div>Unless I'm mixing up one problem you had with another.&nbsp;</div><div><br></div><div>To get the stack trace, you can easily use the halo. Do you know how to bring up the halo? It depends on OS, but on my Mac, I hold option and click. It's probably control or alt, more likely alt, with the Windows VM.</div><div><br></div><div>Anyway, if you pull the halo on the debugger, you should be able to click the wrench, which will give you an inspector that you can use to drill down into the actual stack trace.&nbsp;</div><div><br></div><div>Also, there's really no linguistic difference in stability. In general, Smalltalk apps tend to be a little more stable than stuff written at the low level, in the way that high level languages with garbage collection tend.&nbsp;</div><div><br></div><div>But if you're loading code which was written for a much older version, you'll run into a subset of the problems you'll have doing the same thing with an app written in C++.&nbsp;</div><div><br></div><div>Does this make sense?</div><br><blockquote type="cite"><div><div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); ">&gt; Where did you copy the&nbsp;method from?&nbsp;</span><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); ">What was the error you&nbsp;got?&nbsp;</span></div>
<div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); ">&gt; What were the subsequent errors you got from the workspace?<br></span><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); ">&gt; Can you copy the stack trace?<br>
&nbsp;Please explain how to copy the stack trace. &nbsp;Then I'll do it over, record and send these details.<br>&nbsp;<br>&gt; Your Smalltalk is as stable as a C application, because it is a C&nbsp;application. :)<br>&nbsp;No, the VM is a C application, the image is a Smalltalk application, right?</span></div>
<div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); ">&nbsp;</span></div><div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); ">Kirk</span></div>
<div></div><div></div><div></div>
</div></blockquote><blockquote type="cite"><div><span>_______________________________________________</span><br><span>Beginners mailing list</span><br><span><a href="mailto:Beginners@lists.squeakfoundation.org">Beginners@lists.squeakfoundation.org</a></span><br><span><a href="http://lists.squeakfoundation.org/mailman/listinfo/beginners">http://lists.squeakfoundation.org/mailman/listinfo/beginners</a></span><br></div></blockquote></div></div></body></html>