[Glass] instances not being garbage collected?

Johan Brichau johan at yesplan.be
Mon Jan 20 11:40:21 PST 2014


Hi,

My repository has a (large) number of objects that are no longer referenced from the persistent root but that are never garbage collected.

When I do:

	ClassXX allInstances

I get a number of instances but when I then do for an instance i:

	SystemRepository findReferencePathForObject: i

The answer is that there is no path (aka 'false' as the second element in the array that is returned).

Any ideas how I can investigate this?

thx
Johan


More information about the Glass mailing list