[Gambas-user] How to interpret the "circular references" message?

Benoît Minisini gambas at ...1...
Sun Aug 18 18:20:30 CEST 2013


Le 13/08/2013 10:46, Tobias Boege a écrit :
> On Tue, 13 Aug 2013, Beno?t Minisini wrote:
>> Le 06/08/2013 13:32, Tobias Boege a ?crit :
>>> Hi,
>>>
>>> I have got some circular references in my project which I want to get rid
>>> of. Actually I haven't really got an idea of where the cause could lie so I
>>> wonder if there is anything useful in the message from Gambas.
>>>
>>> My questions are: What does the order of the classes signify? What are these
>>> numbers before each class?
>>>
>>> Regards,
>>> Tobi
>>>
>>
>> The order means nothing. The number is the number of objects allocated
>> for each class.
>>
>
> OK, so this is not _that_ useful. Anyways, I fixed it by the good old
> looking-again-at-the-sources trick.
>
> Regards,
> Tobi
>

It can help you by telling you which classes have objects that were not 
freed, so you have a little clue about where to start investigating...

-- 
Benoît Minisini




More information about the User mailing list