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 946973 - [WHQL][netkvm]Job Mini6RSSSendRecv(MultiGroup Win8+) failed while running the guest with smp=8
Summary: [WHQL][netkvm]Job Mini6RSSSendRecv(MultiGroup Win8+) failed while running th...
Keywords:
Status: CLOSED DUPLICATE of bug 960844
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: virtio-win
Version: 6.5
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: rc
: ---
Assignee: Dmitry Fleytman
QA Contact: Virtualization Bugs
URL:
Whiteboard:
Depends On: 867314
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-04-01 05:52 UTC by Min Deng
Modified: 2014-07-11 06:28 UTC (History)
8 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-08-20 06:33:38 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
screenshot (52.97 KB, image/png)
2013-04-01 05:52 UTC, Min Deng
no flags Details
rtl8139 (5.28 MB, application/octet-stream)
2013-04-23 05:11 UTC, Min Deng
no flags Details

Description Min Deng 2013-04-01 05:52:35 UTC
Created attachment 730191 [details]
screenshot

Description of problem:
Job Mini6RSSSendRecv(MultiGroup Win8+) failed while running  the guest with smp=8.

Version-Release number of selected component (if applicable):
virtio-win-prewhql-stratchbuild

How reproducible:
2 times

Steps to Reproduce:
1.boot up guest with 
  /usr/libexec/qemu-kvm -m 6G -smp 2 -cpu cpu64-rhel6,+x2apic -usbdevice tablet -drive file=win2012-nic2.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:14:51:26:34:14,bus=pci.0,addr=0x4,id=virtio-net-pci0 -netdev tap,sndbuf=0,id=hostnet2,script=/etc/qemu-ifup,downscript=no -device e1000,netdev=hostnet2,mac=00:37:36:26:42:31,bus=pci.0,addr=0x6 -uuid 456660dd-7775-49c6-a9eb-ed728dc7255a -no-kvm-pit-reinjection -chardev socket,id=111a,path=/tmp/monitor-win2012-nic2,server,nowait -mon chardev=111a,mode=readline -vnc :2 -rtc base=localtime,clock=host,driftfix=slew -global PIIX4_PM.disable_s3=0 -global PIIX4_PM.disable_s4=0
2.submit the job.
  
Actual results:
The job always failed

Expected results:
The job can pass.

Additional info:

Comment 5 Dmitry Fleytman 2013-04-04 08:15:13 UTC
Hello,

This looks like a test suite configuration issue because the error message on a screenshot means that server cannot talk to client via control connection.
Do other tests pass on the same setup?

Also, could you please attach corresponding HCK logs?

Thanks.

Comment 6 Min Deng 2013-04-11 02:53:45 UTC
(In reply to comment #5)
> Hello,
> 
> This looks like a test suite configuration issue because the error message
> on a screenshot means that server cannot talk to client via control
> connection.
> Do other tests pass on the same setup?
> 
> Also, could you please attach corresponding HCK logs?
> 
> Thanks.

Hi Dmitry,
   I setup an new test env but the job failed finally,and I also hit the issue described in screenshot.QE upload the hck files to the bug.Any issues please let me know.
Best regards
Min.

Comment 7 Min Deng 2013-04-11 02:55:18 UTC
Created attachment 733969 [details]
hck-log

Comment 10 Min Deng 2013-04-23 05:11:02 UTC
Created attachment 738822 [details]
rtl8139

Comment 13 Dmitry Fleytman 2013-04-25 08:13:18 UTC
The issue happened due crash happened on support machine.
The crash is the same as BZ#867314

Comment 14 Dmitry Fleytman 2013-05-16 06:09:05 UTC
Please retest with build virtio-win-prewhql-0.1-61 and attach the crash dump of the support machine if BSOD appears again.

Thanks,
Dmitry

Comment 16 lijin 2013-07-09 03:38:28 UTC
win2012 guest hit the same issue on ovs,I will upload the dump file later.

following is the related qemu command line:
N_REPEAT=1 ;
while true;
do date;
sleep 2;
echo "test round: $N_REPEAT" ;
N_REPEAT=$(($N_REPEAT+1)) &&
/usr/libexec/qemu-kvm \
-m 4G \
-smp 2,cores=2 \
-cpu cpu64-rhel6,+x2apic,+sep \
-usb \
-device usb-tablet \
-drive file=win2012-nic2.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/ovs0-ifup,downscript=/etc/ovs0-ifdown \
-device virtio-net-pci,netdev=hostnet0,mac=00:14:20:14:11:42,bus=pci.0,addr=0x4,id=virtio-net-pci0 \
-netdev tap,sndbuf=0,id=hostnet2,script=/etc/ovs1-ifup,downscript=/etc/ovs1-ifdown \
-device e1000,netdev=hostnet2,mac=00:20:20:24:10:20,bus=pci.0,addr=0x6 \
-uuid ca548449-8a31-43c4-b195-303deec14a68 \
-no-kvm-pit-reinjection \
-chardev socket,id=111a,path=/tmp/monitor-win2012-65-nic2,server,nowait \
-mon chardev=111a,mode=readline \
-vnc :2 \
-vga cirrus \
-name win2012-nic2-65-HCK \
-rtc base=localtime,clock=host,driftfix=slew \
-global PIIX4_PM.disable_s3=0 \
-global PIIX4_PM.disable_s4=0 \
-monitor stdio
done

Comment 18 Dmitry Fleytman 2013-08-20 06:33:38 UTC

*** This bug has been marked as a duplicate of bug 960844 ***


Note You need to log in before you can comment on or make changes to this bug.