On Windows 10 with the Pharo 6 release and the latest vm [1] I get the following crash when attempting to save the image after doing some more intensive computations:
------------------------------------------------------------------------------------------
# Debug console
# To close: F2 -> 'debug options' -> 'show output console'
# To disable: F2 -> 'debug options' -> 'show console on errors'
LoadLibrary(SurfacePlugin) (998: Invalid access to memory location.
)
LoadLibrary(SurfacePlugin.dll) (998: Invalid access to memory location.
)
LoadLibrary(c:\pharo6\SurfacePlugin) (998: Invalid access to memory location.
)
LoadLibrary(c:\pharo6\SurfacePlugin.dll) (998: Invalid access to memory location.
)
LoadLibrary(SurfacePlugin) (998: Invalid access to memory location.
)
LoadLibrary(SurfacePlugin.dll) (998: Invalid access to memory location.
)
LoadLibrary(c:\pharo6\SurfacePlugin) (998: Invalid access to memory location.
)
LoadLibrary(c:\pharo6\SurfacePlugin.dll) (998: Invalid access to memory location.
)
LoadLibrary(SurfacePlugin) (998: Invalid access to memory location.
)
LoadLibrary(SurfacePlugin.dll) (998: Invalid access to memory location.
)
LoadLibrary(c:\pharo6\SurfacePlugin) (998: Invalid access to memory location.
)
LoadLibrary(c:\pharo6\SurfacePlugin.dll) (998: Invalid access to memory location.
)
------------------------------------------------------------------------------------------
The image take around 600MB before the crash but that is expected.
I've seen that this error was appearing before in the past.