You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In PR #2791 for the last releases (7.0.1 and test-7.0.3), we updated read_write_handler and read_write_handler_with_buffer to throw canceled_exception when a boost::asio::error::operation_aborted error occurs.
The canceled_exception might then be caught in message_oriented_connection_impl::read_loop():
wlog( "caught a canceled_exception in read_loop. this should mean we're in the process of deleting this object already, so there's no need to notify the delegate: ${e}", ("e", e.to_detail_string() ) );
as a result, call_on_connection_closed is no longer set to true, so node::on_connection_closed() is not called as before, which means that certain cleanup steps are not performed.
Bug Description
Start a new witness_node instance and wait, sometimes it hangs during syncing (unable to sync to latest block). Restarting works sometimes.
See #2798 (comment) for more info.
Unable to stably reproduce so far.Haven't found very interesting info in log files yet.
Probably caused by memory corruption.
Impacts
Describe which portion(s) of BitShares Core may be impacted by this bug. Please tick at least one box.
Host Environment
Please provide details about the host environment. Much of this information can be found running:
witness_node --version
.7.0.1
/test-7.0.3
CORE TEAM TASK LIST
The text was updated successfully, but these errors were encountered: