On Mon, 27 Aug 2001 11:40:51 +0530 (IST),
"Bijoy Kumar K.M." <[EMAIL PROTECTED]> wrote:
> I have installed the kdb on my system withe kernel 2.4.5 and can
>get into the kdb mode if the kdb=early flag is given at boot time. But if
>I boot my system normally and hit the pause key at any later stage I get a
>kernel panic. The messages are somewhat like this
>
> In interrupt handler, not syncing.
> Not executing a kdb command
> No longjump available for recovery.
> Allowing the event to happen
>And the system hangs.
It works for me. Did you use the correct patch? You should be using
ftp://oss.sgi.com/projects/kdb/download/ix86/kdb-v1.8-2.4.5.gz for that
kernel. Is it a standard 2.4.5 kernel or has it been patched by a
distributor? If it has been patched then there is no guarantee that
kdb will work.
Assuming you have the correct patch and you are applying it to a clean
kernel, you need to debug kdb. You will need to compile and boot with
a serial console, see Documentation/serial-console.txt. Boot with
kdb=early, enter the command "set KDBDEBUG=0xff" and go. Capture all
the kdb debug output on the serial console and send it to me. NOTE: I
need the exact output, not "somewhat like this".