Skip to content

Instantly share code, notes, and snippets.

@jwasinger
Created December 15, 2023 09:07
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 jwasinger/73522120aaa5f199abe68ce6a3e92092 to your computer and use it in GitHub Desktop.
Save jwasinger/73522120aaa5f199abe68ce6a3e92092 to your computer and use it in GitHub Desktop.
goroutine 5495 [chan send, 1471 minutes]:
github.com/ethereum/go-ethereum/core/state.(*subfetcher).schedule(0xc045913b00, {0xc0113d7ab0, 0x1, 0x40?})
github.com/ethereum/go-ethereum/core/state/trie_prefetcher.go:243 +0x17d
github.com/ethereum/go-ethereum/core/state.(*triePrefetcher).prefetch(0xc00f26edd0, {0xab, 0x14, 0xd6, 0x88, 0x2, 0xa7, 0x63, 0xf7, 0xdb, ...}, ...)
github.com/ethereum/go-ethereum/core/state/trie_prefetcher.go:148 +0x29c
github.com/ethereum/go-ethereum/core/state.(*stateObject).GetCommittedState(0xc0158a3420, {0x9, 0xe8, 0xfb, 0x6, 0x58, 0x45, 0x2e, 0xee, 0xdd, ...})
github.com/ethereum/go-ethereum/core/state/state_object.go:209 +0x49c
github.com/ethereum/go-ethereum/core/state.(*stateObject).GetState(...)
github.com/ethereum/go-ethereum/core/state/state_object.go:166
github.com/ethereum/go-ethereum/core/state.(*StateDB).GetState(0xc0113d7cb8?, {0xda, 0xc1, 0x7f, 0x95, 0x8d, 0x2e, 0xe5, 0x23, 0xa2, ...}, ...)
github.com/ethereum/go-ethereum/core/state/statedb.go:348 +0x106
github.com/ethereum/go-ethereum/core/vm.opSload(0xc03b2bd7c0?, 0xc076840000, 0xc0263c5008?)
github.com/ethereum/go-ethereum/core/vm/instructions.go:525 +0x14c
github.com/ethereum/go-ethereum/core/vm.(*EVMInterpreter).Run(0xc076840000, 0xc006454300, {0xc0215103b1, 0x44, 0xcf}, 0x0)
github.com/ethereum/go-ethereum/core/vm/interpreter.go:230 +0x9c7
github.com/ethereum/go-ethereum/core/vm.(*EVM).Call(0xc03b2bd7c0, {0x1e3a980, 0xc006454240}, {0xda, 0xc1, 0x7f, 0x95, 0x8d, 0x2e, 0xe5, ...}, ...)
github.com/ethereum/go-ethereum/core/vm/evm.go:240 +0xbb1
github.com/ethereum/go-ethereum/core/vm.opCall(0xc03b2bd7c0?, 0xc076840000, 0xc03ddba0c0)
github.com/ethereum/go-ethereum/core/vm/instructions.go:695 +0x614
github.com/ethereum/go-ethereum/core/vm.(*EVMInterpreter).Run(0xc076840000, 0xc006454240, {0xc071c8c160, 0x144, 0x160}, 0x0)
github.com/ethereum/go-ethereum/core/vm/interpreter.go:230 +0x9c7
github.com/ethereum/go-ethereum/core/vm.(*EVM).DelegateCall(0xc03b2bd7c0, {0x1e3a980, 0xc006454180?}, {0xe5, 0xdc, 0xdc, 0x13, 0xb6, 0x28, 0xc2, ...}, ...)
github.com/ethereum/go-ethereum/core/vm/evm.go:343 +0x756
github.com/ethereum/go-ethereum/core/vm.opDelegateCall(0xc03b2bd7c0?, 0xc076840000, 0xc03ddba090)
github.com/ethereum/go-ethereum/core/vm/instructions.go:759 +0x476
github.com/ethereum/go-ethereum/core/vm.(*EVMInterpreter).Run(0xc076840000, 0xc006454180, {0xc064e20160, 0x144, 0x144}, 0x0)
github.com/ethereum/go-ethereum/core/vm/interpreter.go:230 +0x9c7
github.com/ethereum/go-ethereum/core/vm.(*EVM).Call(0xc03b2bd7c0, {0x1e395e0, 0xc01e550138}, {0xdb, 0x5, 0x47, 0xf6, 0xa7, 0xf, 0x5, ...}, ...)
github.com/ethereum/go-ethereum/core/vm/evm.go:240 +0xbb1
github.com/ethereum/go-ethereum/core.(*StateTransition).TransitionDb(0xc0189052e0)
github.com/ethereum/go-ethereum/core/state_transition.go:419 +0x83d
github.com/ethereum/go-ethereum/core.ApplyMessage(0xce09e8e504afabcd?, 0x84eb763e6f7bd877?, 0xe7b410f1?)
github.com/ethereum/go-ethereum/core/state_transition.go:181 +0x57
github.com/ethereum/go-ethereum/core.applyTransaction(0xc0a2aea0b0, 0x298b8a0, 0x1c9c380?, 0xc076fdb680, 0xc042ea1000, {0x67, 0x8, 0xbc, 0xc0, 0xa2, ...}, ...)
github.com/ethereum/go-ethereum/core/state_processor.go:160 +0x15b
github.com/ethereum/go-ethereum/core.ApplyTransaction(0xc01c0fb8d0?, {0x1e3fce8, 0xc000680c00}, 0x1e435d0?, 0xc01c0fb900?, 0x7431fe?, 0xc097102280, 0xc00ee7a820?, 0x1e492e0?, {{0x0, ...}, ...})
github.com/ethereum/go-ethereum/core/state_processor.go:217 +0x2b3
github.com/ethereum/go-ethereum/miner.(*worker).applyTransaction(0x1e492e0?, 0xc0290786e0, 0xc01c0fb9c8?)
github.com/ethereum/go-ethereum/miner/worker.go:787 +0x1bd
github.com/ethereum/go-ethereum/miner.(*worker).commitTransaction(0xf995e4916715c7e4?, 0xc0290786e0, 0xc0233ce0c0)
github.com/ethereum/go-ethereum/miner/worker.go:748 +0x50
github.com/ethereum/go-ethereum/miner.(*worker).commitTransactions(0xc00dbdc240, 0xc0290786e0, 0xc08e396040, 0x0)
github.com/ethereum/go-ethereum/miner/worker.go:851 +0x4d9
github.com/ethereum/go-ethereum/miner.(*worker).mainLoop(0xc00dbdc240)
github.com/ethereum/go-ethereum/miner/worker.go:557 +0x91e
created by github.com/ethereum/go-ethereum/miner.newWorker in goroutine 1
github.com/ethereum/go-ethereum/miner/worker.go:291 +0x846
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment