SimaticResearchActivity / FBAE

Framework for Broadcast Algorithms Evaluation
GNU Affero General Public License v3.0
0 stars 1 forks source link

Assertion failed: lenRead2 == len, file Tcp.cpp #84

Closed simatic closed 1 month ago

simatic commented 1 month ago

Under Windows, test .\fbae.exe -a B -c t -f 200 -n 1000 -r 99 -s 10000 -S res/sites_3_local.json leads to the following display:

Assertion failed: lenRead2 == len, file C:\software\FBAE\src\core\CommLayer\Tcp\Tcp.cpp, line 140

Under Linux, the same assert is triggered with this message containing somehow the same information:

fbae: /home/simatic/GIT/FBAE/src/core/CommLayer/Tcp/Tcp.cpp:140: boost::asio::awaitable<void> fbae::core::CommLayer::Tcp::Tcp::coroutineIncomingMessageReceiver(boost::asio::as_tuple_t<boost::asio::use_awaitable_t<> >::as_default_on_t<boost::asio::basic_stream_socket<boost::asio::ip::tcp> >): Assertion `lenRead2 == len' failed.