From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kip Macy Subject: garbage registers when domain killed by xen Date: Fri, 6 May 2005 18:26:17 -0700 Message-ID: Reply-To: Kip Macy Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel List-Id: xen-devel@lists.xenproject.org The coredumps that I'm getting from a domain that crashes without calling domain_crash are not terribly useful. These are the register contents: (gdb) i r eax 0x6000 0x6000 ecx 0xfbc06000 0xfbc06000 edx 0xfbc06040 0xfbc06040 ebx 0x4 0x4 esp 0xc02a9008 0xc02a9008 ebp 0xc02aed78 0xc02aed78 esi 0x4 0x4 edi 0x2 0x2 eip 0x0 0x0 eflags 0x10216 0x10216 cs 0x819 0x819 ss 0x821 0x821 ds 0x821 0x821 es 0x821 0x821 fs 0x821 0x821 gs 0x821 0x821 Is it really necessary for xen to overwrite part of a domain's context on a fatal trap? -Kip