Advertisement
Guest User

Untitled

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