dasbus
                                
                                
                                
                                    dasbus copied to clipboard
                            
                            
                            
                        Probable memory leak in dasbus server handler
Consider the following script one.py.txt
If this script is run, and the following loop is run in another (bash) window
while busctl --user call com.carnegierobotics.test /com/carnegierobotics/test com.carnegierobotics.dasbus.test One; do echo "DONE"; done
resident memory seems to grow indefinitely. Not sure if this is a dasbus bug or a glib bug.
may be related to https://github.com/rhinstaller/dasbus/discussions/75
investigating glib as a source of this problem https://gitlab.gnome.org/GNOME/glib/-/merge_requests/2478
if that ends up getting merged to glib, i'll close this issue
Thanks for the investigation!
#81 resolves the leak that is testable in the one.py script included here. The upstream glib investigation ended up being a red herring.