http://bugs.winehq.org/show_bug.cgi?id=58383
Bug ID: 58383 Summary: mmdevapi notify_thread busy waits when no midi driver can be loaded Product: Wine Version: 10.6 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: mmdevapi Assignee: wine-bugs@winehq.org Reporter: lojorix20@yandex.ru Distribution: ---
When wine is built without any audio driver besides pulse, any time a program loads mmdevapi since commit b002a3e8c90da36888dc7b60a20df805c8e0b4a7, notify thread pins one cpu.
http://bugs.winehq.org/show_bug.cgi?id=58383
--- Comment #1 from olegos2 lojorix20@yandex.ru --- One of the programs that can be used to reproduce is CPU-Z.
http://bugs.winehq.org/show_bug.cgi?id=58383
olegos2 lojorix20@yandex.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1| |b002a3e
http://bugs.winehq.org/show_bug.cgi?id=58383
olegos2 lojorix20@yandex.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1|b002a3e |b002a3e8c90da36888dc7b60a20 | |df805c8e0b4a7
http://bugs.winehq.org/show_bug.cgi?id=58383
olegos2 lojorix20@yandex.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression
http://bugs.winehq.org/show_bug.cgi?id=58383
--- Comment #2 from olegos2 lojorix20@yandex.ru --- Created attachment 78795 --> http://bugs.winehq.org/attachment.cgi?id=78795 POC patch
http://bugs.winehq.org/show_bug.cgi?id=58383
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, patch CC| |julliard@winehq.org URL| |https://www.cpuid.com/downl | |oads/cpu-z/cpu-z_2.15-en.ex | |e
--- Comment #3 from Ken Sharp imwellcushtymelike@gmail.com ---
mmdevapi: Move the DriverProc implementation to the common code.