Advertisement
Guest User

Untitled

a guest
Dec 27th, 2021
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.01 KB | None | 0 0
  1. 2021-12-27 10:38 > gdb ./netbsd.0
  2. GNU gdb (GDB) 11.0.50.20200914-git
  3. Copyright (C) 2020 Free Software Foundation, Inc.
  4. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  5. This is free software: you are free to change and redistribute it.
  6. There is NO WARRANTY, to the extent permitted by law.
  7. Type "show copying" and "show warranty" for details.
  8. This GDB was configured as "x86_64--netbsd".
  9. Type "show configuration" for configuration details.
  10. For bug reporting instructions, please see:
  11. <https://www.gnu.org/software/gdb/bugs/>.
  12. Find the GDB manual and other documentation resources online at:
  13. <http://www.gnu.org/software/gdb/documentation/>.
  14.  
  15. For help, type "help".
  16. Type "apropos word" to search for commands related to "word"...
  17. BFD: warning: /home/pin/Documents/netbsd.0 has a section extending past end of file
  18. Reading symbols from ./netbsd.0...
  19. (No debugging symbols found in ./netbsd.0)
  20. (gdb) bt
  21. No stack.
  22. (gdb) q
  23.  
  24. /var/crash()
  25. 2021-12-27 10:55 > su
  26. Password:
  27. pin@mybox # gdb netbsd.0.core
  28. GNU gdb (GDB) 11.0.50.20200914-git
  29. Copyright (C) 2020 Free Software Foundation, Inc.
  30. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  31. This is free software: you are free to change and redistribute it.
  32. There is NO WARRANTY, to the extent permitted by law.
  33. Type "show copying" and "show warranty" for details.
  34. This GDB was configured as "x86_64--netbsd".
  35. Type "show configuration" for configuration details.
  36. For bug reporting instructions, please see:
  37. <https://www.gnu.org/software/gdb/bugs/>.
  38. Find the GDB manual and other documentation resources online at:
  39. <http://www.gnu.org/software/gdb/documentation/>.
  40.  
  41. For help, type "help".
  42. Type "apropos word" to search for commands related to "word"...
  43. "0x7f7fff462eb0s": not in executable format: file format not recognized
  44. (gdb) bt
  45. No stack.
  46. (gdb) q
  47.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement