[squeak-dev] Crash

christoph.thiede at student.hpi.uni-potsdam.de christoph.thiede at student.hpi.uni-potsdam.de
Mon Feb 7 21:02:23 UTC 2022


Maybe as a clarification from my side: With "crash" I actually meant "VM hangs for more than half an hour". :-)

Best,
Christoph

---
Sent from Squeak Inbox Talk

On 2022-02-07T12:19:56-08:00, eliot.miranda at gmail.com wrote:

> 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>
> 
> 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20220207/8f366a93/attachment.html>


More information about the Squeak-dev mailing list