From: Jeremy Fitzhardinge <jeremy@goop.org>
To: "Bryan D. Payne" <bryan@thepaynes.cc>
Cc: xen-devel@lists.xensource.com, Keir Fraser <keir.fraser@eu.citrix.com>
Subject: Re: dom0 crash with unstable
Date: Tue, 06 Oct 2009 11:56:05 -0700 [thread overview]
Message-ID: <4ACB92C5.4010204@goop.org> (raw)
In-Reply-To: <64bddf0e0910061125n51ffa964s3c589d1d59621fe5@mail.gmail.com>
On 10/06/09 11:25, Bryan D. Payne wrote:
> (gdb) x/i 0xffffffff8100930a
> 0xffffffff8100930a <hypercall_page+778>: add %al,(%rax)
>
778/32 = hypercall 24 = vcpuop. Probably idling.
> (gdb) x/i 0xffffffff811fea48
> 0xffffffff811fea48 <delay_tsc+62>:
> cmpq $0x0,0x632538(%rip) # 0xffffffff81830f88 <pv_cpu_ops+264>
>
That's almost certainly a kernel panic of some kind. Working out where
it came from will be rather tedious: you need to look through the stack
dump to find code-ish looking addresses then x/i them (they'll be the
same basic format as 0xffffffff8xxxxxxx).
(I really need to work out why they tend not to get printed.)
>> What happens if you boot dom0 with fewer cpus?
>>
> I tried adding "maxcpus=1" to the linux kernel line in grub. I used
> this in conjunction with the "dom0_mem=2G" option for xen. Dom0 still
> crashes the same as without the maxcpus option.
>
> Just for kicks, I tried a few other options...
>
> * setting mem=4G with dom0_mem=2G seemed still resulted in random dom0 crashing
> * setting noapic resulted in a consistent crash within Xen:
>
> (XEN) ----[ Xen-3.5-unstable x86_64 debug=y Not tainted ]----
> (XEN) CPU: 0
> (XEN) RIP: e008:[<ffff82c48014fe29>] add_pin_to_irq+0x24/0xcc
> (XEN) RFLAGS: 0000000000010296 CONTEXT: hypervisor
>
That shouldn't happen. Sounds like it might be fall-out from the recent
interrupt changes in Xen. Did you supply "noapic" to Xen, dom0 or both?
J
next prev parent reply other threads:[~2009-10-06 18:56 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
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 [this message]
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=4ACB92C5.4010204@goop.org \
--to=jeremy@goop.org \
--cc=bryan@thepaynes.cc \
--cc=keir.fraser@eu.citrix.com \
--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.