You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This seems to be a Go quirk golang/go#9959. The compiler requires the programmer to manually align atomic fields to 64bit boundaries. Lame. Should be solvable by rearranging the fields a bit in the freezer table.
System information
Geth version:
OS & Version: Raspberry Pi
Expected behaviour
The client start to sync
Actual behaviour
the client crash as for below logs
Steps to reproduce the behaviour
The client run as systemd service with this options:
before I was able to sync using this version
1.9.0-unstable-504f88b6
Backtrace
The text was updated successfully, but these errors were encountered: