-
Notifications
You must be signed in to change notification settings - Fork 163
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
pkmon: GTask finalized without ever returning (using g_task_return_*()) #709
Comments
Still getting these, making
@tintou: can you please take a look ? |
I've looked at it and is not really a big issue per-se (other than producing a verbose message) but requires a bit refactoring |
sidt4
added a commit
to sidt4/PackageKit
that referenced
this issue
May 19, 2024
Fixes 'GTask finalized without ever returning (using g_task_return_*())' warning message while running `pkmon` and gives the proper output. This was caused because `PkClientState` was finalized incorrectly, causing the state's gtask object to be finalized causing the warning. Fixes: PackageKit#709
sidt4
added a commit
to sidt4/PackageKit
that referenced
this issue
May 19, 2024
Fixes the following warning message while running 'pkmon' and gives the proper output. "GTask finalized without ever returning (using g_task_return_*())" This was caused because 'PkClientState' was finalized incorrectly, causing the state's 'GTask' object to be finalized before expected, causing the warning. Fixes: PackageKit#709
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: