Re: Bug with dbus_pending_call_steal_reply?
Lawrence D'Oliveiro <ldo-kC51rjc0cqs1dNLGKZg6taU/[email protected]> Fri, 18 Aug 2023 14:56:34 +1200
| Newsgroups | gmane.comp.freedesktop.dbus |
|---|---|
| Organization | Geek Central |
| Message-ID | <[email protected]> |
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.