Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- GNU gdb (GDB) Red Hat Enterprise Linux 7.6.1-51.el7
- Copyright (C) 2013 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-redhat-linux-gnu".
- For bug reporting instructions, please see:
- <http://www.gnu.org/software/gdb/bugs/>...
- Reading symbols from /home/ggro/production/login-server...(no debugging symbols found)...done.
- [New LWP 656]
- [New LWP 657]
- [Thread debugging using libthread_db enabled]
- Using host libthread_db library "/lib64/libthread_db.so.1".
- Core was generated by `./login-server'.
- Program terminated with signal 11, Segmentation fault.
- #0 0x000000000041faa1 in mrealloc_ ()
- (gdb)
- (gdb) bt full
- #0 0x000000000041faa1 in mrealloc_ ()
- No symbol table info available.
- #1 0x000000000040d3c1 in StringBuf_Vprintf.2588 ()
- No symbol table info available.
- #2 0x0000000000422e32 in Sql_QueryV ()
- No symbol table info available.
- #3 0x0000000000422dbf in Sql_Query ()
- No symbol table info available.
- #4 0x000000000042eed0 in account_db_sql_load_str.2492 ()
- No symbol table info available.
- #5 0x0000000000429d96 in login_mmo_auth ()
- No symbol table info available.
- #6 0x0000000000426c4b in login_parse_login ()
- No symbol table info available.
- #7 0x000000000041bc0c in do_sockets ()
- No symbol table info available.
- #8 0x000000000041f4c5 in main ()
- No symbol table info available.
- (gdb)
Advertisement
Add Comment
Please, Sign In to add comment