Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 KB | None | 0 0
  1. core game.core
  2. Core was generated by `./ch1'.
  3. Program terminated with signal 11, Segmentation fault.
  4. Reading symbols from /usr/lib32/libmd.so.5...done.
  5. Loaded symbols for /usr/lib32/libmd.so.5
  6. Reading symbols from /usr/lib32/libmysqlclient.so.18...done.
  7. Loaded symbols for /usr/lib32/libmysqlclient.so.18
  8. Reading symbols from /usr/lib32/libz.so.6...done.
  9. Loaded symbols for /usr/lib32/libz.so.6
  10. Reading symbols from /usr/lib32/libstdc++.so.6...Error while reading shared library symbols:
  11. Dwarf Error: wrong version in compilation unit header (is 4, should be 2) [in module /usr/lib32/libstdc++.so.6]
  12. Reading symbols from /usr/lib32/libm.so.5...done.
  13. Loaded symbols for /usr/lib32/libm.so.5
  14. Reading symbols from /usr/lib32/libgcc_s.so.1...done.
  15. Loaded symbols for /usr/lib32/libgcc_s.so.1
  16. Reading symbols from /usr/lib32/libthr.so.3...done.
  17. Loaded symbols for /usr/lib32/libthr.so.3
  18. Reading symbols from /usr/lib32/libc.so.7...done.
  19. Loaded symbols for /usr/lib32/libc.so.7
  20. Reading symbols from /libexec/ld-elf32.so.1...done.
  21. Loaded symbols for /libexec/ld-elf32.so.1
  22. #0 CPetActor::SavePet (this=0x5539f260) at basic_string.h:596
  23. 596 basic_string.h: No such file or directory.
  24. in basic_string.h
  25. (gdb) bt ful
  26. #0 CPetActor::SavePet (this=0x5539f260) at basic_string.h:596
  27. buffer = 0x5283e200 ""
  28. owner_id = 2432
  29. query = {static npos = 4294967295,
  30. _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, _M_p = 0x5283e200 ""}}
  31. #1 0x08291c98 in CPetSystemCache::AddToCache (this=0xffffae10,
  32. actor=0x5539f260, bNow=true) at PetSystemCache.cpp:52
  33. No locals.
  34. #2 0x08291cf7 in CPetSystemCache::CacheAll (this=0xffffae10)
  35. at PetSystemCache.cpp:32
  36. No locals.
  37. #3 0x08291d7d in check_pet_system_event (event=@0xffffa65c,
  38. processing_time=7500) at PetSystemCache.cpp:15
  39. No locals.
  40. #4 0x08142611 in event_process (pulse=97500) at event.cpp:140
  41. pElem = <value optimized out>
  42. the_event = {px = 0x29986700}
  43. processing_time = 7500
  44. new_time = <value optimized out>
  45. num_events = 0
  46. #5 0x082aef6f in heartbeat (ht=0x29167e40, pulse=97500) at main.cpp:271
  47. t = 3887911
  48. ---Type <return> to continue, or q <return> to quit---
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement