On Wed, 2009-08-12 at 09:57 -0600, Orion Poplawski wrote:
[2009-08-12 09:52:31 xend.XendDomainInfo 3214] WARNING (XendDomainInfo:965) Domain has crashed: name=xenfdev64 id=20.
Looks like the guest crashed.
If you set "on_crash=preserve" in your domain config and then once the crash has happened you should be able to use something like:
$> /usr/lib/xen/bin/xenctx -s System.map-2.6.31-0.125.4.2.rc5.git2.fc12.x86_64 <domid>
to get a stack trace.
Cheers, Mark.