Skip to content
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

xb-silo: Cancel the GFileMonitor before unreffing it #83

Merged
merged 1 commit into from
Jan 25, 2021

Commits on Jan 25, 2021

  1. xb-silo: Cancel the GFileMonitor before unreffing it

    GFileMonitors currently need to be explicitly cancelled when they are
    unreffed, otherwise they can deadlock due to the GLib-internal worker
    thread also holding a strong reference to the monitor.
    
    For full details, see: https://gitlab.gnome.org/GNOME/glib/-/issues/1941
    
    Closes hughsie#59
    iainlane committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    fe2c95f View commit details
    Browse the repository at this point in the history