Are you aware of this one?

(in 2.1g)

bug.st:
DoesNotExist subclass: #TestClass
        instanceVariableNames: ''
        classVariableNames: ''
        poolDictionaries: ''
        category: ''
!

TestClass methodsFor: 'testing'!

myTest
        self printNl.
!
!

TestClass new myTest
!

[EMAIL PROTECTED] ~/smalltalk $ gst bug.st
"Global garbage collection... done"
"Global garbage collection... done, heap grown"
bug.st:16: Too many garbage collections, finalizers missed!
bug.st:16: This is a bug, please report.
"Scavenging... 19% reclaimed, done"
"Scavenging... 0% reclaimed, done"
"Global garbage collection... done, heap grown"
bug.st:16: Too many garbage collections, finalizers missed!
...
etc.

Regards,

Mike


_______________________________________________ help-smalltalk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-smalltalk

Reply via email to