-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
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
Memory leak in server #83
Comments
@sattlma I can confirm that the above problem exists, but it doesn't appear on all systems. The above test code doesn't leak on Ubuntu 16.04 or Devuan ASCII (x86 architecture + python3 + default system packages and pydbus installed from pip3) but it does occur (and leaks very badly) on an arm64 embedded system running Alpine 3.8. |
@sattlma I've been digging further on this. I've also reproduced the issue on Alpine v3.8 on x86_64. The leak disappears if py3-gobject3 is downgraded to v3.24.1. If py3-gobject3 is v3.25.1 or later, the leak appears. Unfortunately, there are no releases between these two releases (https://pygobject.readthedocs.io/en/latest/changelog.html). |
- Fixes glib interoperability with pygobject - Can cause trouble in future - See: LEW21/pydbus#83 - See: https://gitlab.gnome.org/GNOME/pygobject/issues/307
- Fixes glib interoperability with pygobject - Can cause trouble in future - See: LEW21/pydbus#83 - See: https://gitlab.gnome.org/GNOME/pygobject/issues/307
Hi,
when I start the a simple pair of client and server application, the used memory of the server application is rising quickly. The example is derived from the supplied "clientserver" example.
The test() method on the com.test service is called by the client via D-Bus repeatedly.
memtest.zip
Greetings,
Matthias
The text was updated successfully, but these errors were encountered: