Skip to content

Instantly share code, notes, and snippets.

@ttung
Created March 9, 2018 03:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ttung/5681301e551bff2c4d558792e331d558 to your computer and use it in GitHub Desktop.
Save ttung/5681301e551bff2c4d558792e331d558 to your computer and use it in GitHub Desktop.
(kgdb) root@xeno:/boot/kernel # kgdb kernel /var/crash/vmcore.0
GNU gdb 6.1.1 [FreeBSD]
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "amd64-marcel-freebsd"...(no debugging symbols found)...
Attempt to extract a component of a value that is not a structure pointer.
Attempt to extract a component of a value that is not a structure pointer.
#0 0xffffffff80a6b98a in doadump ()
(kgdb) bt
#0 0xffffffff80a6b98a in doadump ()
#1 0xffffffff80a6b9b3 in doadump ()
#2 0xfffffe00516eda60 in ?? ()
#3 0xffffffff80a6b721 in kern_reboot ()
Previous frame identical to this frame (corrupt stack?)
(kgdb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment