Maybe as a clarification from my side: With "crash" I actually meant "VM hangs for more than half an hour". :-)<br>
<br>
Best,<br>
Christoph<br>
<br>
<font color="#808080">---<br>
</font><font color="#808080"><i>Sent from </i></font><font color="#808080"><i><a href="https://github.com/hpi-swa-lab/squeak-inbox-talk"><u><font color="#808080">Squeak Inbox Talk</font></u></a></i></font><br>
<br>
On 2022-02-07T12:19:56-08:00, eliot.miranda@gmail.com wrote:<br>
<br>
> Hi Jörg,<br>
> <br>
> On Thu, Feb 3, 2022 at 1:30 PM Jörg Belger <unique75 at web.de> wrote:<br>
> <br>
> > This leads to an image/VM crash too<br>
> ><br>
> >         | oc |<br>
> >         oc := OrderedCollection new.<br>
> >         400000000 timesRepeat: [oc add: Object new]<br>
> ><br>
> <br>
> This just worked for me in a 64-bit trunk (Spur) image.  When you say it<br>
> crashes what exact version of image and vm are you using and how does it<br>
> crash?<br>
> <br>
> ><br>
> > This here is working for me:<br>
> ><br>
> >         | oc |<br>
> >         oc := OrderedCollection new: 400000000.<br>
> >         400000000 timesRepeat: [oc add: Object new]<br>
> ><br>
> > This here is working too for me:<br>
> ><br>
> >         | oc |<br>
> >         oc := OrderedCollection new.<br>
> >         400000000 timesRepeat: [oc add: 1]<br>
> ><br>
> > It seems there is possibly a memory problem in the VM.<br>
> ><br>
> <br>
> _,,,^..^,,,_<br>
> best, Eliot<br>
> -------------- next part --------------<br>
> An HTML attachment was scrubbed...<br>
> URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20220207/a5a2af2d/attachment.html><br>
> <br>