http://bugs.winehq.org/show_bug.cgi?id=12761
Summary: net start spooler results in an infinite loop Product: Wine Version: 0.9.60 Platform: PC OS/Version: Linux Status: UNCONFIRMED Keywords: regression Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: thestig@google.com
This one feels like a bit of a heisenbug. To reproduce most reliably:
rm ~/.wine wineprefixcreate -w wine net start spooler
This command used to immediately return, but with the latest Wine, it busy waits instead. Git bisect says:
a0bbf8477cddff241064d54de44f24a515a8712f is first bad commit commit a0bbf8477cddff241064d54de44f24a515a8712f Author: Alexandre Julliard julliard@winehq.org Date: Wed Apr 16 12:38:41 2008 +0200
wine.inf: Use a proper services section to install services.