Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- % gdb /usr/bin/git core
- GNU gdb (Debian 13.2-1) 13.2
- Copyright (C) 2023 Free Software Foundation, Inc.
- License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
- This is free software: you are free to change and redistribute it.
- There is NO WARRANTY, to the extent permitted by law.
- Type "show copying" and "show warranty" for details.
- This GDB was configured as "x86_64-linux-gnu".
- Type "show configuration" for configuration details.
- For bug reporting instructions, please see:
- <https://www.gnu.org/software/gdb/bugs/>.
- Find the GDB manual and other documentation resources online at:
- <http://www.gnu.org/software/gdb/documentation/>.
- For help, type "help".
- Type "apropos word" to search for commands related to "word"...
- Reading symbols from /usr/bin/git...
- (No debugging symbols found in /usr/bin/git)
- [New LWP 1731736]
- [Thread debugging using libthread_db enabled]
- Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
- Core was generated by `git clone'.
- Program terminated with signal SIGSEGV, Segmentation fault.
- #0 0x00005607757f2fe3 in ?? ()
- (gdb) bt
- #0 0x00005607757f2fe3 in ?? ()
- #1 0x00005607757f0ac9 in ?? ()
- #2 0x00005607756ec8ae in ?? ()
- #3 0x00005607756c7486 in ?? ()
- #4 0x00005607756c84d7 in ?? ()
- #5 0x00005607756c9044 in ?? ()
- #6 0x00005607756c714e in ?? ()
- #7 0x00007fa9f9aed6ca in __libc_start_call_main (main=main@entry=0x5607756c7060, argc=argc@entry=2, argv=argv@entry=0x7fff86ea3d68)
- at ../sysdeps/nptl/libc_start_call_main.h:58
- #8 0x00007fa9f9aed785 in __libc_start_main_impl (main=0x5607756c7060, argc=2, argv=0x7fff86ea3d68, init=<optimized out>,
- fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7fff86ea3d58) at ../csu/libc-start.c:360
- #9 0x00005607756c71c1 in ?? (
Advertisement
Add Comment
Please, Sign In to add comment