We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
panic: runtime error: racy use of timers
goroutine 26309 [running]: time.startTimer(0xc001cfd598) /usr/lib/golang/src/runtime/time.go:114 +0x2b time.(*Timer).Reset(0xc001cfd590, 0x6fc23ac00, 0xc0061f7af0) /usr/lib/golang/src/time/sleep.go:130 +0x81 github.com/DSiSc/galaxy/consensus/policy/fbft.(*FBFTPolicy).Initialization(0xc0001feb00, 0x0, 0x0, 0x0, 0x0, 0x687c4b8210333c35, 0xb8a42cdbbef23351, 0x3d63dfb4, 0x2, 0xc001d0ca20, ...) /home/justitia/go/src/github.com/DSiSc/galaxy/consensus/policy/fbft/fbft.go:44 +0x22d github.com/DSiSc/justitia/node.(*Node).blockFactory(0xc000244600, 0x0, 0x0, 0x0, 0x0, 0x687c4b8210333c34, 0xb8a42cdbbef23351, 0x3d63dfb4, 0x1, 0xc005dea220, ...) /home/justitia/go/src/github.com/DSiSc/justitia/node/node.go:277 +0x189 github.com/DSiSc/justitia/node.(*Node).NextRound(0xc000244600, 0x1) /home/justitia/go/src/github.com/DSiSc/justitia/node/node.go:321 +0x1a2 github.com/DSiSc/justitia/node.(*Node).mainLoop(0xc000244600) /home/justitia/go/src/github.com/DSiSc/justitia/node/node.go:380 +0x1ca created by github.com/DSiSc/justitia/node.(*Node).Start /home/justitia/go/src/github.com/DSiSc/justitia/node/node.go:464 +0x15a exit status 2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
panic: runtime error: racy use of timers
goroutine 26309 [running]:
time.startTimer(0xc001cfd598)
/usr/lib/golang/src/runtime/time.go:114 +0x2b
time.(*Timer).Reset(0xc001cfd590, 0x6fc23ac00, 0xc0061f7af0)
/usr/lib/golang/src/time/sleep.go:130 +0x81
github.com/DSiSc/galaxy/consensus/policy/fbft.(*FBFTPolicy).Initialization(0xc0001feb00, 0x0, 0x0, 0x0, 0x0, 0x687c4b8210333c35, 0xb8a42cdbbef23351, 0x3d63dfb4, 0x2, 0xc001d0ca20, ...)
/home/justitia/go/src/github.com/DSiSc/galaxy/consensus/policy/fbft/fbft.go:44 +0x22d
github.com/DSiSc/justitia/node.(*Node).blockFactory(0xc000244600, 0x0, 0x0, 0x0, 0x0, 0x687c4b8210333c34, 0xb8a42cdbbef23351, 0x3d63dfb4, 0x1, 0xc005dea220, ...)
/home/justitia/go/src/github.com/DSiSc/justitia/node/node.go:277 +0x189
github.com/DSiSc/justitia/node.(*Node).NextRound(0xc000244600, 0x1)
/home/justitia/go/src/github.com/DSiSc/justitia/node/node.go:321 +0x1a2
github.com/DSiSc/justitia/node.(*Node).mainLoop(0xc000244600)
/home/justitia/go/src/github.com/DSiSc/justitia/node/node.go:380 +0x1ca
created by github.com/DSiSc/justitia/node.(*Node).Start
/home/justitia/go/src/github.com/DSiSc/justitia/node/node.go:464 +0x15a
exit status 2
The text was updated successfully, but these errors were encountered: