pharo-project / pharo-vm

This is the VM used by Pharo

Home Page:http://pharo.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quit VM when image version does not match -- perm space

guillep opened this issue · comments

Right now, it only prints a warning, but this means that in the bad case, it will crash with a memory corruption.

Maybe it needs to just hard quit early?

Originally posted by @guillep in #642 (comment)