[Gambas-user] App keeps running after closing since Gambas 3.17.2

Benoit Minisini benoit.minisini at gambas-basic.org
Wed May 25 16:15:23 CEST 2022


Le 25/05/2022 à 15:54, bb a écrit :
>>
>> Maybe I should add a debugging option to see what prevents the event
>> loop from terminating (a watched file descriptor, a tray icon, a
>> process, a window...).
>>
> I think that would be really helpful. However, it would need to be more
> descriptive than the "circular dependencies" error message.
> ( I have one situation where a dbus connection does not "clean itself
> up" for some time after the main application that creates multiple
> background dbus tasks.)
> b
> 

The interpreter does not know which objects indirectly reference each other.

It knows what it is waiting for in the event loop, but it does not know, 
for example, which code is watching a file descriptor.

Regards,

-- 
Benoît Minisini.


More information about the User mailing list