Skip to content

Instantly share code, notes, and snippets.

@arno01
Created April 23, 2022 14:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arno01/de79d6788981c868c53a88d4d3a62042 to your computer and use it in GitHub Desktop.
Save arno01/de79d6788981c868c53a88d4d3a62042 to your computer and use it in GitHub Desktop.
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x15380b3]

goroutine 112 [running]:
github.com/cosmos/cosmos-sdk/x/upgrade.BeginBlocker({{0xc00013ab80, 0xc}, 0xc00113fda0, {0x308b7f0, 0xc00131ef60}, {0x311ffd8, 0xc00131f110}, 0xc001380f90, {0x3070bc0, 0xc001185520}, ...}, ...)
	github.com/cosmos/cosmos-sdk@v0.45.1/x/upgrade/abci.go:38 +0x1093
github.com/cosmos/cosmos-sdk/x/upgrade.AppModule.BeginBlock(...)
	github.com/cosmos/cosmos-sdk@v0.45.1/x/upgrade/module.go:130
github.com/cosmos/cosmos-sdk/types/module.(*Manager).BeginBlock(_, {{0x30d4468, 0xc0000520c0}, {0x3127000, 0xc004213900}, {{0xb, 0x0}, {0xc003ae5060, 0xa}, 0x5548a6, ...}, ...}, ...)
	github.com/cosmos/cosmos-sdk@v0.45.1/types/module/module.go:479 +0x218
github.com/ovrclk/akash/app.(*AkashApp).BeginBlocker(...)
	github.com/ovrclk/akash/app/app.go:547
github.com/cosmos/cosmos-sdk/baseapp.(*BaseApp).BeginBlock(_, {{0xc004204680, 0x20, 0x20}, {{0xb, 0x0}, {0xc003ae5060, 0xa}, 0x5548a6, {0x9f5c0fa, ...}, ...}, ...})
	github.com/cosmos/cosmos-sdk@v0.45.1/baseapp/abci.go:194 +0x9dc
github.com/tendermint/tendermint/abci/client.(*localClient).BeginBlockSync(_, {{0xc004204680, 0x20, 0x20}, {{0xb, 0x0}, {0xc003ae5060, 0xa}, 0x5548a6, {0x9f5c0fa, ...}, ...}, ...})
	github.com/tendermint/tendermint@v0.34.14/abci/client/local_client.go:280 +0x118
github.com/tendermint/tendermint/proxy.(*appConnConsensus).BeginBlockSync(_, {{0xc004204680, 0x20, 0x20}, {{0xb, 0x0}, {0xc003ae5060, 0xa}, 0x5548a6, {0x9f5c0fa, ...}, ...}, ...})
	github.com/tendermint/tendermint@v0.34.14/proxy/app_conn.go:81 +0x55
github.com/tendermint/tendermint/state.execBlockOnProxyApp({0x30d5460, 0xc0001316e0}, {0x30ffae0, 0xc0017dc290}, 0xc003afa1e0, {0x3119f18, 0xc0017dc3b0}, 0x5548a5)
	github.com/tendermint/tendermint@v0.34.14/state/execution.go:307 +0x3dd
github.com/tendermint/tendermint/state.(*BlockExecutor).ApplyBlock(_, {{{0xb, 0x0}, {0x0, 0x0}}, {0xc002fe6500, 0xa}, 0x1, 0x5548a5, {{0xc00169c400, ...}, ...}, ...}, ...)
	github.com/tendermint/tendermint@v0.34.14/state/execution.go:140 +0x171
github.com/tendermint/tendermint/blockchain/v0.(*BlockchainReactor).poolRoutine(0xc000d7e700, 0x0)
	github.com/tendermint/tendermint@v0.34.14/blockchain/v0/reactor.go:398 +0xb7b
created by github.com/tendermint/tendermint/blockchain/v0.(*BlockchainReactor).OnStart
	github.com/tendermint/tendermint@v0.34.14/blockchain/v0/reactor.go:110 +0x85
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment