-
Notifications
You must be signed in to change notification settings - Fork 73
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
3.1.0: if p2p socket fails to bind, nodeos crashes leaving DB dirty #60
Comments
heifner
added a commit
that referenced
this issue
Aug 30, 2022
… causes non-joined threads to terminate.
heifner
added a commit
that referenced
this issue
Aug 30, 2022
[3.1] Fix crash on startup if port already in use
heifner
added a commit
that referenced
this issue
Aug 30, 2022
heifner
added a commit
that referenced
this issue
Aug 30, 2022
[3.1 -> main] Fix crash on startup if port already in use
Repository owner
moved this from Awaiting Review
to Done
in Team Backlog
Aug 30, 2022
heifner
added a commit
that referenced
this issue
Apr 29, 2024
IF: Do not allow set_finalizers during transition
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the background do a
to tie up the port.
Then just
This crash occurs early enough that the DB is left dirty.
(this is 3.1.0 post CI branch protection modification)
The text was updated successfully, but these errors were encountered: