<div dir="ltr"><div>Hi all,</div><div>while running a debug squeak.cog.spur macos x64, I noticed repeated logs in console:<br></div><div><br></div><div>> (((usqInt)sourceIndex)) < endOfSource 2132</div><div><br></div><div>This corresponds to failing assert: in BitBltSimulation slang</div><div><br></div><div>    srcLongAt: idx<br>            <inline: #always><br>               self assert: idx asUnsignedInteger < endOfSource.<br>          ^self long32At: idx</div><div><br></div><div>Maybe it's a well known bug, but it's easy to trigger if you are after it:</div><div>Open Squeak5.1-16548-64bit.image (I took that of nsboot while testing failing Newspeak bootstrap <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/blob/Cog/tests/newspeakBootstrap.sh">https://github.com/OpenSmalltalk/opensmalltalk-vm/blob/Cog/tests/newspeakBootstrap.sh</a>)</div><div>Open TestRunner and run all tests...</div><div><br></div></div>