Replies: 1 comment 4 replies
-
Hi, I've never seen such an error. Here is a series of some thoughts of mine and questions:
To be continued... |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Greetings. I recently started getting the
org.freedesktop.DBus.LimitsExceeded
error in my applications logs after hours of running, effectively halting all dbus communication. Prior to this, everything dbus related in my application seemed to be working exactly as expected. The only semi-recent change related to my sdbus-c++ code was to upgrade to 2.0.0 (I'm using Yocto to build for my ARM target). E.g., replacingprocessPendingRequest()
withprocessPendingEvent()
.I looked into increasing dbus'
max_replies_per_connection
limit to see if that makes a difference but feel like that would only delay the problem if replies really aren't getting processed. Other than tweaking dbus settings, I'm not really sure how to go about tracking down this issue. Any recommendations?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions