-
Notifications
You must be signed in to change notification settings - Fork 550
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
Snark worker crashes #6028
Comments
Yeah it keeps crashing for me every 2-3 mins too (using coda-daemon:0.0.16-beta6 docker image).
See below a generated crash report archive. |
Thanks @gretzke, managed to reproduce locally, attempting to root-cause now. Instructions to repo:
|
This an overflow here in the transaction snark. Adding the transaction amount ( $ ghci
GHCi, version 8.6.3: http://www.haskell.org/ghc/ :? for help
Prelude> logBase 2 18446744073809551615
64.00000000000782
Prelude> 2 ^ 64 - 18446744073809551615
-99999999 |
@mrmr1993 Is it same issue for my case (I provided crash report above too)? If yes how could we solve it? |
@evstigneeff unfortunately your crash report doesn't contain the log from the snark worker, so I wasn't able to figure out if yours was the same issue or not. The team is currently working on a bugfix release, including the fix for this issue, there should be an update on discord when it's ready. |
@mrmr1993 Snark worker was crashing yesterday until Coda re-deployed the network from the genesis block (and built new 0.0.16-beta7 docker image) and it stared working fine then. Now it keeps crashing again (see crash report below). Your help would be greatly appreciated.
|
Closing this as fixed, the transaction causing the bug now doesn't crash the snark worker since #6034. @evstigneeff can you open a new issue for that crash? It seems to be separate from the one originally reported here. |
Snark worker crashes shortly after startup (roughly every 2 minutes)
crash report:
The text was updated successfully, but these errors were encountered: