Guest User

Untitled

a guest
Dec 16th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 KB | None | 0 0
  1. Program received signal SIGSEGV, Segmentation fault.
  2. 0x801b8234 in strlen ()
  3. (gdb) -backtrace
  4. Undefined command: "". Try "help".
  5. (gdb) backtrace
  6. #0 0x801b8234 in strlen ()
  7. #1 0x801c3754 in _vfprintf_r ()
  8. #2 0x801c3af4 in vprintf ()
  9. #3 0x8010295c in secured_error (message=0x801d6cd8 "Buffer overflow!!! %s:%u")
  10. at d:/TeamWiigen/libwiisys/source/smalloc.cpp:22
  11. #4 0x80102d30 in CheckMallocInfo (info=0x80452440) at d:/TeamWiigen/libwiisys/source/smalloc.cpp:93
  12. #5 0x801032c0 in secured_free (ptr=0x80452460, fileName=0x0, lineNumber=0)
  13. at d:/TeamWiigen/libwiisys/source/smalloc.cpp:256
  14. #6 0x80103404 in operator delete (ptr=0x80452460) at d:/TeamWiigen/libwiisys/source/smalloc.cpp:286
  15. #7 0x80196678 in std::basic_string<char, std::char_traits<char>, std::allocator<char> >::_Rep::_M_destroy(std::allocato
  16. r<char> const&) ()
  17. #8 0x80194a48 in std::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_stringstream()
  18. ()
  19. #9 0x8012baa0 in Libwiisys::Network::NetworkUtility::URLEncode (s=...)
  20. at d:/TeamWiigen/libwiisys/source/Network/NetworkUtility.cpp:85
  21. #10 0x801265b8 in Libwiisys::Network::HttpRequest::GetResponseLength (this=0x8034b400)
  22. at d:/TeamWiigen/libwiisys/source/Network/HttpRequest.cpp:99
  23. #11 0x8012740c in Libwiisys::Network::HttpRequest::GetResponse (this=0x8034b400)
  24. at d:/TeamWiigen/libwiisys/source/Network/HttpRequest.cpp:266
  25. #12 0x80108d80 in Libwiisys::Logging::WebLogger::Init (this=0x804508f8, appName=..., appVersion=...)
  26. at d:/TeamWiigen/libwiisys/source/logging/WebLogger.cpp:29
  27. #13 0x80105bc8 in Libwiisys::Logging::Log::AddLogProvider (type=Libwiisys::Logging::Lgt_All, logger=0x804508fc)
  28. at d:/TeamWiigen/libwiisys/source/logging/Log.cpp:61
  29. #14 0x8007695c in Config::Initialize (configFilePath=...) at d:/TeamWiigen/sciifii/source/Config.cpp:77
  30. #15 0x80080a7c in main (argc=1, argv=0x8034f77c) at d:/TeamWiigen/sciifii/source/main.cpp:141
Add Comment
Please, Sign In to add comment