Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Dec 2003 20:58:16 +0100
From:      des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=)
To:        Benjamin Lutz <benlutz@datacomm.ch>
Cc:        current@freebsd.org
Subject:   Re: 5.2-RC1 panic while ripping CD
Message-ID:  <xzpllpdam5j.fsf@dwp.des.no>
In-Reply-To: <20031215205312.463f20d3.benlutz@datacomm.ch> (Benjamin Lutz's message of "Mon, 15 Dec 2003 20:53:12 %2B0100")
References:  <20031215155038.5a794c32.benlutz@datacomm.ch> <20031215085244.O81321@carver.gumbysoft.com> <20031215202636.119c0b59.benlutz@datacomm.ch> <xzpptepamnx.fsf@dwp.des.no> <20031215205312.463f20d3.benlutz@datacomm.ch>

next in thread | previous in thread | raw e-mail | index | archive | help
Benjamin Lutz <benlutz@datacomm.ch> writes:
> I must be doing something wrong... missing debug info maybe?

Yes, it does look like debugging symbols are missing.

>                                                              but then  I
> did uncomment that -g flag line in my kernel configuration...

How did you recompile your kernel?  Adding 'makeoptions DEBUG=3D-g' to
the kernel config will change compiler flags but won't actually touch
any files, so you need to 'make clean' before rebuilding the kernel to
actually get debugging symbols.  The best way to do this is simply to
use 'make buildkernel' to build kernels, as it always does 'make
clean' first (unless you define NO_KERNELCLEAN in /etc/make.conf).

DES
--=20
Dag-Erling Sm=F8rgrav - des@des.no



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?xzpllpdam5j.fsf>