Skip to content
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

Closed
WhiteCat6142 opened this issue Jan 23, 2018 · 5 comments
Closed

Segmentation fault on Ubuntu 18.04 on docker #865

WhiteCat6142 opened this issue Jan 23, 2018 · 5 comments
Labels

Comments

@WhiteCat6142
Copy link

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

@denravonska
Copy link
Member

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.
@tomasbrod
Copy link
Member

On #871, daemon not crashed yet. I will try to run list rsa.

@WhiteCat6142
Copy link
Author

gridcoin v3.7.5.0 still has the same issue.

@iFoggz
Copy link
Member

iFoggz commented Feb 2, 2018

3.7.7.0 has been released

@WhiteCat6142
Copy link
Author

Now it seems to be fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants