Hi,

there is a strange array of size 1024 in the Pharo image that is not eaten
by garbage collector even if no object points to it. I guess it is related
to Spur.

((Array allInstances select: [ :i | i size = 1024 ])
  select: [ :a | a second = SmallInteger  ]) pointersTo

What is it and is it accessible somehow?

Cheers,
-- Pavel

Reply via email to