Description of problem: The NIC failed 2008R2 Reinstall with IO testing Version-Release number of selected component (if applicable): xenpv-win-64-bit-1.0.90-2.el5.noarch.rpm How reproducible: always Steps to Reproduce: 1.Configure WHQL and do NIC 2008R2 Reinstall with IO testing 2.The test run to the specific step and the windows becomes no response. 3. Actual results: Expected results: Additional info:
Created attachment 363125 [details] Reinstall with IO_NIC
*** Bug 532866 has been marked as a duplicate of this bug. ***
This can also be reproduced with this script on dom0 #! /bin/sh dom=${1-'Vista-32'} if test $# -gt 1; then shift else set type=netfront # also fails with ioemu done while sleep 3; do for i in `xm network-list $dom | awk '/^[0-9]/ {print $1}' `; do xm network-detach $dom $i done sleep 3 # also fails with type=ioemu xm network-attach $dom "$@" done
This is indeed the same as bug 526393, just triggered by the backend rather than the frontend.
WHQL test passes with git master.
It is still possible to get access violation exceptions (in the form of bugchecks like SYSTEM_SERVICE_EXCEPTION or PAGE_FAULT_IN_NONPAGED_AREA) with uninstall+reinstall sequences, unlike disable+enable, just not 100% as before
*** Bug 566786 has been marked as a duplicate of this bug. ***
The blue screens (which were due to dom0 corrupting the guest's memory) are fixed (see bug 526410). There are still failures in this test though.
This request was evaluated by Red Hat Product Management for inclusion in the current release of Red Hat Enterprise Linux. Because the affected component is not scheduled to be updated in the current release, Red Hat is unfortunately unable to address this request at this time. Red Hat invites you to ask your support representative to propose this request, if appropriate and relevant, in the next release of Red Hat Enterprise Linux.
I see in http://mirrorglass.englab.nay.redhat.com:8080/XWiki/bin/view/Main/WHQL%20Test%20Result that this failed only on W2K8R2. This is different from the previous test run, where it failed on all machines. Can you please attach the .wtl log (or if applicable screenshots of a hang) so that I can analyze the failure?
It's ASSIGNED because it fails for me, strangely enough. :( But I think we can set it as CLOSED/CURRENTRELEASE, yes.
Verified it with xenpv-win-1.3.0. Set it as Closed/CurrentRelease according to #13&14