All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jeremy Fitzhardinge <jeremy@goop.org>
To: "Bryan D. Payne" <bryan@thepaynes.cc>
Cc: xen-devel@lists.xensource.com
Subject: Re: dom0 crash with unstable
Date: Wed, 30 Sep 2009 16:47:19 -0700	[thread overview]
Message-ID: <4AC3EE07.3010000@goop.org> (raw)
In-Reply-To: <64bddf0e0909301105l18c6a3f6ie59af261b1532fe2@mail.gmail.com>

On 09/30/09 11:05, Bryan D. Payne wrote:
> I'm trying to install Xen-unstable on a new machine.  At first boot,
> I'm getting a dom0 crash.  The crash output is shown below.  The
> complete console log is attached.
>
> (XEN) Std. Loglevel: All
> (XEN) Guest Loglevel: All
> (XEN) *** Serial input -> DOM0 (type 'CTRL-a' three times to switch input to Xe)
> (XEN) Freed 148kB init memory.
> mapping kernel into physical memory
> Xen: setup ISA identity maps
> (XEN) traps.c:466:d0 Unhandled invalid opcode fault/trap [#6] on VCPU 0 [ec=000]
> (XEN) domain_crash_sync called from entry.S
> (XEN) Domain 0 (vcpu#0) crashed on cpu#0:
> (XEN) ----[ Xen-3.5-unstable  x86_64  debug=y  Not tainted ]----
> (XEN) CPU:    0
> (XEN) RIP:    e033:[<ffffffff819067de>]
> (XEN) RFLAGS: 0000000000000212   EM: 1   CONTEXT: pv guest
> (XEN) rax: ffffffff865ce000   rbx: ffffffff81001000   rcx: 0000000000000006
> (XEN) rdx: 0000000000800000   rsi: 00000000deadbeef   rdi: 00000000deadbeef
> (XEN) rbp: ffffffff81807fa8   rsp: ffffffff81807f68   r8:  000000000000001d
> (XEN) r9:  ffffffff81807fd8   r10: 0000000006606000   r11: 00000000818ec000
> (XEN) r12: 0000000000000000   r13: 0000000000000000   r14: 0000000000000000
> (XEN) r15: 0000000000000000   cr0: 000000008005003b   cr4: 00000000000026f0
> (XEN) cr3: 0000000919001000   cr2: 0000000000000000
> (XEN) ds: 0000   es: 0000   fs: 0000   gs: 0000   ss: e02b   cs: e033
> (XEN) Guest stack trace from rsp=ffffffff81807f68:
> (XEN)    0000000000000006 00000000818ec000 ffffffff819067de 000000010000e030
> (XEN)    0000000000010012 ffffffff81807fa8 000000000000e02b ffffffff81906d64
> (XEN)    ffffffff81807ff8 ffffffff81906166 0000000000000000 0000000000000000
> (XEN)    0000000000000000 0000000000000000 0000000000000001 0000000000000000
> (XEN)    0000000000000000 0000000000000000 0000000000000000
> (XEN) Domain 0 crashed: rebooting machine in 5 seconds.
>
> I pulled from Xen unstable yesterday (bd376919f03a tip), and built it
> simply using "make world".  The machine has four Intel E5540
> processors and 36GB of RAM.  In the BIOS, I have VT-d disabled, and
> VT-x enabled.  Any suggestions on what steps I should take for
> debugging this problem and getting dom0 to boot?
>   

It looks like something has hit a BUG_ON.  The first step is to try to
identify which one:

$ gdb vmlinux
(gdb) x/i 0xffffffff819067de
(gdb) x/i 0xffffffff81906d64
(gdb) x/i 0xffffffff81906166

should give a first clue.

Thanks,
    J

  reply	other threads:[~2009-09-30 23:47 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-30 18:05 dom0 crash with unstable Bryan D. Payne
2009-09-30 23:47 ` Jeremy Fitzhardinge [this message]
2009-10-01 13:35   ` Bryan D. Payne
2009-10-01 21:01     ` Jeremy Fitzhardinge
2009-10-06 15:13       ` Bryan D. Payne
2009-10-06 16:31         ` Jeremy Fitzhardinge
2009-10-06 17:23           ` Bryan D. Payne
2009-10-06 17:54             ` Jeremy Fitzhardinge
2009-10-06 18:25               ` Bryan D. Payne
2009-10-06 18:56                 ` Jeremy Fitzhardinge
2009-10-06 19:02                   ` Bryan D. Payne
2009-10-06 19:37                     ` Jeremy Fitzhardinge
2009-10-07 11:47                       ` Jan Beulich
2009-10-07 19:09                         ` Jeremy Fitzhardinge

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=4AC3EE07.3010000@goop.org \
    --to=jeremy@goop.org \
    --cc=bryan@thepaynes.cc \
    --cc=xen-devel@lists.xensource.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.