<div dir="ltr">Hi.<div><br></div><div>I found reproducible problem with forwardBecome. It exists on Pharo and Squeak. For Pharo we get issue <a href="https://pharo.fogbugz.com/f/cases/17536/VM-Crash-when-adding-an-iVar-to-a-subclass-of-SystemAnnouncement">17536</a>.</div><div><br></div><div>Try to execute following script:</div><div><br></div><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><div><span style="color:rgb(74,74,74);font-family:&#39;Helvetica Neue&#39;,Helvetica,Arial,sans-serif;font-size:14px;line-height:19px">obj1 := </span><a href="mailto:20@10" rel="nofollow" style="color:rgb(57,102,142);text-decoration:none;outline:none;font-family:&#39;Helvetica Neue&#39;,Helvetica,Arial,sans-serif;font-size:14px;line-height:19px">20@10</a><span style="color:rgb(74,74,74);font-family:&#39;Helvetica Neue&#39;,Helvetica,Arial,sans-serif;font-size:14px;line-height:19px">.</span></div><div><span style="color:rgb(74,74,74);font-family:&#39;Helvetica Neue&#39;,Helvetica,Arial,sans-serif;font-size:14px;line-height:19px">obj2 := </span><a href="mailto:50@30" rel="nofollow" style="color:rgb(57,102,142);text-decoration:none;outline:none;font-family:&#39;Helvetica Neue&#39;,Helvetica,Arial,sans-serif;font-size:14px;line-height:19px">50@30</a><span style="color:rgb(74,74,74);font-family:&#39;Helvetica Neue&#39;,Helvetica,Arial,sans-serif;font-size:14px;line-height:19px">.</span></div><div><br style="color:rgb(74,74,74);font-family:&#39;Helvetica Neue&#39;,Helvetica,Arial,sans-serif;font-size:14px;line-height:19px"></div><div><span style="color:rgb(74,74,74);font-family:&#39;Helvetica Neue&#39;,Helvetica,Arial,sans-serif;font-size:14px;line-height:19px">weak := WeakValueAssociation new.</span></div><div><span style="color:rgb(74,74,74);font-family:&#39;Helvetica Neue&#39;,Helvetica,Arial,sans-serif;font-size:14px;line-height:19px">weak key: obj1.. </span></div><div><br style="color:rgb(74,74,74);font-family:&#39;Helvetica Neue&#39;,Helvetica,Arial,sans-serif;font-size:14px;line-height:19px"></div><div><span style="color:rgb(74,74,74);font-family:&#39;Helvetica Neue&#39;,Helvetica,Arial,sans-serif;font-size:14px;line-height:19px">obj1 becomeForward: obj2.</span></div><div><span style="color:rgb(74,74,74);font-family:&#39;Helvetica Neue&#39;,Helvetica,Arial,sans-serif;font-size:14px;line-height:19px">Smalltalk garbageCollect.</span></div><div><span style="color:rgb(74,74,74);font-family:&#39;Helvetica Neue&#39;,Helvetica,Arial,sans-serif;font-size:14px;line-height:19px">weak key class. &quot;-&gt; SmallInteger. If you try to print &#39;weak key&#39; image will crash&quot;</span></div></blockquote><div><br></div><div><br></div><div><font color="#4a4a4a" face="Helvetica Neue, Helvetica, Arial, sans-serif"><span style="font-size:14px;line-height:19px">Lines with become and garbage collection should be executed together. Instead anything is working correctly. So it is somehow related to stack state.</span></font><br style="margin-bottom:0px;color:rgb(74,74,74);font-family:&#39;Helvetica Neue&#39;,Helvetica,Arial,sans-serif;font-size:14px;line-height:19px"></div><div><span style="color:rgb(74,74,74);font-family:&#39;Helvetica Neue&#39;,Helvetica,Arial,sans-serif;font-size:14px;line-height:19px"><br></span></div><div><span style="color:rgb(74,74,74);font-family:&#39;Helvetica Neue&#39;,Helvetica,Arial,sans-serif;font-size:14px;line-height:19px">Interesting that WeakArray is working correctly. Try script with</span></div><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><div><span style="color:rgb(74,74,74);font-family:&#39;Helvetica Neue&#39;,Helvetica,Arial,sans-serif;font-size:14px;line-height:19px">weak := WeakArray new: 1. </span></div><div><span style="color:rgb(74,74,74);font-family:&#39;Helvetica Neue&#39;,Helvetica,Arial,sans-serif;font-size:14px;line-height:19px">weak at: 1 put: obj1.</span></div><div><span style="color:rgb(74,74,74);font-family:&#39;Helvetica Neue&#39;,Helvetica,Arial,sans-serif;font-size:14px;line-height:19px"><br></span></div></blockquote><font color="#4a4a4a" face="Helvetica Neue, Helvetica, Arial, sans-serif"><span style="font-size:14px;line-height:19px">Best regards,</span></font><div><font color="#4a4a4a" face="Helvetica Neue, Helvetica, Arial, sans-serif"><span style="font-size:14px;line-height:19px">Denis</span></font></div></div>