Advertisement
Guest User

Untitled

a guest
Aug 20th, 2014
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.90 KB | None | 0 0
  1. > i sh
  2. From To Syms Read Shared Object Library
  3. 0xb76ec830 0xb770288f Yes (*) /lib/ld-linux.so.2
  4. 0xb7637160 0xb76b3e38 Yes (*) /usr/lib/libstdc++.so.6
  5. 0xb75eca40 0xb75ed988 Yes (*) /lib/libdl.so.2
  6. 0xb75d89f0 0xb75e5de8 Yes (*) /usr/lib/libz.so.1
  7. 0xb75cf8c0 0xb75d36d8 Yes (*) /lib/librt.so.1
  8. 0xb75ab460 0xb75c5b98 Yes (*) /lib/libm.so.6
  9. 0xb758c350 0xb75a4738 Yes (*) /lib/libgcc_s.so.1
  10. 0xb745ba50 0xb754f4cc Yes (*) /lib/libc.so.6
  11. 0xb742f2e0 0xb743a968 Yes (*) /lib/libpthread.so.0
  12. No ./core.so
  13. 0xb739ee00 0xb73cba18 Yes (*) /lib/libncursesw.so.5
  14. 0xb7234850 0xb72be568 Yes (*) /root/zombies/net.so
  15. 0xb71b2500 0xb71da318 Yes (*) /root/zombies/xmll.so
  16. 0xb6c88650 0xb6ff4b78 Yes (*) /root/zombies/mods/deathmatch/deathmatch.so
  17. 0xb23baa20 0xb23c1de8 Yes (*) /lib/libnss_files.so.2
  18. 0xb23afbe0 0xb23b2c38 Yes (*) /lib/libnss_dns.so.2
  19. 0xb239d660 0xb23a9758 Yes (*) /lib/libresolv.so.2
  20. 0xb2377ce0 0xb2393cb8 Yes (*) /root/zombies/mods/deathmatch/./dbconmy.so
  21. 0xafd499b0 0xafdd91f8 Yes (*) /usr/lib/libmysqlclient.so.16
  22. 0xb233b750 0xb2341d48 Yes (*) /lib/libcrypt.so.1
  23. 0xb2327190 0xb2333d88 Yes (*) /lib/libnsl.so.1
  24. (*): Shared library is missing debugging information.
  25.  
  26. > bt
  27. #0 0xb746f537 in raise () from /lib/libc.so.6
  28. #1 0xb7472922 in abort () from /lib/libc.so.6
  29. #2 0xb76af53f in __gnu_cxx::__verbose_terminate_handler() ()
  30. from /usr/lib/libstdc++.so.6
  31. #3 0xb76ad405 in ?? () from /usr/lib/libstdc++.so.6
  32. #4 0xb76ad442 in std::terminate() () from /usr/lib/libstdc++.so.6
  33. #5 0xb76ad581 in __cxa_throw () from /usr/lib/libstdc++.so.6
  34. #6 0xb76adbff in operator new(unsigned int) () from /usr/lib/libstdc++.so.6
  35. #7 0xb6ca44a9 in std::vector<char, std::allocator<char> >::_M_fill_insert(__gnu_cxx::__normal_iterator<char*, std::vector<char, std::allocator<char> > >, unsigned int, char const&) () from /root/zombies/mods/deathmatch/deathmatch.so
  36. #8 0xb6ca7675 in CLatentTransferManager::AddSendBatchBegin(unsigned char, NetBitStreamInterface*) () from /root/zombies/mods/deathmatch/deathmatch.so
  37. #9 0xb6d89ffe in CGame::SendPacketBatchBegin(unsigned char, NetBitStreamInterface*) () from /root/zombies/mods/deathmatch/deathmatch.so
  38. #10 0xb6e2cde9 in DoBroadcast(CPacket const&, std::multimap<unsigned short, CPlayer*, std::less<unsigned short>, std::allocator<std::pair<unsigned short const, CPlayer*> > > const&) () from /root/zombies/mods/deathmatch/deathmatch.so
  39. #11 0xb6e2dceb in CPlayerManager::Broadcast(CPacket const&, std::vector<CPlayer*, std::allocator<CPlayer*> > const&) ()
  40. from /root/zombies/mods/deathmatch/deathmatch.so
  41. #12 0xb6ea52b7 in CStaticFunctionDefinitions::TriggerLatentClientEvent(std::vector<CPlayer*, std::allocator<CPlayer*> > const&, char const*, CElement*, CLuaArgu---Type <return> to continue, or q <return> to quit---
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement