Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2019
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.60 KB | None | 0 0
  1. Reading symbols from xavato...done.
  2. [New LWP 19797]
  3. [New LWP 19832]
  4. [Thread debugging using libthread_db enabled]
  5. Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  6. Core was generated by `./xavato'.
  7. Program terminated with signal SIGSEGV, Segmentation fault.
  8. #0 __GI___libc_free (mem=0x1) at malloc.c:2966
  9. 2966 malloc.c: No such file or directory.
  10. [Current thread is 1 (Thread 0x7f188c52d540 (LWP 19797))]
  11. (gdb) bt full
  12. #0 __GI___libc_free (mem=0x1) at malloc.c:2966
  13. ar_ptr = <optimized out>
  14. p = <optimized out>
  15. hook = 0x0
  16. #1 0x00007f1888f17940 in __run_exit_handlers (status=0, listp=0x7f188927b5d8 <__exit_funcs>, run_list_atexit=run_list_atexit@entry=true,
  17. run_dtors=run_dtors@entry=true) at exit.c:83
  18. atfct = <optimized out>
  19. onfct = <optimized out>
  20. cxafct = <optimized out>
  21. f = <optimized out>
  22. #2 0x00007f1888f1799a in __GI_exit (status=<optimized out>) at exit.c:105
  23. No locals.
  24. #3 0x00007f1888f022e8 in __libc_start_main (main=0x5645316c0fe0 <main(int, char**)>, argc=1, argv=0x7fff551ec598, init=<optimized out>, fini=<optimized out>,
  25. rtld_fini=<optimized out>, stack_end=0x7fff551ec588) at ../csu/libc-start.c:325
  26. result = <optimized out>
  27. unwind_buf = {cancel_jmp_buf = {{jmp_buf = {0, 8909634018568125588, 94855181925088, 140734621468048, 0, 0, 2941318731361238164, 2962825467558575252},
  28. mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x7fff551ec5a8, 0x7f188c544170}, data = {prev = 0x0, cleanup = 0x0, canceltype = 1428080040}}}
  29. not_first_call = <optimized out>
  30. #4 0x00005645316c7b0a in _start ()
  31. No symbol table info available.
  32. (gdb) thread apply all bt full
  33.  
  34. Thread 2 (Thread 0x7f186fded700 (LWP 19832)):
  35. #0 pthread_cond_timedwait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:225
  36. No locals.
  37. #1 0x00007f188a1072f0 in boost::this_thread::hidden::sleep_until(timespec const&) () from /usr/lib/x86_64-linux-gnu/libboost_thread.so.1.62.0
  38. No symbol table info available.
  39. #2 0x00005645317677a0 in boost::this_thread::sleep (abs_time=...) at /usr/include/boost/thread/pthread/thread_data.hpp:278
  40. No locals.
  41. #3 boost::this_thread::sleep<boost::posix_time::seconds> (rel_time=...) at /usr/include/boost/thread/pthread/thread_data.hpp:284
  42. No locals.
  43. #4 0x00005645317609aa in Game::autoSave (this=0x564531bbeb60 <g_game>) at game.cpp:464
  44. No locals.
  45. #5 0x00007f188a105116 in ?? () from /usr/lib/x86_64-linux-gnu/libboost_thread.so.1.62.0
  46. No symbol table info available.
  47. #6 0x00007f188c109494 in start_thread (arg=0x7f186fded700) at pthread_create.c:333
  48. __res = <optimized out>
  49. pd = 0x7f186fded700
  50. now = <optimized out>
  51. unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139742932817664, -2941127698556306284, 0, 140734621466959, 0, 139743410270272, 2963329305221610644,
  52. 2962836192686980244}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
  53. not_first_call = <optimized out>
  54. pagesize_m1 = <optimized out>
  55. sp = <optimized out>
  56. freesize = <optimized out>
  57. __PRETTY_FUNCTION__ = "start_thread"
  58. #7 0x00007f1888fcaacf in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:97
  59. No locals.
  60.  
  61. Thread 1 (Thread 0x7f188c52d540 (LWP 19797)):
  62. #0 __GI___libc_free (mem=0x1) at malloc.c:2966
  63. ar_ptr = <optimized out>
  64. p = <optimized out>
  65. hook = 0x0
  66. #1 0x00007f1888f17940 in __run_exit_handlers (status=0, listp=0x7f188927b5d8 <__exit_funcs>, run_list_atexit=run_list_atexit@entry=true,
  67. run_dtors=run_dtors@entry=true) at exit.c:83
  68. atfct = <optimized out>
  69. onfct = <optimized out>
  70. cxafct = <optimized out>
  71. f = <optimized out>
  72. #2 0x00007f1888f1799a in __GI_exit (status=<optimized out>) at exit.c:105
  73. No locals.
  74. #3 0x00007f1888f022e8 in __libc_start_main (main=0x5645316c0fe0 <main(int, char**)>, argc=1, argv=0x7fff551ec598, init=<optimized out>, fini=<optimized out>,
  75. rtld_fini=<optimized out>, stack_end=0x7fff551ec588) at ../csu/libc-start.c:325
  76. ---Type <return> to continue, or q <return> to quit---
  77. result = <optimized out>
  78. unwind_buf = {cancel_jmp_buf = {{jmp_buf = {0, 8909634018568125588, 94855181925088, 140734621468048, 0, 0, 2941318731361238164, 2962825467558575252},
  79. mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x7fff551ec5a8, 0x7f188c544170}, data = {prev = 0x0, cleanup = 0x0, canceltype = 1428080040}}}
  80. not_first_call = <optimized out>
  81. #4 0x00005645316c7b0a in _start ()
  82. No symbol table info available.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement