<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Yeaaaahhhh… an effort in reproducing :-)<div class="">Thanks :-)</div><div class=""><div><br class=""><blockquote type="cite" class=""><div class="">Am 06.02.2022 um 19:33 schrieb Thiede, Christoph <<a href="mailto:Christoph.Thiede@student.hpi.uni-potsdam.de" class="">Christoph.Thiede@student.hpi.uni-potsdam.de</a>>:</div><br class="Apple-interchange-newline"><div class=""><meta charset="UTF-8" class=""><div dir="ltr" style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><div id="x_divtagdefaultwrapper" dir="ltr" style="font-size: 12pt; font-family: Calibri, Helvetica, sans-serif;" class=""><div style="margin-top: 0px; margin-bottom: 0px;" class="">Reproduced on Windows 21H1/OSVM <span class="">202112201228.</span></div><div style="margin-top: 0px; margin-bottom: 0px;" class=""><span class=""><br class=""></span></div><div style="margin-top: 0px; margin-bottom: 0px;" class=""><span class="">Best,</span></div><div style="margin-top: 0px; margin-bottom: 0px;" class=""><span class="">Christoph</span></div></div><hr tabindex="-1" style="display: inline-block; width: 980.96875px;" class=""><div id="x_divRplyFwdMsg" dir="ltr" class=""><font face="Calibri, sans-serif" style="font-size: 11pt;" class=""><b class="">Von:</b><span class="Apple-converted-space"> </span>Squeak-dev <<a href="mailto:squeak-dev-bounces@lists.squeakfoundation.org" class="">squeak-dev-bounces@lists.squeakfoundation.org</a>> im Auftrag von Jörg Belger <<a href="mailto:unique75@web.de" class="">unique75@web.de</a>><br class=""><b class="">Gesendet:</b><span class="Apple-converted-space"> </span>Donnerstag, 3. Februar 2022 22:30:49<br class=""><b class="">An:</b><span class="Apple-converted-space"> </span>The general-purpose Squeak developers list<br class=""><b class="">Betreff:</b><span class="Apple-converted-space"> </span>[squeak-dev] Crash</font><div class=""> </div></div></div><font size="2" style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><span style="font-size: 10pt;" class=""><div class="PlainText">This leads to an image/VM crash too<br class=""><br class="">        | oc |<br class="">        oc := OrderedCollection new.<br class="">        400000000 timesRepeat: [oc add: Object new]<br class=""><br class="">This here is working for me:<br class=""><br class="">        | oc |<br class="">        oc := OrderedCollection new: 400000000.<br class="">        400000000 timesRepeat: [oc add: Object new]<br class=""><br class="">This here is working too for me:<br class=""><br class="">        | oc |<br class="">        oc := OrderedCollection new.<br class="">        400000000 timesRepeat: [oc add: 1]<br class=""><br class="">It seems there is possibly a memory problem in the VM.</div></span></font></div></blockquote></div><br class=""></div></body></html>