[squeak-dev] Crash

Eliot Miranda eliot.miranda at gmail.com
Mon Feb 7 20:19:56 UTC 2022


Hi Jörg,

On Thu, Feb 3, 2022 at 1:30 PM Jörg Belger <unique75 at web.de> wrote:

> This leads to an image/VM crash too
>
>         | oc |
>         oc := OrderedCollection new.
>         400000000 timesRepeat: [oc add: Object new]
>

This just worked for me in a 64-bit trunk (Spur) image.  When you say it
crashes what exact version of image and vm are you using and how does it
crash?

>
> This here is working for me:
>
>         | oc |
>         oc := OrderedCollection new: 400000000.
>         400000000 timesRepeat: [oc add: Object new]
>
> This here is working too for me:
>
>         | oc |
>         oc := OrderedCollection new.
>         400000000 timesRepeat: [oc add: 1]
>
> It seems there is possibly a memory problem in the VM.
>

_,,,^..^,,,_
best, Eliot
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20220207/a5a2af2d/attachment.html>


More information about the Squeak-dev mailing list