--- Begin Message ---
> I hope to find the reason why this happens.
Good luck and, of course, if the problem goes away by using a custom
built debug build -- there's more fun in store trying to find out
if/what goes wrong with the optimizations used in the release build.
Turning off optimizations with -O0 could be a first step to verify if
release build C compiler optimizations are to blame.
Because the C compiler does optimize things and sometimes optimizes
things away that it should not.
Best Regards,
Milan Vavra
--
View this message in context:
http://forum.world.st/Re-Vm-dev-multiple-crashes-on-macOS-Sierra-tp4948481p4948486.html
Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
--- End Message ---