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

[Xen-devel] Crashing Xen

To: xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] Crashing Xen
From: Jacob Gorm Hansen <jacob@xxxxxxxx>
Date: Tue, 06 Jan 2004 18:52:14 +0100
Delivery-date: Tue, 06 Jan 2004 17:53:27 +0000
Envelope-to: steven.hand@xxxxxxxxxxxx
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
hi,

I am trying to create a custom domain from code based on
xc_linux_build.c.

While I do not expect my newly instantiated domain to happily execute
whatever code I have for it at this stage, I am a bit surprised that
instead of just silently dying, it takes all of Xen with it, and the
machine reboots once I start my newly constructed domain.

The start operation completes and returns without error, but as soon as
the domain is scheduled (it appears) the machine crashes.

I have tried to instrument the Xen code with various printks (I have a
serial line connected) and apparently the switch_to function completes
without errors. I suppose that with enough printks I will eventually
find the troubled spot, but I was hoping that a little advice as to
where to look would ease my burdens.

What parameters to the build- and start-domain syscalls should I be
extra careful with, and where in Xen will bad domain parameters most
likely cause a crash?

Thanks in advance,
Jacob



-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel

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