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
Which version are you running? I can't make sense of these line numbers.
One thing I noticed is that node_impl::initiate_connect_to takes a reference to a shared pointer as argument, which looks wrong. Both invocations of initiate_connect_to look harmless though.
Another thing is that connect_to_task(new_peer, *new_peer->get_remote_endpoint()); dereferences an optional without checking if it's valid.
GDB showed the next trace:
The text was updated successfully, but these errors were encountered: