|
Hm,
I don't know what exactly happens. It seems this behavior started with Pharo 50574. Since that image version, the UUIDGenerator will be reset on startup. Maybe the initialization of the uuidgenerator (or the random seed) will access the filesystem and at this step the file system initialization traps into an infinit loop. What I don't understand is, why this only happens when the image was saved on a windows platform and reopened on a unix platform. Maybe, saving the image (or the shutDownList) does not fully cleanup the platform settings. Please open a bug entry.
|