From: Bart Trojanowski <bart-LIbhotJ4rFdeoWH0uzbU5w@public.gmane.org>
To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Avi Kivity <avi-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
Subject: [BUG] 2.6.23.1 host freezes when running kvm
Date: Fri, 19 Oct 2007 16:20:19 -0400 [thread overview]
Message-ID: <20071019202019.GW3962@jukie.net> (raw)
[-- Attachment #1: Type: text/plain, Size: 1847 bytes --]
I am running 2.6.23.1 with kvm built from that tree as a module. My
system is running Debian/testing on a Tyan board with two dual-core
Opteron 2216 processors; each socket has 4G of RAM. I have attached the
serial console dump including a bunch of output from SysRq (gzipped,
because it was 300k otherwise).
I have ran multiple passes of memtest, and I can build the kernel with
-j8, but when I run kvm the host freezes.
A bit about the system:
quark# cat /proc/version
Linux version 2.6.23.1 (root@quark) (gcc version 4.2.1 (Debian 4.2.1-4)) #5 SMP Fri Oct 19 14:10:30 EDT 2007
quark# kvm --help
QEMU PC emulator version 0.9.0, Copyright (c) 2003-2007 Fabrice Bellard
My kvm is started as follows; the guest is a 64bit version of RHEL5
(redhatized 2.6.18 kernel).
kvm -m 512 -vnc quark:12 -k en-us -usbdevice tablet -serial vc -k en-us -boot c -hda rhel5.img -net nic,vlan=0 -net user,vlan=0 -redir tcp:2222::22 -redir tcp:8080::8080 -redir udp:8080::8080
I added --no-acpi with no improvement.
I also tried running with taskset -c 0 with no improvement.
Once the system is booted, I attached using vnc, then I ssh in and ran
'svn update'... and the host machine froze.
The last messages I on my serial console are:
kvm: unhandled rdmsr: 0x417
kvm: unhandled rdmsr: 0xc0000400
kvm: unhandled rdmsr: 0xc0000401
kvm: unhandled rdmsr: 0xc0000402
kvm: unhandled rdmsr: 0xc0000403
kvm: unhandled rdmsr: 0xc0000404
kvm: unhandled rdmsr: 0xc0000405
kvm: unhandled rdmsr: 0xc0000406
kvm: unhandled rdmsr: 0xc0000407
And then freeze.
As this is pretty easy to reproduce, I am quite happy to run any patches
or configurations that people come up with :)
I noticed that linus merged a bunch of KVM changes last week. I will
try those out next.
Thanks in advance for looking at this.
-Bart
--
WebSig: http://www.jukie.net/~bart/sig/
[-- Attachment #2: system-info.gz --]
[-- Type: application/octet-stream, Size: 4813 bytes --]
[-- Attachment #3: serial-console-dump.gz --]
[-- Type: application/octet-stream, Size: 18825 bytes --]
[-- Attachment #4: config-2.6.23.1.gz --]
[-- Type: application/octet-stream, Size: 15441 bytes --]
[-- Attachment #5: Type: text/plain, Size: 314 bytes --]
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
[-- Attachment #6: Type: text/plain, Size: 186 bytes --]
_______________________________________________
kvm-devel mailing list
kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
https://lists.sourceforge.net/lists/listinfo/kvm-devel
next reply other threads:[~2007-10-19 20:20 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-10-19 20:20 Bart Trojanowski [this message]
2007-10-20 0:02 ` [BUG] 2.6.23.1 host freezes when running kvm Bart Trojanowski
[not found] ` <20071020000240.GX3962-LIbhotJ4rFdeoWH0uzbU5w@public.gmane.org>
2007-10-20 15:44 ` Bart Trojanowski
[not found] ` <20071020154445.GA5254-LIbhotJ4rFdeoWH0uzbU5w@public.gmane.org>
2007-10-21 11:22 ` Avi Kivity
[not found] ` <471B366B.7040706-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-10-22 13:28 ` Bart Trojanowski
[not found] ` <20071022132820.GA3962-LIbhotJ4rFdeoWH0uzbU5w@public.gmane.org>
2007-10-22 13:41 ` Avi Kivity
[not found] ` <471CA88B.7000706-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-10-23 13:54 ` Bart Trojanowski
[not found] ` <20071023135410.GF3962-LIbhotJ4rFdeoWH0uzbU5w@public.gmane.org>
2007-10-23 14:20 ` Avi Kivity
[not found] ` <471E033E.20701-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-11-02 17:19 ` Bart Trojanowski
[not found] ` <20071102171933.GE32719-LIbhotJ4rFdeoWH0uzbU5w@public.gmane.org>
2007-11-04 7:37 ` Avi Kivity
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=20071019202019.GW3962@jukie.net \
--to=bart-libhotj4rfdeowh0uzbu5w@public.gmane.org \
--cc=avi-atKUWr5tajBWk0Htik3J/w@public.gmane.org \
--cc=kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.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