Advertisement
Guest User

Untitled

a guest
Sep 30th, 2020
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.75 KB | None | 0 0
  1. Thread 3 "appchat-server" hit Breakpoint 1, Protocol::MsgFactory::serialize_response (header_ptr=..., response_ptr=...)
  2.     at /home/focus/WS/Dev/AppChat/appchat/src/protocol/include/protocol/msgfactory.cpp:162
  3. 162             bin_buffer.resize(SIZE_HEADER + byteSize);
  4. (gdb) n
  5. 163             header_ptr->set_length(byteSize);
  6. (gdb) n
  7. 163             header_ptr->set_length(byteSize);
  8. (gdb) s
  9. Serialize::Header::set_length (this=0x7fffe4001ab0, value=13) at /home/focus/WS/Dev/AppChat/appchat/src/protocol/include/protocol/msgfactory.cpp:163
  10. 163             header_ptr->set_length(byteSize);
  11. (gdb) s
  12. Serialize::Header::_internal_set_length (this=0x7fffe4001ab0, value=13) at /home/focus/WS/Dev/AppChat/build/src/protocol/messages.pb.h:478
  13. 478   length_ = value;
  14. (gdb) s
  15. Protocol::MsgFactory::serialize_response (header_ptr=..., response_ptr=...) at /home/focus/WS/Dev/AppChat/appchat/src/protocol/include/protocol/msgfactory.cpp:164
  16. 164             header_ptr->SerializeToArray(bin_buffer.data(), SIZE_HEADER);
  17. (gdb) s
  18. std::__cxx1998::vector<unsigned char, std::allocator<unsigned char> >::data (this=0x7ffff57d3918)
  19.     at /usr/bin/../lib/gcc/x86_64-linux-gnu/10/../../../../include/c++/10/bits/stl_vector.h:1169
  20. 1169          { return _M_data_ptr(this->_M_impl._M_start); }
  21. (gdb) s
  22. Protocol::MsgFactory::serialize_response (header_ptr=..., response_ptr=...) at /home/focus/WS/Dev/AppChat/appchat/src/protocol/include/protocol/msgfactory.cpp:164
  23. 164             header_ptr->SerializeToArray(bin_buffer.data(), SIZE_HEADER);
  24. (gdb) s
  25. google::protobuf::MessageLite::SerializeToArray (this=0x7fffe4001ab0, data=0x7fffe4001ab0, size=19) at google/protobuf/message_lite.cc:481
  26. 481 google/protobuf/message_lite.cc: Нет такого файла или каталога.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement