From: David F Barrera <dfbp@us.ibm.com>
To: Keir Fraser <Keir.Fraser@cl.cam.ac.uk>
Cc: Ian Pratt <m+Ian.Pratt@cl.cam.ac.uk>,
xen-devel <xen-devel@lists.xensource.com>
Subject: Re: Unab[l]e to create guest domain on PAE enabled SLES 9 SP2 box, 4GB RAM
Date: Tue, 20 Sep 2005 08:56:21 -0500 [thread overview]
Message-ID: <1127224581.3688.6.camel@dbarrera_tp> (raw)
In-Reply-To: <d413e8b87e2c6e04323a3ba3c72cca33@cl.cam.ac.uk>
On Tue, 2005-09-20 at 09:44 +0100, Keir Fraser wrote:
> On 19 Sep 2005, at 19:45, David F Barrera wrote:
>
> > (gdb) bt
> > #0 0xc02523bd in xencons_ring_send ()
> > #1 0xc124a7f8 in ?? ()
> > #2 0x00000001 in ?? ()
> > #3 0x00000004 in ?? ()
> > #4 0x00000002 in ?? ()
>
> This isn't a debug build of domain0 -- you need to enable frame
> pointers under 'kernel hacking' in the kernel configurator, as
> described in the gdb/README file.
I followed exactly what the README detailed:
DomU GDB server for 32-bit (PAE and non-PAE) systems
----------------------------------------------------
Lines marked below with [*] are optional, if you want full
source-level debugging of your kernel image.
To build the GDB server:
1. Run ./gdbbuild from within this directory.
2. Copy ./gdb-6.2.1-linux-i386-xen/gdb/gdbserver/gdbserver-xen
to your test machine.
To build a debuggable guest kernel image:
1. cd linux-2.6.12-xenU
2. ARCH=xen make menuconfig
3. From within the configurator, enable the following options:
# Kernel hacking -> Compile the kernel with debug info [*]
-> Compile the kernel with frame pointers
4. (Re)build and (re)install your xenU kernel image.
To debug a running guest:
1. Use 'xm list' to discover its domain id ($domid).
2. Run 'gdbserver-xen 127.0.0.1:9999 --attach $domid'
3. Run 'gdb /path/to/vmlinux-syms-2.6.xx-xenU'
4. From within the gdb client session:
# directory /path/to/linux-2.6.xx-xenU [*]
# target remote 127.0.0.1:9999
# bt
# disass
>
> However, I think the problem here doesn;t require you to collect a
> proper backtrace. It looks like the domU is spinning waiting to send
> console data to xenconsoled. My guess is that either xenconsoled isn;t
> running, or it's got itself stuck somehow.
>
> Worth doing a 'ps auxw' in domain0 and see if the console daemon is
> actually running...
>
> -- Keir
>
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
>
--
Regards,
David F Barrera
Linux Technology Center
Systems and Technology Group, IBM
"The wisest men follow their own direction. "
Euripides
next prev parent reply other threads:[~2005-09-20 13:56 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-09-14 15:38 Unabe to create guest domain on PAE enabled SLES 9 SP2 box, 4GB RAM David F Barrera
2005-09-14 16:02 ` Keir Fraser
2005-09-14 16:42 ` David F Barrera
2005-09-14 17:02 ` Keir Fraser
2005-09-14 17:11 ` David F Barrera
2005-09-14 17:49 ` Keir Fraser
2005-09-14 19:52 ` David F Barrera
2005-09-14 20:32 ` Keir Fraser
2005-09-14 20:47 ` David F Barrera
2005-09-14 20:55 ` Keir Fraser
2005-09-14 21:10 ` David F Barrera
2005-09-15 15:26 ` Unab[l]e " David F Barrera
2005-09-15 22:39 ` Xen and USB devices sanjay kumar
2005-09-15 23:01 ` Mark Williamson
2005-09-16 8:59 ` harry
2005-09-19 11:12 ` Unab[l]e to create guest domain on PAE enabled SLES 9 SP2 box, 4GB RAM Keir Fraser
2005-09-19 12:49 ` David F Barrera
2005-09-19 14:28 ` Keir Fraser
2005-09-19 15:51 ` Keir Fraser
2005-09-19 18:45 ` David F Barrera
2005-09-19 19:53 ` Jerone Young
2005-09-19 21:29 ` David F Barrera
2005-09-20 8:44 ` Keir Fraser
2005-09-20 13:25 ` David F Barrera
2005-09-20 13:56 ` David F Barrera [this message]
2005-09-20 14:16 ` Keir Fraser
2005-09-20 14:38 ` David F Barrera
2005-09-20 14:54 ` Keir Fraser
2005-09-20 15:13 ` David F Barrera
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=1127224581.3688.6.camel@dbarrera_tp \
--to=dfbp@us.ibm.com \
--cc=Keir.Fraser@cl.cam.ac.uk \
--cc=m+Ian.Pratt@cl.cam.ac.uk \
--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.