Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.

Bug 977708

Summary: [WHQL][netkvm]Job named 1c_Mini6Send failed on win8-32 guest with BSOD
Product: Red Hat Enterprise Linux 6 Reporter: Min Deng <mdeng>
Component: virtio-winAssignee: Yvugenfi <yvugenfi>
Status: CLOSED CANTFIX QA Contact: Virtualization Bugs <virt-bugs>
Severity: medium Docs Contact:
Priority: medium    
Version: 6.5CC: acathrow, bcao, bsarathy, dfleytma, juzhang, lijin, mdeng, michen, qzhang, virt-bugs, yhindin
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-08-26 12:43:03 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1181249    

Description Min Deng 2013-06-25 07:52:28 UTC
Description of problem:
Job named 1c_Mini6Send failed on win8-32 guest.

Version-Release number of selected component (if applicable):
build 65

How reproducible:


Steps to Reproduce:
1.boot up guest 
  /usr/libexec/qemu-kvm -m 6G -smp 8,cores=8 -cpu cpu64-rhel6,+x2apic,+sep -usb -device usb-tablet -drive file=win8-32-nic1.raw,if=none,id=drive-ide0-0-0,werror=stop,rerror=stop,cache=none -device ide-drive,bus=ide.0,unit=0,drive=drive-ide0-0-0,id=ide0-0-0 -netdev tap,sndbuf=0,id=hostnet0,vhost=on,script=/etc/qemu-ifup-private,downscript=no -device virtio-net-pci,netdev=hostnet0,mac=00:22:47:15:23:42,bus=pci.0,addr=0x4,id=virtio-net-pci0 -netdev tap,sndbuf=0,id=hostnet2,script=/etc/qemu-ifup0,downscript=no -device e1000,netdev=hostnet2,mac=00:32:58:14:3c:20,bus=pci.0,addr=0x6 -uuid 3b278c23-cb8b-4ba1-93af-a8c4f9a24037 -no-kvm-pit-reinjection -chardev socket,id=111a,path=/tmp/monitor-win8-32-64-nic1,server,nowait -mon chardev=111a,mode=readline -vnc :1 -vga cirrus -name win8-32-nic1-64-HCK -rtc base=localtime,clock=host,driftfix=slew -global PIIX4_PM.disable_s3=0 -global PIIX4_PM.disable_s4=0 -monitor stdio
2.submit the job 


Actual results:
The job failed due to BSOD

Expected results:
The job can pass

Additional info:
Will upload dump files and analysis later

Comment 5 Yvugenfi@redhat.com 2013-06-30 11:20:05 UTC
Thanks for the dumps!

But I think that we have at least another two bugs opened for minisend test. I propose to unite them and indicated effected guests.


Thanks,
Yan.

Comment 9 Dmitry Fleytman 2013-08-20 06:43:04 UTC
*** Bug 982149 has been marked as a duplicate of this bug. ***

Comment 10 Dmitry Fleytman 2013-08-20 06:45:00 UTC
The same BSOD happens on Windows Server 2012 guest with OVS networking.

Comment 13 Min Deng 2013-08-22 03:12:47 UTC
Hi Dmitry,

   QE re-tested the bug on build 67 and the job named 1c_Mini6Send passed.We change new image and qemu-kvm&kernel&seabios&vgabios&spice-server on host at time time.
********************************************************
kernel-2.6.32-413.el6.x86_64.rpm
kernel-firmware-2.6.32-413.el6.noarch.rpm
qemu-img-rhev-0.12.1.2-2.397.el6.x86_64.rpm
qemu-kvm-rhev-0.12.1.2-2.397.el6.x86_64.rpm
qemu-kvm-rhev-debuginfo-0.12.1.2-2.397.el6.x86_64.rpm
qemu-kvm-rhev-tools-0.12.1.2-2.397.el6.x86_64.rpm
seabios-0.6.1.2-28.el6.x86_64.rpm
spice-server-0.12.4-2.el6.x86_64.rpm
vgabios-0.6b-3.7.el6.noarch.rpm
*******************************************************
  Actually,the job passed three times.However,the guest got an BSOD at the second time but the job passed eventually.I meant it was shown as pass in HCK.
  From my perspective,maybe the BSOD occurred after the job finished so it didn't affect the result itself,but I'm not very sure.Re-run the job,it still can pass but the guest didn't get BSOD.
  I will upload the dump and hck to the bug after a while.Any issues please let me know.Thanks.

Best Regards,
Min

Comment 15 Mike Cao 2013-08-22 05:18:51 UTC
(In reply to dengmin from comment #13)
> Hi Dmitry,
> 
>    QE re-tested the bug on build 67 and the job named 1c_Mini6Send passed.We
> change new image and qemu-kvm&kernel&seabios&vgabios&spice-server on host at
> time time.
> ********************************************************
> kernel-2.6.32-413.el6.x86_64.rpm
> kernel-firmware-2.6.32-413.el6.noarch.rpm
> qemu-img-rhev-0.12.1.2-2.397.el6.x86_64.rpm
> qemu-kvm-rhev-0.12.1.2-2.397.el6.x86_64.rpm
> qemu-kvm-rhev-debuginfo-0.12.1.2-2.397.el6.x86_64.rpm
> qemu-kvm-rhev-tools-0.12.1.2-2.397.el6.x86_64.rpm
> seabios-0.6.1.2-28.el6.x86_64.rpm
> spice-server-0.12.4-2.el6.x86_64.rpm
> vgabios-0.6b-3.7.el6.noarch.rpm
> *******************************************************
>   Actually,the job passed three times.However,the guest got an BSOD at the
> second time but the job passed eventually.I meant it was shown as pass in
> HCK.
>   From my perspective,maybe the BSOD occurred after the job finished so it
> didn't affect the result itself,but I'm not very sure.Re-run the job,it
> still can pass but the guest didn't get BSOD.
>   I will upload the dump and hck to the bug after a while.Any issues please
> let me know.Thanks.
> 
> Best Regards,
> Min

Pls upload commandline next time ,and pls retest this issue with -cpu 8 -m 6G for SUT 

Mike

Comment 20 Dmitry Fleytman 2013-08-24 08:07:13 UTC
This is a Microsoft bug covered by manual errata 3162.

Comment 21 Mike Cao 2013-08-25 14:33:21 UTC
(In reply to Dmitry Fleytman from comment #20)
> This is a Microsoft bug covered by manual errata 3162.

Could you help to add a comments about MSFT Email on this errata in this bug ?

Comment 23 Yvugenfi@redhat.com 2015-02-02 13:29:01 UTC
*** Bug 1181249 has been marked as a duplicate of this bug. ***