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

Hernán Morales Durand hernan.morales at gmail.com
Tue Nov 20 13:47:00 UTC 2018


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.

Cheers,

Hernán


More information about the Vm-dev mailing list