-
Notifications
You must be signed in to change notification settings - Fork 174
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
Segmentation fault on Ubuntu 18.04 on docker #865
Labels
Comments
Yeah, seems to be a data race, possibly between the miner and the tally. Working on it right now. |
denravonska
added a commit
to denravonska/Gridcoin-Research
that referenced
this issue
Jan 23, 2018
It was possible for the used data structures to be modified by the block acceptor thread while used by the stake thread. This could result in a crash, see gridcoin-community#865.
On #871, daemon not crashed yet. I will try to run list rsa. |
gridcoin v3.7.5.0 still has the same issue. |
3.7.7.0 has been released |
Now it seems to be fixed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
gridcoin v3.7.4.0(custom build no modification)
Ubuntu 18.04 on docker
Using Boost 1.65.1
root@938cbaa1a5c6:/# gridcoinresearchd list rsa
[
//normal output
]
//a few hours has passed
root@938cbaa1a5c6:/# gridcoinresearchd list rsa
error: couldn't connect to server
[1]+ Segmentation fault (core dumped) gridcoinresearchd
The text was updated successfully, but these errors were encountered: