[Crash-utility] crash version 4.0-3.15 is available

Itsuro ODA oda at valinux.co.jp
Thu Dec 21 04:55:41 UTC 2006


Hi Dave,

"crash xen-syms vmcore" works fine. Thank you !

BTW, 
I think xendumps of fully-virtualized x86/x86_64 (also ia64) kernel
have a magic number XC_CORE_MAGIC_HVM(0xF00FEBEE) which is defferent
from para-virtualized. Please check.

I tried a xendump of fully-virtualized ia64 kernel 
with change magic number check as follows.
---
xendump.h
+#define XC_CORE_MAGIC_HVM  0xF00FEBEE

xendump.c
-        if (xcp->xch_magic != XC_CORE_MAGIC)
+        if (xcp->xch_magic != XC_CORE_MAGIC && xcp->xch_magic != XC_CORE_MAGIC_HVM)
---
It works well execpt bt problem same as para-virtualized one.

Thanks.
-- 
Itsuro ODA <oda at valinux.co.jp>




More information about the Crash-utility mailing list