Nov. 7, 2018
9:27 a.m.
Hi Alex, On Wed, 7 Nov 2018 at 10:16, Aliaksei Syrel <alex.syrel@gmail.com> wrote:
Hello,
When saving one of the latest pharo70 image I got an infinite recursion loop due to message not understood. Force closing it probably lead to image corruption and it became un-openable anymore. Any idea what is going on? It does not look like a unique case because there are a few pharo70 images that already died in front of me...
This looks like your image changes the definition of Number>>raisedToInteger: somewhere along the line. In the standard image it doesn't call #run:with:in:. HTH, Alistair