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

Alistair Grant akgrant0710 at gmail.com
Tue Nov 20 14:10:56 UTC 2018


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.

HTH,
Alistair


More information about the Vm-dev mailing list