hughsie / libgusb

GUsb is a GObject wrapper for libusb1
GNU Lesser General Public License v2.1
25 stars 21 forks source link

Do not call the hotplug callback with the mutex held #84

Closed hughsie closed 2 years ago

hughsie commented 2 years ago

This fixes a regression introduced in 0ff5cca6 which causes a rare deadlock in fwupd.

hughsie commented 2 years ago

We can't risk regressions moving to GSource -- so just look again at the original issue with the threading.