[Bug 227720] Kernel panic in ppp server
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Apr 30 13:24:59 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227720
--- Comment #10 from Eugene Grosbein <eugen at freebsd.org> ---
GENERIC kernel has following line:
makeoptions DEBUG=-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.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-net
mailing list