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
Seid version
name: sei
server_name:
version: v4.1.7-evm-devnet
commit: 6e0c934
build_tags: netgo ledger,
go: go version go1.22.4 linux/amd64
build_deps:
cosmossdk.io/errors@v1.0.0
filippo.io/edwards25519@v1.0.0-rc.1
github.com/99designs/keyring@v1.2.1
Chain ID
Local 4-docker-node chain
Describe the bug
I continuously changed the node configuration and restarted the node. During one of the restarts, the node panicked with the error: panic: runtime error: invalid memory address or nil pointer dereference. However, I am unsure which configuration change caused this issue. Below are the detailed node logs and the configuration file at the time of the error for debugging purposes.
To Reproduce
Steps to reproduce the behavior:
Continuously change the node config and restart the node
The node panic in runtime
Expected behavior
The node should not panic, or if it does, it should provide a friendly error message to the user when the panic occurs.
Screenshots
Here is the code snippet with the bug:
Additional context
Here is the panic log. seid-3.log
You're missing a significant portion of the config entirely. This is not a bug. It is sort of like taking the top half of your engine off then complaining to the manufacturer that the car no longer works.
Seid version
name: sei
server_name:
version: v4.1.7-evm-devnet
commit: 6e0c934
build_tags: netgo ledger,
go: go version go1.22.4 linux/amd64
build_deps:
Chain ID
Local 4-docker-node chain
Describe the bug
I continuously changed the node configuration and restarted the node. During one of the restarts, the node panicked with the error:
panic: runtime error: invalid memory address or nil pointer dereference
. However, I am unsure which configuration change caused this issue. Below are the detailed node logs and the configuration file at the time of the error for debugging purposes.To Reproduce
Steps to reproduce the behavior:
Expected behavior
The node should not panic, or if it does, it should provide a friendly error message to the user when the panic occurs.
Screenshots

Here is the code snippet with the bug:
Additional context
Here is the panic log.
seid-3.log
Here is the config file
The text was updated successfully, but these errors were encountered: