We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
may be related to #75
Sorry, something went wrong.
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.
Successfully merging a pull request may close this issue.
Consider the following script
one.py.txt
If this script is run, and the following loop is run in another (bash) window
resident memory seems to grow indefinitely. Not sure if this is a dasbus bug or a glib bug.
The text was updated successfully, but these errors were encountered: