-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
P2P: segfault on connection creation #835
Milestone
Comments
Fix also needs to be backported to Leap 5.0. Going to fix first in Spring to verify fix before backporting. |
heifner
added a commit
that referenced
this issue
Sep 28, 2024
heifner
added a commit
that referenced
this issue
Sep 29, 2024
heifner
added a commit
that referenced
this issue
Sep 29, 2024
heifner
added a commit
that referenced
this issue
Sep 29, 2024
heifner
added a commit
that referenced
this issue
Sep 30, 2024
heifner
added a commit
that referenced
this issue
Sep 30, 2024
This was
linked to
pull requests
Sep 30, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A number of recent runs of CI/CD.
Test failure of
p2p_sync_throttle_test
https://github.com/AntelopeIO/spring/actions/runs/11084150668/job/30799334499
Core file shows:
Introduced by #825, where the connect was moved to the connection strand instead of being on the same thread as the
async_resolve
callback.The text was updated successfully, but these errors were encountered: