Hi Cyril,��

The problem in the bootstrap is happening in Linux 32bits.��
I cannot say nothing about problems in 64bits.��
Try creating a bigger Eden, you should run��

Smalltalk vm parameterAt: 45 put: (Smalltalk vm parameterAt: 44) * 4

The changes are only effected in the next loading of the image, so you should do something like:��

./pharo "Pharo.image" eval --save "Smalltalk vm parameterAt: 45 put: (Smalltalk vm parameterAt: 44) * 4"

And then try to load the configuration.

Marcus,��
�� I am opening an issue for that.

Cheers,


On Fri, Feb 16, 2018 at 3:57 PM, Cyril Ferlicot <cyril.ferlicot@gmail.com> wrote:
On Fri, Feb 16, 2018 at 2:07 PM, tesonep@gmail.com <tesonep@gmail.com> wrote:
> Hi, I have already checked this error.
>
> The error is random in the development branch, although in my branch is
> happening always.
> I have detected that the problem is that the GC is corrupting the the
> objects when it has to enlarge the Eden.
>
> This problem also was detected some months ago by Pavel when he tried to
> load a big baseline (Seaside in that moment).
> I have solved it in a similar way, increasing the Eden size before loading
> BaselineOfIDE.
>
> Since this "hack" my branch is running normally (well... it has other
> problems with some tests... but that is expected).
> Maybe Clement can through more light to the matter.
>

Hi,

On what VM is this happening?

For linux 64bits vm I get a lot a random crash during configuration
loading. But these crash vanish when using the latest Pharo 70 vm for
linux 64bits.

> Cheers,
>
>
>
> --
> Pablo Tesone.
> tesonep@gmail.com



--
Cyril Ferlicot
https://ferlicot.fr

http://www.synectique.eu
2 rue Jacques Pr��vert 01,
59650 Villeneuve d'ascq France




--
Pablo Tesone.
tesonep@gmail.com