Advertisement
Guest User

Untitled

a guest
Feb 24th, 2020
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.55 KB | None | 0 0
  1. anope@Hub:~/services$ gdb bin/services core
  2. GNU gdb (GDB) 7.4.1-debian
  3. Copyright (C) 2012 Free Software Foundation, Inc.
  4. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  5. This is free software: you are free to change and redistribute it.
  6. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  7. and "show warranty" for details.
  8. This GDB was configured as "x86_64-linux-gnu".
  9. For bug reporting instructions, please see:
  10. <http://www.gnu.org/software/gdb/bugs/>...
  11. Reading symbols from /home/anope/services/bin/services...(no debugging symbols found)...done.
  12. [New LWP 28849]
  13. [New LWP 28850]
  14.  
  15. warning: Can't read pathname for load map: Errore di input/output.
  16. [Thread debugging using libthread_db enabled]
  17. Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  18. Core was generated by `/home/anope/services/bin/services'.
  19. Program terminated with signal 11, Segmentation fault.
  20. #0 0x0000000000460c10 in Channel::CheckKick(User*) ()
  21. (gdb) bt full
  22. #0 0x0000000000460c10 in Channel::CheckKick(User*) ()
  23. No symbol table info available.
  24. #1 0x00007fd30a073c1b in CommandCSAKick::Enforce(CommandSource&, ChannelInfo*) () from lib/modules/cs_akick.so
  25. No symbol table info available.
  26. #2 0x00007fd30a074ad6 in CommandCSAKick::DoAdd(CommandSource&, ChannelInfo*, std::vector<Anope::string, std::allocator<Anope::string> > const&) () from lib/modules/cs_akick.so
  27. No symbol table info available.
  28. #3 0x00007fd30a07856b in CommandCSAKick::Execute(CommandSource&, std::vector<Anope::string, std::allocator<Anope::string> > const&) () from lib/modules/cs_akick.so
  29. No symbol table info available.
  30. #4 0x00000000004651cb in Command::Run(CommandSource&, Anope::string const&, CommandInfo const&, std::vector<Anope::string, std::allocator<Anope::string> >&) ()
  31. No symbol table info available.
  32. #5 0x0000000000465fc4 in Command::Run(CommandSource&, Anope::string const&) ()
  33. No symbol table info available.
  34. #6 0x0000000000450ffa in BotInfo::OnMessage(User*, Anope::string const&) ()
  35. No symbol table info available.
  36. #7 0x00000000004958a0 in Message::Privmsg::Run(MessageSource&, std::vector<Anope::string, std::allocator<Anope::string> > const&) ()
  37. No symbol table info available.
  38. #8 0x00000000004c469f in Anope::Process(Anope::string const&) ()
  39. No symbol table info available.
  40. #9 0x00000000004e755a in UplinkSocket::ProcessRead() ()
  41. No symbol table info available.
  42. #10 0x00000000004e301a in SocketEngine::Process() ()
  43. No symbol table info available.
  44. #11 0x0000000000443c8d in main ()
  45. No symbol table info available.
  46. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement