-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Upgrading from v1.3.11 to v1.4.2 causes a goroutine stack overflow #9267
Comments
#9217 this was caused by manually calling the gRPC server using curls with bogus params/format ,which the server couldn't handle. |
I am not calling any curl commands manually.... How to check for what params were passed or what was called? Seems like logging can be improved for better triaging. |
In such a case ignore what i said about the curl calls. this a concerning issue. |
Thanks for reporting @ybstaked. Can you please provide the list of flags passed to the beacon node? |
@rkapka here you go: exec beacon-chain --accept-terms-of-use --datadir /home/prysm/data --rpc-host 0.0.0.0 --rpc-port 4000 --grpc-gateway-host 0.0.0.0 --grpc-gateway-port 4001 --log-file /tmp/ethereum2.log --b │
│ lock-batch-limit=512 --http-web3provider=https://rpc.eth-goerli.staging-us-east-2.cloud:443 --slots-per-archive-point 128 --pyrmont |
hey @ybstaked , |
I'm getting a similar error:
After running:
I am connecting to it with a remote validator. |
Hi Guys - after some more troubleshooting I've managed to get it to run without issue. Using the It's ran normally ever since even with my remote validator connected. |
I am afraid that the stack overflow error is hiding another issue. @ybstaked / @lenhartjames , can either of you please run the not working node setup either from the docker image |
Duplicate of #9246 |
🐞 Bug Report
Description
Upgrading from v1.3.11 to v1.4.2 causes a goroutine stack overflow
Has this worked before in a previous version?
Yes, the previous version in which this bug was not present was:v1.3.11
🔬 Minimal Reproduction
🔥 Error
🌍 Your Environment
Operating System:
What version of Prysm are you running? (Which release)
Anything else relevant (validator index / public key)?
The text was updated successfully, but these errors were encountered: