|
Executed in the latest Pharo 7 image (Pharo-7.0.0+alpha.build.1310.sha.a454977bb3d55bc4fcca3a57ac2fafcf137c0f30 (64 Bit)) the code below blocks the image (test with both latest and stable vm on MacOs HighSierra). The vm does not crash but gets into a "Not Responding" state and does not get out:
Class new superclass: GLMTransmission.
Seems that the problem was introduced in https://github.com/pharo-project/pharo/pull/1618.
One can use `basicSuperclass:` instead of `superclass:` or `newAnonymousSubclass` as alternatives. Still it's unexpected that calling `superclass:` blocks the image.
|
|
|
Priority: 5 – Fix If Time
|
|
Status: Work Needed
|
|
Assigned to: Everyone
|
|
Milestone: Pharo7.0
|
Go to Case
|
|