zaphoyd / websocketpp

C++ websocket client/server library
http://www.zaphoyd.com/websocketpp
Other
6.96k stars 1.97k forks source link

transport::asio::endpoint crash #775

Open shangsh opened 5 years ago

shangsh commented 5 years ago

MyWebSockets!std::basic_stringstream<char,std::char_traits,std::allocator >::`RTTI Complete Object Locator' MyWebSockets!websocketpp::transport::asio::endpoint::init_asio+0xd1 [d:\code\workspace\websocketpp-0.7.0\websocketpp\transport\asio\endpoint.hpp @ 195] MyWebSockets!websocketpp::transport::asio::endpoint::init_asio+0x29 [d:\code\workspace\websocketpp-0.7.0\websocketpp\transport\asio\endpoint.hpp @ 212] MyWebSockets!websocketpp::transport::asio::endpoint::init_asio+0x57 [d:\code\workspace\websocketpp-0.7.0\websocketpp\transport\asio\endpoint.hpp @ 259] MyWebSockets!CClient::CClient+0x9a [d:\code\workspace\magic-box-publiclib\moduleslib\MyWebSockets\client.cpp @ 17] MyWebSockets!ws_create_context+0x52 [d:\code\workspace\magic-box-publiclib\moduleslib\MyWebSockets\MyWebSockets.h @ 19] TestService!MyWebSockets::CWebSocketClient::SetListener+0x43

hg98-park commented 4 years ago

Hi shangsh, Did you find the solution for this problem? I also have a crash problem and issued #881 If there's anything you found out regarding this, I would appreciate it.