<div id="__MailbirdStyleContent" style="font-size: 12pt;font-family: calibri;color: #000000">Hi, there.<div class="mb_sig"></div><div><br></div><div>There seems to be a bug in the VM that occurs when stepping over a call that is actually a regular object in a method dictionary.</div><div><br></div><div>The VM crashes in the primitive 76.</div><div><br></div><div>To reproduce the bug load the attached change set and run the following code to install the "fake" method:</div><div><br></div><div>Blubb methodDict at: #fake put: (BlubbMethod new original: (Blubb >> #original)).</div><div><br></div><div>Now do this in the workspace:</div><div><br></div><div><div><span style="font-size: 12pt;line-height: 1.5">self halt.</span></div><div>Blubb new fake.</div><div><br></div></div><div>Then "step over" a few times. The VM crashes. This is not a new bug. The VM crashes also in:</div><div><br></div><div>Squeak 4.6, VM 3397 (Cog V3)</div><div>Squeak 4.5, VM 2776 (Cog V3)</div><div>Squeak 4.3, VM Squeak 4.1.1 (no Cog, Stack VM)</div><div><br></div><div>In Squeak 4.4 (VM 2776, Cog V3), I get a "SmallInteger DNU 137504030". No VM crash. :)</div><div>In Squeak 3.8 (InterpreterVM?), I get a "Where is the jump??" error raised in MethodContext(InstructionStream) >> #skipBackBeforeJump. No VM crash. :)</div><div><br></div><div><span style="font-size: 12pt;line-height: 1.5">Best,</span></div><div>Marcel</div></div>