Guest User

Dec. 21, 2014

a guest
Dec 21st, 2014
297
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. GNU gdb (GDB) Red Hat Enterprise Linux 7.6.1-51.el7
  2. Copyright (C) 2013 Free Software Foundation, Inc.
  3. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  4. This is free software: you are free to change and redistribute it.
  5. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  6. and "show warranty" for details.
  7. This GDB was configured as "x86_64-redhat-linux-gnu".
  8. For bug reporting instructions, please see:
  9. <http://www.gnu.org/software/gdb/bugs/>...
  10. Reading symbols from /home/ggro/production/login-server...(no debugging symbols found)...done.
  11. [New LWP 656]
  12. [New LWP 657]
  13. [Thread debugging using libthread_db enabled]
  14. Using host libthread_db library "/lib64/libthread_db.so.1".
  15. Core was generated by `./login-server'.
  16. Program terminated with signal 11, Segmentation fault.
  17. #0 0x000000000041faa1 in mrealloc_ ()
  18. (gdb)
  19. (gdb) bt full
  20. #0 0x000000000041faa1 in mrealloc_ ()
  21. No symbol table info available.
  22. #1 0x000000000040d3c1 in StringBuf_Vprintf.2588 ()
  23. No symbol table info available.
  24. #2 0x0000000000422e32 in Sql_QueryV ()
  25. No symbol table info available.
  26. #3 0x0000000000422dbf in Sql_Query ()
  27. No symbol table info available.
  28. #4 0x000000000042eed0 in account_db_sql_load_str.2492 ()
  29. No symbol table info available.
  30. #5 0x0000000000429d96 in login_mmo_auth ()
  31. No symbol table info available.
  32. #6 0x0000000000426c4b in login_parse_login ()
  33. No symbol table info available.
  34. #7 0x000000000041bc0c in do_sockets ()
  35. No symbol table info available.
  36. #8 0x000000000041f4c5 in main ()
  37. No symbol table info available.
  38. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment