Bug with dbus_pending_call_steal_reply?

Lawrence D'Oliveiro ldo at geek-central.gen.nz
Fri Aug 18 02:56:34 UTC 2023


On Fri, 18 Aug 2023 05:10:17 +0300, bitfxed wrote:

> dbus[6959]: arguments to dbus_pending_call_steal_reply() were
> incorrect, assertion "pending->completed" failed ...

As the message says, you have to check the pending call has completed
before you can get the reply. You can’t “steal” something that’s not
there.


More information about the dbus mailing list