Hi Dave,
From: Dave Anderson <anderson(a)redhat.com>
Subject: Re: [Crash-utility] IKCONFIG initialize timing
Date: Fri, 18 Aug 2006 14:19:40 -0400
> Hi,
>
> For xen domain dump image, read_in_kernel_config() calls
> gdb_interface() like following backtrace, and crash exits with a fatal
> error "crash: gdb_interface: gdb not initialized?".
>
Kazuo,
Ah yes -- Red Hat xen kernels don't have CONFIG_IKCONFIG.
I was trying to make the read_in_kernel_config() call as
early as possible so that all of its current (and future)
users can get their relevant config information prior to
having to figure it out some other way. At a minimum,
I would like it to be called prior to kernel_init().
Can you try this instead, and let me know whether it works?:
Thank you for your fix. It works well :)
regards,
--
Kazuo Moriwaka <moriwaka(a)valinux.co.jp>