From: bugzilla-daemon@bugzilla.kernel.org
To: kvm@vger.kernel.org
Subject: [Bug 86161] New: PROBLEM: On KVM, Window 7 32bit guests sometimes run into blue screen(0x0000005c) during reboot
Date: Mon, 13 Oct 2014 02:14:32 +0000 [thread overview]
Message-ID: <bug-86161-28872@https.bugzilla.kernel.org/> (raw)
https://bugzilla.kernel.org/show_bug.cgi?id=86161
Bug ID: 86161
Summary: PROBLEM: On KVM, Window 7 32bit guests sometimes run
into blue screen(0x0000005c) during reboot
Product: Virtualization
Version: unspecified
Kernel Version: 3.10.0 and newer
Hardware: x86-64
OS: Linux
Tree: Mainline
Status: NEW
Severity: high
Priority: P1
Component: kvm
Assignee: virtualization_kvm@kernel-bugs.osdl.org
Reporter: ngugc@qq.com
Regression: No
Created attachment 153371
--> https://bugzilla.kernel.org/attachment.cgi?id=153371&action=edit
The blue screen snapshot
When running Windows 7 32bit guests on qemu-kvm, sometimes the guests run into
blue screen during reboot(Windows' reboot instead of qemu's).
Blue screen stop code:
0x0000005c(0x0000010b,0x00000003,0x00000000,0x00000000)
Once the error happens to a guest, use qemu 'system_reset' command to restart
it, the error can be reproduced.
Unfortunately, there is neither mini dump nor memory dump, only the above stop
code.
Kernel versions:
I have tested 3.10.0, 3.10.32, 3.10.57, 3.14.21. All of them are affected.
3.9.11 and 3.8.13 are not affected.
I guest the bug is introduced in 3.10.0, and exists in all 3.10 and newer
versions.
Guest OS:
Currently only Windows 7 32bit is affected.
Windows xp 32bit and Windows 7 64 bit are not affected.
Host CPU:
Intel(R) Xeon(R) CPU E5-2620 v2
Host OS:
CentOS 6.5
Recreate steps:
This error can not be recreated every reboot.
With below scenario, it can be recreated within 30 minutes:
* Prepare a Windows 7 32bit image as base image. Put below content into a batch
file(like auto_restart.bat):
shutdown /r /t 60
and put the batch file into the Windows startup folder, or anywhere so long
as it will be called after system startup.
This will make the Windows guests automatically restart after system startup
in 60 seconds.
* And create 30 child images as below:
qemu-img create -f qcow2 -o backing_file=win7_base,size=20G inst1.img
* Run all the guests:
nohup /usr/bin/qemu-system-x86_64 -name inst1 -machine
pc-i440fx-1.5,accel=kvm,usb=off -m 1024 -smp 1,sockets=1,cores=1,threads=1
-drive file=inst1.img,if=none,id=drive-ide0-0-0,format=qcow2,cache=writeback
-device ide-hd,bus=ide.0,unit=0,drive=drive-ide0-0-0,id=ide0-0-0,bootindex=1
-vnc 0.0.0.0:6100 -vga qxl -global qxl-vga.ram_size=67108864 -global
qxl-vga.vram_size=67108864 -chardev
socket,id=charmonitor,path=/var/lib/libvirt/qemu/inst1.monitor,server,nowait
-mon chardev=charmonitor,id=monitor,mode=readline -device
piix3-usb-uhci,id=usb,bus=pci.0,addr=0x1.0x2 -device usb-tablet,id=input0 2>&1
> /tmp/inst.out &
Remember to change the vnc port for each guest.
* After 30 minutes, check all the guests with vnc client, you will find some of
the guests have run into blue screen.
--
You are receiving this mail because:
You are watching the assignee of the bug.
next reply other threads:[~2014-10-13 2:14 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-13 2:14 bugzilla-daemon [this message]
2014-10-13 7:48 ` [Bug 86161] New: PROBLEM: On KVM, Window 7 32bit guests sometimes run into blue screen(0x0000005c) during reboot Nadav Amit
2014-10-14 4:45 ` Paolo Bonzini
2014-10-13 9:03 ` [Bug 86161] PROBLEM: On KVM, Windows " bugzilla-daemon
2014-10-13 15:52 ` bugzilla-daemon
2014-10-13 15:58 ` bugzilla-daemon
2014-10-13 16:36 ` Nadav Amit
2014-10-16 7:56 ` [Bug 86161] " bugzilla-daemon
2015-03-11 11:15 ` bugzilla-daemon
2015-03-11 11:15 ` bugzilla-daemon
2016-04-05 9:55 ` bugzilla-daemon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=bug-86161-28872@https.bugzilla.kernel.org/ \
--to=bugzilla-daemon@bugzilla.kernel.org \
--cc=kvm@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).