https://bugs.winehq.org/show_bug.cgi?id=42185
Bug ID: 42185 Summary: rasapi32:rasapi causes the 64 bit Windows 8 to freeze Product: Wine-Testbot Version: unspecified Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: unknown Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com Distribution: ---
The rasapi32:rasapi test causes the w864 to freeze if it is configured for VNC access:
<graphics type='vnc' port='-1' autoport='yes'/>
The workaround is to configure it for Spice access:
<graphics type='spice' autoport='yes'/>
Notes: * In both cases it does not matter if a client is connected to the VM or not (usually no client is connected while the tests are running). * Strangely enough the 32 bit Windows 8 VM (wtbw8) is not impacted: it is still configured for VNC but is able to run all the Wine tests, including rasapi32:rasapi (13 tests executed, 0 failures). * Both the 32 and 64 bit rasapi32:rasapi must be causing a crash since there was no test results for either bitness before the VM configuration was changed to Spice.
Todo: 1) Report this QEMU issue if it has not been reported yet. 2) Check whether it also happens on my TestBot rig. 3) Narrow down which part of rasapi32:rasapi causes the freeze. 4) Record the relevant QEMU bug(s) here so we can keep track of them.