forked from ethereum/go-ethereum
-
Notifications
You must be signed in to change notification settings - Fork 63
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
bug: panic when sync call func getSignersFromContract #271
Comments
gzliudan
added a commit
to gzliudan/XDPoSChain
that referenced
this issue
May 29, 2023
@gzliudan We are getting the panice issue in one of our node. |
me too. |
@git-ljm Please refer to #268 (comment) |
gzliudan
added a commit
to gzliudan/XDPoSChain
that referenced
this issue
Sep 12, 2023
19 tasks
gzliudan
added a commit
to gzliudan/XDPoSChain
that referenced
this issue
Jul 22, 2024
gzliudan
added a commit
to gzliudan/XDPoSChain
that referenced
this issue
Jul 26, 2024
gzliudan
added a commit
to gzliudan/XDPoSChain
that referenced
this issue
Jul 29, 2024
liam-lai
pushed a commit
that referenced
this issue
Aug 3, 2024
* fix panic during rollback * eth/hooks: check nil stateDB to fix issue #271 * internal/ethapi: fix eth_call crash * all: check nil statedb * eth: check nil block for tracer api * internal/ethapi: check nil header and block
gzliudan
added a commit
that referenced
this issue
Aug 19, 2024
wanwiset25
pushed a commit
that referenced
this issue
Aug 23, 2024
* fix panic during rollback * eth/hooks: check nil stateDB to fix issue #271 * internal/ethapi: fix eth_call crash * all: check nil statedb * eth: check nil block for tracer api * internal/ethapi: check nil header and block
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The issue #268 reported a problem about sync, there is a panic bug in error messages. The reproduction steps are as follows:
The panic messages are as follows:
The text was updated successfully, but these errors were encountered: