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
The text was updated successfully, but these errors were encountered:
agatsoh
changed the title
fatal error: concurrent map read and map write
fatal error: concurrent map read and map write. Raspberry pi 3 Model B
Feb 14, 2018
I get the error while using the light client feature of the latest geth 1.8.0 unstable release from the latest master inside the raspberry pi.
System information
Geth version:
OS & Version: RASPBIAN STRETCH WITH DESKTOP OS
Expected behaviour
Actual behaviour
https://gist.github.com/agatsoh/96f45d7a27dd816c32c22ca02581eb4e
Steps to reproduce the behaviour
The raspberry pi needs to be installed with the RASPBIAN STRETCH WITH DESKTOP OS.
Install virtualenv virtualenvwrapper.
Install the go language. Go to https://golang.org/dl/ from there we need to download the armv6l version. On the raspberry pi
wget https://dl.google.com/go/go1.9.4.linux-armv6l.tar.gz
sudo tar -C /usr/local -xzf go1.9.4.linux-armv6l.tar.gz
Write below line in .bashrc and then do a source .bashrc
export PATH=$PATH:/usr/local/go/bin
Clone geth repository and then
make geth
Backtrace
The stacktrace that I got can be found in this gist.
https://gist.github.com/agatsoh/96f45d7a27dd816c32c22ca02581eb4e
The text was updated successfully, but these errors were encountered: