You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2022/03/28 10:13:28 UTC

[GitHub] [rocketmq-client-cpp] bigboysun opened a new issue #411: Thread 5 "networkTP" received signal SIGABRT, Aborted.

bigboysun opened a new issue #411:
URL: https://github.com/apache/rocketmq-client-cpp/issues/411


   stack as follow:
   
   #0  0x00007f4044b36277 in raise () from /lib64/libc.so.6
   
   #1  0x00007f4044b37968 in abort () from /lib64/libc.so.6
   
   #2  0x00007f40333337d5 in __gnu_cxx::__verbose_terminate_handler() () from /lib64/libstdc++.so.6
   
   #3  0x00007f4033331746 in ?? () from /lib64/libstdc++.so.6
   
   #4  0x00007f4033331773 in std::terminate() () from /lib64/libstdc++.so.6
   
   #5  0x00007f40333319e9 in __cxa_rethrow () from /lib64/libstdc++.so.6
   
   #6  0x00007f4033b2c757 in boost::iostreams::detail::chain_base<boost::iostreams::chain<boost::iostreams::output, char, std::char_traits<char>, std::allocator<char> >, char, std::char_traits<char>, std::allocator<char>, boost::iostreams::output>::closer boost::iostreams::detail::execute_foreach<std::_List_iterator<boost::iostreams::detail::linked_streambuf<char, std::char_traits<char>>*>, boost::iostreams::detail::chain_base<boost::iostreams::chain<boost::iostreams::output, char, std::char_traits<char>, std::allocator<char> >, char, std::char_traits<char>, std::allocator<char>, boost::iostreams::output>::closer>(std::_List_iterator<boost::iostreams::detail::linked_streambuf<char, std::char_traits<char> >*>, std::_List_iterator<boost::iostreams::detail::linked_streambuf<char, std::char_traits<char> >*>, boost::iostreams::detail::chain_base<boost::iostreams::chain<boost::iostreams::output, char, std::char_traits<char>, std::allocator<char> >, char, std::char_traits<char>, std::alloca
 tor<char>, boost::iostreams::output>::closer) () from /usr/lib64/python2.7/site-packages/rocketmq/librocketmq.so
   
   #7  0x00007f4033b2d030 in boost::iostreams::detail::chain_base<boost::iostreams::chain<boost::iostreams::output, char, std::char_traits<char>, std::allocator<char> >, char, std::char_traits<char>, std::allocator<char>, boost::iostreams::output>::chain_impl::close() () from /usr/lib64/python2.7/site-packages/rocketmq/librocketmq.so
   
   #8  0x00007f4033b2d155 in boost::iostreams::detail::chain_base<boost::iostreams::chain<boost::iostreams::output, char, std::char_traits<char>, std::allocator<char> >, char, std::char_traits<char>, std::allocator<char>, boost::iostreams::output>::pop() ()
   
      from /usr/lib64/python2.7/site-packages/rocketmq/librocketmq.so
   
   #9  0x00007f4033b281fb in rocketmq::UtilAll::inflate(std::string&, std::string&) ()
   
      from /usr/lib64/python2.7/site-packages/rocketmq/librocketmq.so
   
   #10 0x00007f4033b14eeb in rocketmq::MQDecoder::decode(rocketmq::MemoryInputStream&, bool) ()
   
      from /usr/lib64/python2.7/site-packages/rocketmq/librocketmq.so
   
   ---Type <return> to continue, or q <return> to quit---
   
   #11 0x00007f4033b1508c in rocketmq::MQDecoder::decodes(rocketmq::MemoryBlock const*, std::vector<rocketmq::MQMessageExt, std::allocator<rocketmq::MQMessageExt> >&, bool) () from /usr/lib64/python2.7/site-packages/rocketmq/librocketmq.so
   
   #12 0x00007f4033b4110b in rocketmq::PullAPIWrapper::processPullResult(rocketmq::MQMessageQueue const&, rocketmq::PullResult*, rocketmq::SubscriptionData*) ()
   
      from /usr/lib64/python2.7/site-packages/rocketmq/librocketmq.so
   
   #13 0x00007f4033b2f4b4 in rocketmq::PullCallbackWarp::operationComplete(rocketmq::ResponseFuture*, bool) ()
   
      from /usr/lib64/python2.7/site-packages/rocketmq/librocketmq.so
   
   #14 0x00007f4033b8cc64 in rocketmq::TcpRemotingClient::ProcessData(rocketmq::MemoryBlock const&, std::string const&) ()
   
      from /usr/lib64/python2.7/site-packages/rocketmq/librocketmq.so
   
   #15 0x00007f4033b8daa9 in boost::asio::detail::completion_handler<boost::_bi::bind_t<void, boost::_mfi::mf2<void, rocketmq::TcpRemotingClient, rocketmq::MemoryBlock const&, std::string const&>, boost::_bi::list3<boost::_bi::value<rocketmq::TcpRemotingClient*>, boost::_bi::value<rocketmq::MemoryBlock>, boost::_bi::value<std::string> > > >::do_complete(boost::asio::detail::task_io_service*, boost::asio::detail::task_io_service_operation*, boost::system::error_code const&, unsigned long) () from /usr/lib64/python2.7/site-packages/rocketmq/librocketmq.so
   
   #16 0x00007f4033b2a9f1 in boost::asio::detail::task_io_service::run(boost::system::error_code&) () from /usr/lib64/python2.7/site-packages/rocketmq/librocketmq.so
   
   #17 0x00007f4033b47016 in boost::asio::io_service::run() () from /usr/lib64/python2.7/site-packages/rocketmq/librocketmq.so
   
   #18 0x00007f4033be3c3f in thread_proxy () from /usr/lib64/python2.7/site-packages/rocketmq/librocketmq.so
   
   #19 0x00007f40455dee25 in start_thread () from /lib64/libpthread.so.0
   
   #20 0x00007f4044bfdf1d in clone () from /lib64/libc.so.6


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org