Advertisement
Guest User

Untitled

a guest
Jan 18th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.81 KB | None | 0 0
  1. Thread 1 "worldserver" received signal SIGSEGV, Segmentation fault.
  2. __memset_sse2_unaligned_erms () at ../sysdeps/x86_64/multiarch/memset-vec-unaligned-erms.S:252
  3. 252 ../sysdeps/x86_64/multiarch/memset-vec-unaligned-erms.S: No such file or directory.
  4. (gdb) bt
  5. #0 __memset_sse2_unaligned_erms () at ../sysdeps/x86_64/multiarch/memset-vec-unaligned-erms.S:252
  6. #1 0x000000000113cca9 in std::_Hashtable<PetAura const*, PetAura const*, std::allocator<PetAura const*>, std::__detail::_Identity, std::equal_to<PetAura const*>, std::hash<PetAura const*>, std::__detail::_Mod_range_hashing, std::__detail::_Default_ranged_hash, std::__detail::_Prime_rehash_policy, std::__detail::_Hashtable_traits<false, true, true> >::clear (
  7. this=<optimized out>) at /usr/bin/../lib/gcc/x86_64-linux-gnu/7.2.0/../../../../include/c++/7.2.0/bits/hashtable.h:2030
  8. #2 std::_Hashtable<PetAura const*, PetAura const*, std::allocator<PetAura const*>, std::__detail::_Identity, std::equal_to<PetAura const*>, std::hash<PetAura const*>, std::__detail::_Mod_range_hashing, std::__detail::_Default_ranged_hash, std::__detail::_Prime_rehash_policy, std::__detail::_Hashtable_traits<false, true, true> >::~_Hashtable (this=<optimized out>)
  9. at /usr/bin/../lib/gcc/x86_64-linux-gnu/7.2.0/../../../../include/c++/7.2.0/bits/hashtable.h:1355
  10. #3 std::unordered_set<PetAura const*, std::hash<PetAura const*>, std::equal_to<PetAura const*>, std::allocator<PetAura const*> >::~unordered_set (this=<optimized out>)
  11. at /usr/bin/../lib/gcc/x86_64-linux-gnu/7.2.0/../../../../include/c++/7.2.0/bits/unordered_set.h:96
  12. #4 Player::~Player (this=0x7a209cf56000) at /home/vqualityv2/src/server/game/Entities/Player/Player.cpp:452
  13. #5 0x000000000113d659 in Player::~Player (this=0x7a209cf56000) at /home/vqualityv2/src/server/game/Entities/Player/Player.cpp:415
  14. #6 0x00000000014630fb in WorldSession::LogoutPlayer (this=0x7a209091c000, save=<optimized out>) at /home/vqualityv2/src/server/game/Server/WorldSession.cpp:563
  15. #7 0x000000000134e513 in WorldSession::HandleLogoutRequestOpcode (this=0x7a209091c000) at /home/vqualityv2/src/server/game/Handlers/MiscHandler.cpp:425
  16. #8 0x000000000146505c in WorldSession::Update (this=0x7a209091c000, diff=50, updater=...) at /home/vqualityv2/src/server/game/Server/WorldSession.cpp:311
  17. #9 0x000000000162c349 in World::UpdateSessions (this=0x20f1b48 <World::instance()::instance>, diff=50) at /home/vqualityv2/src/server/game/World/World.cpp:2990
  18. #10 0x000000000162a5d5 in World::Update (this=0x20f1b48 <World::instance()::instance>, diff=50) at /home/vqualityv2/src/server/game/World/World.cpp:2312
  19. #11 0x0000000000aa4952 in WorldUpdateLoop () at /home/vqualityv2/src/server/worldserver/Main.cpp:429
  20. #12 0x0000000000a9fe5d in main (argc=<optimized out>, argv=<optimized out>) at /home/vqualityv2/src/server/worldserver/Main.cpp:334
  21. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement