[Bug 226015] [patch] outdated debug kernel location and kgdb binary location

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Feb 18 23:31:12 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226015

            Bug ID: 226015
           Summary: [patch] outdated debug kernel location and kgdb binary
                    location
           Product: Documentation
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Many People
          Priority: ---
         Component: Documentation
          Assignee: freebsd-doc at FreeBSD.org
          Reporter: philneaton95 at gmail.com
          Keywords: patch

Created attachment 190766
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=190766&action=edit
diff of docs changes

The docs don't mention that kgdb is not installed in a directory in PATH so it
took me a while to figure out what the docs were talking about. Eventually I
ran `find / -name "*kgdb*` and discovered /lib/userexec/kgdb which is the only
such binary installed on my system on 12-CURRENT. The location of the debug
kernel was also incorrect in the docs and that took my a while to figure out.
These two changes allowed me to finally debug my kernel panics on 12-CURRENT.
If there are better solutions or changes  to be made, let me know. Thank you!

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


More information about the freebsd-doc mailing list