Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Apr 2018 13:24:57 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 227720] Kernel panic in ppp server
Message-ID:  <bug-227720-7501-YkVA59Rs1T@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-227720-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-227720-7501@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D227720

--- Comment #10 from Eugene Grosbein <eugen@freebsd.org> ---
GENERIC kernel has following line:

makeoptions     DEBUG=3D-g                # Build kernel with gdb(1) debug
symbols

Add it to your kernel configuration file. It makes kernel build process to
produce two kernel binaries instead of just one: ordinary kernel that gets
installed by installkernel and additional kernel.debug that is not installed
but is kept in the kernel build directory and used for kgdb later.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-227720-7501-YkVA59Rs1T>