Re: Dbus is getting hung at some point
Thiago Macieira <[email protected]>
| Newsgroups | gmane.comp.freedesktop.dbus |
|---|---|
| Message-ID | <2755171.6okWgU9UnR@tjmaciei-mobl1> |
On Sunday, 3 January 2021 02:40:06 -03 divya ramani wrote: > Then after around 30mins or less, all the gpv requests/ dbus calls fails > and every component becomes unresponsive. None of this proves that they are bug-free. I ask again: what evidence do you have that says the bug is in the daemon or in the library? Also note Lawrence's reply about threading. libdbus-1 is not very good at threading. You should isolate ALL D-Bus activity in a single thread, the same thread, including the polling for new messages.