[Vm-dev] Segmentation fault in MSYS2 MinGW w64 build

Hernán Morales Durand hernan.morales at gmail.com
Wed Nov 21 06:11:09 UTC 2018


El mar., 20 nov. 2018 a las 11:11, Alistair Grant
(<akgrant0710 at gmail.com>) escribió:
>
>
> Hi Hernán,
>
>
> On Tue, 20 Nov 2018 at 14:47, Hernán Morales Durand
> <hernan.morales at gmail.com> wrote:
> >
> >
> > Hi guys,
> >
> > I manged to build the pharo.cog.spur VM in a MSYS2 MinGW w64 system. This means:
> >
> > cd build.win64x64/pharo.cog.spur/
> > ./mvm -d -- TOOLPREFIX=''
> >
> > and
> >
> > cd build.win64x64/pharo.cog.spur/
> > ./mvm -f -- TOOLPREFIX=''
> >
> > However the VM produces a segmentation fault on running an image.
> >
> > Before jumping into gdb, is there a way to clean everything produced
> > by mvm like a fresh cloned repository? I tried make clean but doesn't
> > remove any third-party libraries.
> >
> > Besides I would like to compare with the appveyor build.
>
> I use:
>
> git clean -fdX .
>
> You can do a test run with:
>
> git clean -fdXn .
>
> git clean --help
>
> is worth a read.
>

Thanks Alistair, that did it.

Cheers,

Hernán

> HTH,
> Alistair


More information about the Vm-dev mailing list