littlesmalltalk icon indicating copy to clipboard operation
littlesmalltalk copied to clipboard

Compiling failure

Open SamSandq opened this issue 2 years ago • 0 comments

The following method fails to be filed in and compiled:

!Object a ^self !

It results in a host of lookupMethod:167 looking up #new: in class Undefined. lookupMethod:167 looking up #new: in class Object. ...

errors and ends with

gcollect:330 insufficient memory after garbage collection when allocating object of size 19!

Methods b or c do the same, but not methods beginning with d onwards. Seems like method names beginning with a, b, or c can be affected, but not other letters; not verified completely.

SamSandq avatar Jan 23 '23 16:01 SamSandq