public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
From: Avi Kivity <avi@qumranet.com>
To: Martin Michlmayr <tbm@cyrius.com>
Cc: kvm@vger.kernel.org
Subject: Re: unhandled vm exit and machine locks up
Date: Thu, 12 Jun 2008 16:43:29 +0300	[thread overview]
Message-ID: <48512801.8030005@qumranet.com> (raw)
In-Reply-To: <20080611111859.GA2637@deprecation.cyrius.com>

Martin Michlmayr wrote:
> I was reading email in my kvm instance when suddenly it was terminated
> and my whole laptop locked-up hard.  I saw "unhandled vm exit:
> 0x80000021 vcpu_id0" and a bunch of register info that can be found at
> http://www.cyrius.com/tmp/kvm.jpg
>
> Does this give any information why kvm was terminated and my whole
> machine locked-up?
>
> I'm running 2.6.25 on x86_64 with kvm-intel and kvm version 60.  The
> CPU is Intel(R) Core(TM)2 Duo CPU U7600 @ 1.20GHz.  The kvm instance
> is a 32 bit x86 installation.  Both running Debian.
>
>   

It looks like host state leaked into the guest state.  The register 
state is consistent with a 64-bit guest, while you're running a 32-bit 
guest.  The guest EFER is still consistent with a 32-bit guest, which is 
why you got the abort.

Presumably some guest state also leaked into the host, which is why the 
host locked up.

Can you post your .config?  were you running more than one guest on the 
machine?  were you running a debugger concurrently?  anything else out 
of the ordinary?  do you recall the exact phase of the moon?

-- 
I have a truly marvellous patch that fixes the bug which this
signature is too narrow to contain.


  reply	other threads:[~2008-06-12 13:45 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-11 11:18 unhandled vm exit and machine locks up Martin Michlmayr
2008-06-12 13:43 ` Avi Kivity [this message]
2008-06-12 14:55   ` Martin Michlmayr

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=48512801.8030005@qumranet.com \
    --to=avi@qumranet.com \
    --cc=kvm@vger.kernel.org \
    --cc=tbm@cyrius.com \
    /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