WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] bugs in xen

To: ron minnich <rminnich@xxxxxxxx>
Subject: Re: [Xen-devel] bugs in xen
From: Ian Pratt <Ian.Pratt@xxxxxxxxxxxx>
Date: Tue, 03 Aug 2004 18:23:54 +0100
Cc: xen-devel@xxxxxxxxxxxxxxxxxxxxx, Ian.Pratt@xxxxxxxxxxxx
Delivery-date: Tue, 03 Aug 2004 18:27:17 +0100
Envelope-to: steven.hand@xxxxxxxxxxxx
In-reply-to: Your message of "Mon, 02 Aug 2004 17:54:10 MDT." <Pine.LNX.4.44.0408021752550.3784-100000@xxxxxxxxxxxxxxxxx>
List-archive: <http://sourceforge.net/mailarchive/forum.php?forum=xen-devel>
List-help: <mailto:xen-devel-request@lists.sourceforge.net?subject=help>
List-id: List for Xen developers <xen-devel.lists.sourceforge.net>
List-post: <mailto:xen-devel@lists.sourceforge.net>
List-subscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=subscribe>
List-unsubscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=unsubscribe>
Sender: xen-devel-admin@xxxxxxxxxxxxxxxxxxxxx
> I'm wondering, since I can control the machine after failure with
> linuxbios, if there's something useful we can do to help with these
> failures. What kind of info would you like to be able to recover from a
> failed machine? Could we do something like only use the low half of
> memory, and on restart/reset "core dump" the low half to the high half for 
> a post-mortem? If not that, are there other ways we could help? 

Interesting idea.

It would certainly be nice to have Xen's console ring buffer
moved to safety, if not the whole of the bottom half of memory.

I guess a newly booted Xen could go looking for the previous
console buffer and write it to the new console. Doing a xen_dmesg
would then enable you to read the last messages of the previous
boot as well as those of the new one.

To be fully useful, it would make sense to have Xen's console
ring also store console message from dom 0, since most Xen
'spontaneous reboots' turn out to actually be dom 0 failures.

[Other than this NMI h/w parity error handling bug it's been a
very long time since we had a bug that managed to cause a reboot
without logging something to a serial console. Without a serial
console, Xen normally has no way of logging things to an output
device, hence the wish to save the ring buffer.]

BTW: I've heard rumours that Linux 2.6 is getting some scheme for
having the newly booted kernel write out a core dump of the
previous. For domains >0, we should just have xend write out a
core dump, but for a dom 0 crash it might be possible to modify
the Linux scheme to be useful in a Xen environment.

Ian


-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel

<Prev in Thread] Current Thread [Next in Thread>