|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Debugging xm dump-core file
Hi, Kieran
You can use crash-utils for debugging the core.
http://people.redhat.com/anderson/
# crash <vmlinux.debug> <corefile>
corefile is core dumped by "xm dump-core".
vmlinux.debug is vmlinux including debuginfo.
We can make the vmlinux.debug by compiling with CONFIG_DEBUG_INFO.
Best Regards,
Akio Takebe
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|