Manuscript (Case [Issue]22547) Kernel - Creating a new class using `Class new superclass:` blocks the image in Pharo 7

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Manuscript (Case [Issue]22547) Kernel - Creating a new class using `Class new superclass:` blocks the image in Pharo 7

Pharo Issue Tracker
Manuscript Notification
avatar
Bug in Project:  Kernel: 1. Pharo Image  •  You are subscribed to this case
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 Priority: 5 – Fix If Time Status Status: Work Needed
Assigned To Assigned to: Everyone Milestone Milestone: Pharo7.0

Go to Case
No longer need updates? Unsubscribe from this case.

Don't want Manuscript notifications anymore? Update your preferences.

Manuscript

_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
https://lists.gforge.inria.fr/mailman/listinfo/pharo-bugtracker