[Bug 45084] winebus blocks startup for several seconds when HID devices are detected via udev

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Aug 22 14:59:07 CDT 2018


https://bugs.winehq.org/show_bug.cgi?id=45084

Zebediah Figura <z.figura12 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|winebus.sys                 |ntoskrnl

--- Comment #13 from Zebediah Figura <z.figura12 at gmail.com> ---
StartService() locks the service database, even for drivers (this can be tested
by introducing a delay into the test driver and then attempting to
asynchronously start the spooler while that's running).

However, ZwLoadDriver() should execute synchronously, and can be executed from
within DriverEntry() without deadlocks.

I don't know what the right way to solve this is.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list