Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save MariusVanDerWijden/58f09e5008b57cd91f2f0d9a19f6b805 to your computer and use it in GitHub Desktop.
Save MariusVanDerWijden/58f09e5008b57cd91f2f0d9a19f6b805 to your computer and use it in GitHub Desktop.
shutdownPanic.log
^CINFO [04-24|11:04:01.365] Got interrupt, shutting down...
INFO [04-24|11:04:01.365] IPC endpoint closed url=/home/matematik/.ethereum/goerli/geth.ipc
INFO [04-24|11:04:01.366] Blockchain manager stopped
INFO [04-24|11:04:01.366] Stopping Ethereum protocol
INFO [04-24|11:04:01.366] Ethereum protocol stopped
INFO [04-24|11:04:01.366] Terminated topic registration topic=LES2@bf7e331f7f7c1dd2
INFO [04-24|11:04:01.366] Les server stopped
INFO [04-24|11:04:01.366] Transaction pool stopped
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x55d12bc018cb]
goroutine 4075 [running]:
github.com/ethereum/go-ethereum/core/types.(*Block).NumberU64(...)
/build/go-ethereum/src/go-ethereum/core/types/block.go:309
github.com/ethereum/go-ethereum/core.(*BlockChain).Rollback(0xc000a9a000, 0xc00b15c000, 0x800, 0x800)
/build/go-ethereum/src/go-ethereum/core/blockchain.go:921 +0x58b
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).processHeaders.func1(0xc0006a5d98, 0xc001438000)
/build/go-ethereum/src/go-ethereum/eth/downloader/downloader.go:1374 +0x1e7
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).processHeaders(0xc001438000, 0x14f64, 0x275a64, 0xc03f47cb20, 0x55d12c7324c0, 0xc00019bf20)
/build/go-ethereum/src/go-ethereum/eth/downloader/downloader.go:1393 +0x13b4
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).syncWithPeer.func6(0x55d12c70fc20, 0x0)
/build/go-ethereum/src/go-ethereum/eth/downloader/downloader.go:517 +0x4a
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).spawnSync.func1(0xc001438000, 0xc03f8d5c80, 0xc03f8dfc50)
/build/go-ethereum/src/go-ethereum/eth/downloader/downloader.go:534 +0x5d
created by github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).spawnSync
/build/go-ethereum/src/go-ethereum/eth/downloader/downloader.go:534 +0xb1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment