All of lore.kernel.org
 help / color / mirror / Atom feed
From: Killian De Volder <killian.de.volder@scarlet.be>
To: "xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com>
Subject: Re: Crashing DomU
Date: Wed, 11 Nov 2009 09:08:57 +0100	[thread overview]
Message-ID: <4AFA7119.4090108@scarlet.be> (raw)
In-Reply-To: <4AF9E19C.2060900@scarlet.be>


[-- Attachment #1.1: Type: text/plain, Size: 3419 bytes --]

After removing some things from my .config (of witch PCI support) xen 
now seems to boot.
> Good day,
>
> I'm experiencing a crashing domU kernel (during bootup)
> A person on IRC redirected me to the devel mailing list as it might 
> well be a bug.
>
> Below you can find the information about the crash, and versions used.
> (Used .config for domU is attached.)
>
> If you have any questions, feel free to ask.
>
> Greetings,
> Killian
>
> Xen Hypervision Version: 3.4.1
> DomU kernel: Vanilla-sources 2.6.31.6
> DomO kernel: Linux xen 2.6.18-xen-r12
> CPU: SMP x86_64 AMD Athlon(tm) 64 X2 Dual Core Processor 4400+
>
> Xen config file:
>
> kernel = "/boot/domU/net_vmlinuz"
> memory = 128
> name = "net"
> vcpus = 2
> vif = [ 'bridge=lan' ]
> disk = [
>        'phy:vg/net_root,xvda1,w',
>        'phy:vg/net_tmp,xvda2,w',
>        'phy:vg/net_var,xvda3,w',
>        'phy:vg/net_usr,xvda4,w',
>        'phy:vg/net_log,xvda5,w',
>        'phy:vg/net_swap,xvda6,w',
>        'phy:vg/net_proxy_cache,xvda7,w',
> ]
>
> root = "/dev/xvda1 ro"
> extra="console=hvc0 earlyprintk=xen"
> on_crash='preserve
>
> Crash report:
> rip: ffffffff811f22b0 write_console+0x43
> flags: 00001246 i z p
> rsp: ffffffff8142dc60
> rax: ffffffff81654000    rcx: 000000000000003d    rdx: 0000000000000008
> rbx: ffffffff8147d360    rsi: ffffffff813e21be    rdi: 0000000000000000
> rbp: 0000000000000008     r8: ffffffff815b5570     r9: ffffffff815358c5
> r10: 0000000000000010    r11: ffffffff815b5930    r12: ffffffff813e21be
> r13: 0000000000000008    r14: ffff880000000000    r15: 0000000000000000
> cs: e033     ss: e02b     ds: 0000     es: 0000
> fs: 0000 @ 0000000000000000
> gs: 0000 @ ffffffff814a0000/0000000000000000
> Code (instr addr ffffffff811f22b0)
> 00 48 83 f8 ff 75 25 80 3d 59 a3 2a 00 00 48 8b 05 a8 b0 33 00 <48> 8b 
> 40 48 75 11 44 89 fa 48 b9
>
>
> Stack:
> 000000000000003d ffffffff815b5930 0000000000000000 ffffffff811f22b0
> 000000010000e030 0000000000010046 ffffffff8142dca8 000000000000e02b
> ffffffff8117c89f 0000002100000008 ffffffff8147d360 000000000000003d
> 00000000000003a5 ffffffff8149be18 ffffffff815358c5 ffffffff8142dda8
>
> Call Trace:
>  [<ffffffff811f22b0>] write_console+0x43  <--
>  [<ffffffff811f22b0>] write_console+0x43
>  [<ffffffff8117c89f>] vsnprintf+0x7b3
>  [<ffffffff811f245b>] xenboot_write_console+0x45
>  [<ffffffff8104ec35>] __call_console_drivers+0x64
>  [<ffffffff8104f04a>] release_console_sem+0x10e
>  [<ffffffff8104f5bf>] vprintk+0x2e3
>  [<ffffffff810269f3>] __raw_callee_save_xen_restore_fl+0x11
>  [<ffffffff810269f3>] __raw_callee_save_xen_restore_fl+0x11
>  [<ffffffff81026a11>] __raw_callee_save_xen_irq_disable+0x11
>  [<ffffffff810269f3>] __raw_callee_save_xen_restore_fl+0x11
>  [<ffffffff813095b8>] printk+0x4e
>  [<ffffffff813095b8>] printk+0x4e
>  [<ffffffff814c2f36>] mark_bootmem_node+0xa8
>  [<ffffffff814b7135>] e820_register_active_regions+0x5a
>  [<ffffffff814b71a4>] early_res_to_bootmem+0x56
>  [<ffffffff814bf48b>] initmem_init+0x8c
>  [<ffffffff814b60b4>] setup_arch+0x508
>  [<ffffffff8130afe3>] _spin_unlock_irqrestore+0xc
>  [<ffffffff810681fb>] clockevents_register_notifier+0x39
>  [<ffffffff814b32ee>] start_kernel+0x7e
> ------------------------------------------------------------------------
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
>   


[-- Attachment #1.2: Type: text/html, Size: 4668 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

  reply	other threads:[~2009-11-11  8:08 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-10 21:56 Crashing DomU Killian De Volder
2009-11-11  8:08 ` Killian De Volder [this message]
2009-11-11  9:29   ` Pasi Kärkkäinen
2009-11-11 15:04     ` Killian De Volder
2009-11-11 15:30       ` Konrad Rzeszutek Wilk
     [not found]         ` <4AFAFC0F.5050007@scarlet.be>
2009-11-11 18:03           ` Killian De Volder
2009-11-11 18:11             ` Konrad Rzeszutek Wilk
2009-11-11 21:49       ` 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=4AFA7119.4090108@scarlet.be \
    --to=killian.de.volder@scarlet.be \
    --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.