All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kip Macy <kmacy@eventdriven.org>
To: Keir Fraser <Keir.Fraser@cl.cam.ac.uk>
Cc: Ian Pratt <Ian.Pratt@cl.cam.ac.uk>, xen-devel@lists.sourceforge.net
Subject: Re: Re: Xen reboots when trying to start new domain
Date: Wed, 8 Sep 2004 17:25:12 -0700 (PDT)	[thread overview]
Message-ID: <20040908172126.Q62014@demos.bsdclusters.com> (raw)
In-Reply-To: <E1C5Cec-0004a0-00@mta1.cl.cam.ac.uk>

> The crash is potentially interesting. Your output looks as though
> there was no crash dump before rebooting - a sure sign of a triple
> fault. However, they are very rare indeed. Is it possible you lost any
> console output? For example, BIOS/GRUB screens sometimes erase parts
> of a serial dump in an effort to 'draw' themselves. :-)

Everything I saw on the screen was in the e-mail. After the failure it
hangs for a moment then it resets (in spite of being passed noreboot).


>
> How would the FreeBSD builder react to a one of its mmu_update
> requests failing?

The domain builder just passes the error up to the caller:

<snip>
    ctxt->cpu_ctxt.esi = VADDR(KPTDI, startinfopa); /* start info mapped
address */
    ctxt->cpu_ctxt.eax = PTOM(IdlePTD);
    ctxt->cpu_ctxt.ebx = PTOM(KPTphys);
    ctxt->cpu_ctxt.edi = physindex;

    if (finish_mmu_updates(xc_handle, mmu))
	goto error_out;

    /* index of first free physical page */
    return physindex;
 error_out:
    return -1;

}


			-Kip


-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click

  reply	other threads:[~2004-09-09  0:25 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-09-01  2:50 Question about starting a domain Kathy Chen
2004-09-01  7:20 ` Steven Hand
2004-09-01 19:15   ` Kathy Chen
2004-09-01 19:51     ` Ian Pratt
2004-09-01 20:22       ` Kathy Chen
2004-09-08 23:43       ` Xen reboots when trying to start new domain Kip Macy
2004-09-09  0:10         ` Keir Fraser
2004-09-09  0:14           ` Kip Macy
2004-09-09  0:27             ` Keir Fraser
2004-09-09 23:52               ` Kip Macy
2004-09-10  0:28                 ` Keir Fraser
2004-09-10 13:51                 ` Ronald G. Minnich
2004-09-10 16:31                   ` Kip Macy
2004-09-09  0:18           ` world doesn't compile with debug enabled Kip Macy
2004-09-09  0:25             ` Keir Fraser
2004-09-09  0:18           ` Re: Xen reboots when trying to start new domain Kip Macy
2004-09-09  0:19           ` Keir Fraser
2004-09-09  0:25             ` Kip Macy [this message]
2004-09-09  0:28               ` Keir Fraser
2004-09-09  0:36               ` Keir Fraser
2004-09-09  1:02                 ` Keir Fraser
2004-09-09  1:52                   ` Ian Pratt
2004-09-09  5:21                     ` Kip Macy
2004-09-10  0:11                     ` Never mind " Kip Macy
2004-09-10  0:29                       ` Keir Fraser
2004-09-10  0:41                         ` Kip Macy
2004-09-10  0:50                         ` Kip Macy
2004-09-10  2:53                           ` Keir Fraser
2004-09-10  3:09                             ` Kip Macy
2004-09-10  4:41                               ` Keir Fraser
2004-09-10  5:34                                 ` Kip Macy

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=20040908172126.Q62014@demos.bsdclusters.com \
    --to=kmacy@eventdriven.org \
    --cc=Ian.Pratt@cl.cam.ac.uk \
    --cc=Keir.Fraser@cl.cam.ac.uk \
    --cc=xen-devel@lists.sourceforge.net \
    /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.