When trying to look into a vmcore in Xen mode which was obtained from a machine running Xen 4.16, I realized that crash wasn't able to handle that. Looking into the issue I found that crash is lacking several adaptions to newer Xen versions (at least 4.13 onwards). There might be more missing, but it is now at least possible to do _some_ debugging. Juergen Gross (3): xen: fix stacksize xen: get stack address via stack_base array if available xen: adjust to new scheduler structures Makefile | 14 +++--- x86_64.c | 2 +- xen_hyper.c | 117 ++++++++++++++++++++++++++++++----------------- xen_hyper_defs.h | 4 +- 4 files changed, 87 insertions(+), 50 deletions(-) -- 2.35.3 -- Crash-utility mailing list Crash-utility@xxxxxxxxxx https://listman.redhat.com/mailman/listinfo/crash-utility Contribution Guidelines: https://github.com/crash-utility/crash/wiki