Is there something fundamentally wrong with what I am doing, or is this a bug?<div><br></div><div>1. Set up a new category &#39;AB-Test&#39; </div><div><br></div><div>2. Subclass RectangleMorph, and add an instance variable &#39;textReporter&#39;   </div>
<div><br></div><div><div>RectangleMorph subclass: #AbRectangleMorph</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>instanceVariableNames: &#39;textReporterThing&#39;</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>classVariableNames: &#39;&#39;</div>
<div><span class="Apple-tab-span" style="white-space:pre">        </span>poolDictionaries: &#39;&#39;</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>category: &#39;AB-Test&#39;</div></div><div> </div><div>
3. Create an initialization method in the new class...</div><div><div><br></div><div>initialize</div><div><span class="Apple-tab-span" style="white-space:pre">        </span></div><div>textReporterThing := TextMorph new.</div><div>
textReporterThing := self bounds asString.</div></div><div><br></div><div>4. Create a new instance and openInWorld</div><div><br></div><div>Everything stops responding! I can still close without saving - from the menu - but all UI stuff stops.  Pressing Apple . doesn&#39;t produce a break.</div>
<div><br></div><div>System is OSX 10.6</div><div><div>PharoCore1.0rc1</div><div>Latest update: #10505</div><div><br></div><div><br></div><div>Cheers</div><div>Andy</div></div><div><br></div><div><br></div>