Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Jan 2011 01:59:05 +0200
From:      nickolasbug@gmail.com
To:        Mark Saad <nonesuch@longcount.org>
Cc:        stable@freebsd.org
Subject:   Re: Enabling DDB prevent kernel from panicing
Message-ID:  <AANLkTimaaM6Vb-V4-yyocJKax9mFSQxtAJw5mEom=AC-@mail.gmail.com>
In-Reply-To: <AANLkTinp76kxbRu6y0=Qfe9PiuDUPiUuU7zbQ24nkp8B@mail.gmail.com>
References:  <AANLkTinp76kxbRu6y0=Qfe9PiuDUPiUuU7zbQ24nkp8B@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Hello, Mark

2011/1/11 Mark Saad <nonesuch@longcount.org>:
> All
> This was originally posted to hackers@
>
> I have a good question that I cant find an answer for. I believe
> found a kernel bug in 7.3-RELEASE that prevents me from booting 64-bit
> kernels on HP's DL360 G4p . The kernel dies with "Fatal trap 12: page
> fault while in kernel mode " . The hardware works fine in 7.2-RELEASE
> amd64, 7.1-RELEASE amd64, and 6.4-RELEASE amd64 .
>
> In 7.3-RELEASE amd64 I can not boot from cd or pxe correctly using the
> stock 7.3-RELEASE amd64 kernel however i386 works fine. To see if this
> issue was some how fixed in 7.3-RELEASE-p4 amd64 I rebuilt a GENERIC
> kernel using patches sources and tried to boot and I got the same
> crash.
>
> =A0Next I rebuilt the kernel with KDB and DDB to see if I could get a
> core-dump of the system. I also set loader.conf to
>
> kernel=3D"kernel.DEBUG"
> kern.dumpdev=3D"/dev/da0s1b"
>
> Next I pxebooted =A0the box and the system does not crash on boot up, it
> will easily load a nfs root and work fine. So I copied my debug
> kernel, and loader.conf to the local disk and rebooted and it boots
> fine from the local disk .

Looks like a race condition.
Well, you don't need to compile KDB and DDB, just add

makeoptions DEBUG=3D-g

into your kernel config file and rebuild kernel.

Then after you got a crash dump you can easy debug it (see FreeBSD
Developers Handbok):
http://www.freebsd.org/doc/en/books/developers-handbook/kerneldebug-gdb.htm=
l


wbr,
Nickolas



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?AANLkTimaaM6Vb-V4-yyocJKax9mFSQxtAJw5mEom=AC->