Guest User

Untitled

a guest
Jun 11th, 2024
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 KB | None | 0 0
  1. % gdb /usr/bin/git core
  2. GNU gdb (Debian 13.2-1) 13.2
  3. Copyright (C) 2023 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-linux-gnu".
  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. Reading symbols from /usr/bin/git...
  18. (No debugging symbols found in /usr/bin/git)
  19. [New LWP 1731736]
  20. [Thread debugging using libthread_db enabled]
  21. Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  22. Core was generated by `git clone'.
  23. Program terminated with signal SIGSEGV, Segmentation fault.
  24. #0 0x00005607757f2fe3 in ?? ()
  25. (gdb) bt
  26. #0 0x00005607757f2fe3 in ?? ()
  27. #1 0x00005607757f0ac9 in ?? ()
  28. #2 0x00005607756ec8ae in ?? ()
  29. #3 0x00005607756c7486 in ?? ()
  30. #4 0x00005607756c84d7 in ?? ()
  31. #5 0x00005607756c9044 in ?? ()
  32. #6 0x00005607756c714e in ?? ()
  33. #7 0x00007fa9f9aed6ca in __libc_start_call_main (main=main@entry=0x5607756c7060, argc=argc@entry=2, argv=argv@entry=0x7fff86ea3d68)
  34. at ../sysdeps/nptl/libc_start_call_main.h:58
  35. #8 0x00007fa9f9aed785 in __libc_start_main_impl (main=0x5607756c7060, argc=2, argv=0x7fff86ea3d68, init=<optimized out>,
  36. fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7fff86ea3d58) at ../csu/libc-start.c:360
  37. #9 0x00005607756c71c1 in ?? (
Advertisement
Add Comment
Please, Sign In to add comment