-
Notifications
You must be signed in to change notification settings - Fork 22
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
Unreleased ref to pending_done in PendingCall #21
Comments
The problem is a bit more fundamental than that. After dc0127c, I only see the process keep one open FD For |
Yes, it fixes the problem |
One more question , when will be next release?
…On Sun, Sep 15, 2019 at 12:59 AM ldo ***@***.***> wrote:
Closed #21 <#21>.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#21?email_source=notifications&email_token=ABDWN32IFJLAQLTWMHLEH2DQJVNEFA5CNFSM4IVQ2KPKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOTUCRB7I#event-2634354941>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABDWN3Z2RZMXEPRYMRBGFY3QJVNEFANCNFSM4IVQ2KPA>
.
--
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
First of all thank you for sharing and maintaining this library.
I'm using dbussy to obtain login1.Manager Inhibit lock as follows:
Getting file descriptor from reply will return duplicated FD and closing returned FD will release Inhibit lock.
From documentations of dbus_message_iter_append_basic():
However original FD not closed since PendingCall.await_reply..pending_done not released.
python3 14154 root 7w FIFO 0,22 0t0 225 /run/systemd/inhibit/16.ref
python3 14154 root 8w FIFO 0,22 0t0 225 /run/systemd/inhibit/16.ref
Checking with gc return the following references:
Proposed fix:
The text was updated successfully, but these errors were encountered: