Skip to content

Instantly share code, notes, and snippets.

@datajerk
Created November 9, 2015 04:44
Show Gist options
  • Save datajerk/3991c3bfaf1f5c4af559 to your computer and use it in GitHub Desktop.
Save datajerk/3991c3bfaf1f5c4af559 to your computer and use it in GitHub Desktop.
hung 1.3.1 geth, just stops download blocks, fully peered, stack trace
Nov 8 22:41:15 eth-atm-tok02-1 atm: SIGQUIT: quit
Nov 8 22:41:15 eth-atm-tok02-1 atm: PC=0x4990d9 m=0
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 0 [idle]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: runtime.epollwait(0x7ffd00000004, 0x7ffd65fb3e90, 0xffffffff00000080, 0x7ffd00000001, 0x1ffffffff, 0x7ffd00000000, 0x0, 0xb31c75a800000005, 0x7fee, 0x0, ...)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/usr/local/go/src/runtime/sys_linux_amd64.s:420 +0x19
Nov 8 22:41:15 eth-atm-tok02-1 atm: runtime.netpoll(0x16f3401, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/usr/local/go/src/runtime/netpoll_epoll.go:68 +0x94
Nov 8 22:41:15 eth-atm-tok02-1 atm: runtime.findrunnable(0xc820018000, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/usr/local/go/src/runtime/proc1.go:1512 +0x598
Nov 8 22:41:15 eth-atm-tok02-1 atm: runtime.schedule()
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/usr/local/go/src/runtime/proc1.go:1639 +0x267
Nov 8 22:41:15 eth-atm-tok02-1 atm: runtime.park_m(0xc821390780)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/usr/local/go/src/runtime/proc1.go:1698 +0x18b
Nov 8 22:41:15 eth-atm-tok02-1 atm: runtime.mcall(0x7ffd65fb45a0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/usr/local/go/src/runtime/asm_amd64.s:204 +0x5b
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 1 [chan receive, 132 minutes]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: main.run(0xc8200e9b00)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:419 +0x23f
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/codegangsta/cli.(*App).Run(0xc8200e99e0, 0xc82000a0f0, 0xf, 0xf, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/codegangsta/cli/app.go:180 +0x1028
Nov 8 22:41:15 eth-atm-tok02-1 atm: main.main()
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:372 +0x93
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 17 [syscall, 132 minutes, locked to thread]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: runtime.goexit()
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/usr/local/go/src/runtime/asm_amd64.s:1696 +0x1
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 5 [syscall, 132 minutes]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: os/signal.loop()
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/usr/local/go/src/os/signal/signal_unix.go:22 +0x18
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by os/signal.init.1
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/usr/local/go/src/os/signal/signal_unix.go:28 +0x37
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 6 [chan receive]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/logger/glog.(*loggingT).flushDaemon(0x16f3340)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/logger/glog/glog.go:897 +0x67
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/logger/glog.init.1
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/logger/glog/glog.go:428 +0x6f
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 8 [select, 130 minutes]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/logger.dispatchLoop()
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/logger/sys.go:81 +0x624
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/logger.init.1
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/logger/sys.go:60 +0x2b
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 46 [select, 132 minutes]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc820074c60)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:812 +0x7c8
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/syndtr/goleveldb/leveldb.openDB
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:130 +0x86a
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 45 [select]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0xc820074c60)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_state.go:82 +0x14b
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/syndtr/goleveldb/leveldb.openDB
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:127 +0x81e
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 43 [select]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0xc820097dc0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:205 +0x271
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/syndtr/goleveldb/leveldb/util.NewBufferPool
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:236 +0x26b
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 44 [select, 132 minutes]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc820074c60)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:120 +0x47c
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/syndtr/goleveldb/leveldb.openDB
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:126 +0x7fc
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 23 [select, 132 minutes]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc8200751e0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:120 +0x47c
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/syndtr/goleveldb/leveldb.openDB
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:126 +0x7fc
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 24 [select]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0xc8200751e0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_state.go:82 +0x14b
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/syndtr/goleveldb/leveldb.openDB
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:127 +0x81e
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 16 [chan receive, 130 minutes]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/logger.sysLoop(0x7feeb31c6978, 0xc820215290, 0xc8202042a0, 0xc8202154b0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/logger/sys.go:117 +0x51
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/logger.dispatchLoop.func1
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/logger/sys.go:77 +0xdb
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 20 [select]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0xc8200976c0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:205 +0x271
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/syndtr/goleveldb/leveldb/util.NewBufferPool
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:236 +0x26b
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 25 [select, 132 minutes]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc8200751e0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:812 +0x7c8
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/syndtr/goleveldb/leveldb.openDB
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:130 +0x86a
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 26 [select, 132 minutes]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc8200751e0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:759 +0x253
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/syndtr/goleveldb/leveldb.openDB
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:131 +0x88c
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 27 [select, 132 minutes]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0xc8200751e0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_write.go:37 +0x1a2
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/syndtr/goleveldb/leveldb.openDB
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:132 +0x8ae
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 28 [select]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).meter(0xc820152000, 0xb2d05e00)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/ethdb/database.go:255 +0xa96
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).Meter
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/ethdb/database.go:187 +0x591
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 29 [select]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0xc8200960e0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:205 +0x271
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/syndtr/goleveldb/leveldb/util.NewBufferPool
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:236 +0x26b
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 30 [select, 132 minutes]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc820074000)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:120 +0x47c
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/syndtr/goleveldb/leveldb.openDB
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:126 +0x7fc
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 31 [select]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0xc820074000)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_state.go:82 +0x14b
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/syndtr/goleveldb/leveldb.openDB
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:127 +0x81e
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 32 [select, 132 minutes]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc820074000)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:812 +0x7c8
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/syndtr/goleveldb/leveldb.openDB
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:130 +0x86a
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 33 [select, 132 minutes]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc820074000)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:759 +0x253
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/syndtr/goleveldb/leveldb.openDB
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:131 +0x88c
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 34 [select, 132 minutes]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0xc820074000)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_write.go:37 +0x1a2
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/syndtr/goleveldb/leveldb.openDB
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:132 +0x8ae
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 35 [select]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).meter(0xc8201520c0, 0xb2d05e00)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/ethdb/database.go:255 +0xa96
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).Meter
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/ethdb/database.go:187 +0x591
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 36 [select]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/core.(*BlockChain).update(0xc8200b6700)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/blockchain.go:1259 +0x101
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/core.NewBlockChain
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/blockchain.go:149 +0x1263
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 37 [chan receive, 130 minutes]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/core.(*TxPool).eventLoop(0xc8201b5260)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:95 +0xa2
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/core.NewTxPool
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:86 +0x3ac
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 38 [select]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/miner.(*worker).update(0xc820096fc0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/miner/worker.go:228 +0x6f1
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/miner.newWorker
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/miner/worker.go:142 +0x39d
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 39 [chan receive, 132 minutes]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/miner.(*worker).wait(0xc820096fc0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/miner/worker.go:271 +0x93
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/miner.newWorker
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/miner/worker.go:143 +0x3bf
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 554 [select, 130 minutes]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*Peer).handle(0xc8218b7800, 0x11, 0x26, 0x7feeb31cab80, 0xc82026b890, 0xecdd1fc6c, 0x33d01831, 0x16f26a0, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:244 +0x564
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc8218b7800, 0xc82195dce0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:217 +0x1a3
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf8
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 41 [select]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/event/filter.(*Filters).loop(0xc820158ee0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/event/filter/filter.go:74 +0x529
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/event/filter.(*Filters).Start
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/event/filter/filter.go:49 +0x35
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 42 [select, 12 minutes]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p/nat.Map(0x7feeb31c6938, 0xc82021e180, 0xc8207198c0, 0xe80ff8, 0x3, 0x9dd4, 0x9dd4, 0xf16be0, 0x12)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/nat/nat.go:114 +0xa9a
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/p2p/discover.newUDP
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:219 +0x2b2
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 47 [select, 132 minutes]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc820074c60)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:759 +0x253
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/syndtr/goleveldb/leveldb.openDB
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:131 +0x88c
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 48 [select, 132 minutes]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0xc820074c60)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_write.go:37 +0x1a2
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/syndtr/goleveldb/leveldb.openDB
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:132 +0x8ae
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 49 [select, 12 minutes]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p/discover.(*Table).refreshLoop(0xc8200ac900)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:288 +0x295
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/p2p/discover.newTable
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:116 +0x60a
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 50 [select, 12 minutes]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p/discover.(*udp).loop(0xc82071ebd0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:341 +0xb22
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/p2p/discover.newUDP
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:229 +0x50f
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 51 [IO wait, 12 minutes]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: net.runtime_pollWait(0x7feeb31c78a8, 0x72, 0xc82000e160)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/usr/local/go/src/runtime/netpoll.go:157 +0x60
Nov 8 22:41:15 eth-atm-tok02-1 atm: net.(*pollDesc).Wait(0xc82071ebc0, 0x72, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
Nov 8 22:41:15 eth-atm-tok02-1 atm: net.(*pollDesc).WaitRead(0xc82071ebc0, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
Nov 8 22:41:15 eth-atm-tok02-1 atm: net.(*netFD).readFrom(0xc82071eb60, 0xc820164000, 0x500, 0x500, 0x0, 0x0, 0x0, 0x7feeb31bd050, 0xc82000e160)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/usr/local/go/src/net/fd_unix.go:259 +0x2a5
Nov 8 22:41:15 eth-atm-tok02-1 atm: net.(*UDPConn).ReadFromUDP(0xc8200246c8, 0xc820164000, 0x500, 0x500, 0x500, 0x0, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/usr/local/go/src/net/udpsock_posix.go:61 +0x117
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p/discover.(*udp).readLoop(0xc82071ebd0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:462 +0x127
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/p2p/discover.newUDP
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:230 +0x534
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 52 [IO wait, 132 minutes]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: net.runtime_pollWait(0x7feeb31c77e8, 0x72, 0xc82000e160)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/usr/local/go/src/runtime/netpoll.go:157 +0x60
Nov 8 22:41:15 eth-atm-tok02-1 atm: net.(*pollDesc).Wait(0xc82071e300, 0x72, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
Nov 8 22:41:15 eth-atm-tok02-1 atm: net.(*pollDesc).WaitRead(0xc82071e300, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
Nov 8 22:41:15 eth-atm-tok02-1 atm: net.(*netFD).accept(0xc82071e2a0, 0x0, 0x7feeb31c7a58, 0xc820672c40)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/usr/local/go/src/net/fd_unix.go:408 +0x27c
Nov 8 22:41:15 eth-atm-tok02-1 atm: net.(*TCPListener).AcceptTCP(0xc820024150, 0x43d17b, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/usr/local/go/src/net/tcpsock_posix.go:254 +0x4d
Nov 8 22:41:15 eth-atm-tok02-1 atm: net.(*TCPListener).Accept(0xc820024150, 0x0, 0x0, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/usr/local/go/src/net/tcpsock_posix.go:264 +0x3d
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*Server).listenLoop(0xc82022ea80)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:585 +0x338
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/p2p.(*Server).startListening
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:382 +0x1c6
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 53 [select, 12 minutes]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p/nat.Map(0x7feeb31c6938, 0xc82021e180, 0xc820719620, 0xe80ac8, 0x3, 0x9dd4, 0x9dd4, 0xe96760, 0xc)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/nat/nat.go:114 +0xa9a
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*Server).startListening.func1(0xc82022ea80, 0xc82140aa50)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:387 +0x8f
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/p2p.(*Server).startListening
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:389 +0x25c
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 54 [select]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*Server).run(0xc82022ea80, 0x7feeb31d00f0, 0xc82071e230)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:451 +0x1dba
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/p2p.(*Server).Start
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:367 +0xbd6
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 55 [chan receive]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/eth.(*ProtocolManager).txBroadcastLoop(0xc820152180)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:728 +0x7f
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:165 +0x11a
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 56 [chan receive, 132 minutes]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/eth.(*ProtocolManager).minedBroadcastLoop(0xc820152180)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:717 +0x83
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:168 +0x214
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 57 [select]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/eth.(*ProtocolManager).syncer(0xc820152180)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/sync.go:139 +0x260
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:171 +0x239
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 58 [select, 132 minutes]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/eth.(*ProtocolManager).txsyncLoop(0xc820152180)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/sync.go:105 +0x605
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:172 +0x25e
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 59 [select]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/whisper.(*Whisper).update(0xc820090480)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:313 +0x108
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/whisper.(*Whisper).Start
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:161 +0x10f
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 60 [chan receive, 132 minutes]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/cmd/utils.StartEthereum.func1(0xc8201963c0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/cmd/utils/cmd.go:132 +0x13f
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/cmd/utils.StartEthereum
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/cmd/utils/cmd.go:145 +0x2d0
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 61 [IO wait]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: net.runtime_pollWait(0x7feeb31c7968, 0x72, 0xc82000e160)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/usr/local/go/src/runtime/netpoll.go:157 +0x60
Nov 8 22:41:15 eth-atm-tok02-1 atm: net.(*pollDesc).Wait(0xc82071e370, 0x72, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
Nov 8 22:41:15 eth-atm-tok02-1 atm: net.(*pollDesc).WaitRead(0xc82071e370, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
Nov 8 22:41:15 eth-atm-tok02-1 atm: net.(*netFD).accept(0xc82071e310, 0x0, 0x7feeb31c7a58, 0xc839674360)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/usr/local/go/src/net/fd_unix.go:408 +0x27c
Nov 8 22:41:15 eth-atm-tok02-1 atm: net.(*UnixListener).AcceptUnix(0xc820672800, 0xc820730ed8, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/usr/local/go/src/net/unixsock_posix.go:304 +0x53
Nov 8 22:41:15 eth-atm-tok02-1 atm: net.(*UnixListener).Accept(0xc820672800, 0x0, 0x0, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/usr/local/go/src/net/unixsock_posix.go:314 +0x41
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/rpc/comms.ipcLoop(0xc820672720, 0x1c, 0x0, 0xc820672740, 0x7feeb31d0158, 0xc820672800)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/comms/ipc.go:116 +0x1aa
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/rpc/comms.StartIpc
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/comms/ipc.go:107 +0xd1
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 62 [chan receive]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/eth/filters.(*FilterSystem).filterLoop(0xc82072e240)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter_system.go:94 +0x9e
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/eth/filters.NewFilterSystem
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter_system.go:53 +0x2ed
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 63 [select]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/xeth.(*XEth).start(0xc82071a270)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/xeth/xeth.go:127 +0x779
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/xeth.New
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/xeth/xeth.go:118 +0x618
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 64 [IO wait]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: net.runtime_pollWait(0x7feeb31c7728, 0x72, 0xc82000e160)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/usr/local/go/src/runtime/netpoll.go:157 +0x60
Nov 8 22:41:15 eth-atm-tok02-1 atm: net.(*pollDesc).Wait(0xc82071e450, 0x72, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
Nov 8 22:41:15 eth-atm-tok02-1 atm: net.(*pollDesc).WaitRead(0xc82071e450, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
Nov 8 22:41:15 eth-atm-tok02-1 atm: net.(*netFD).accept(0xc82071e3f0, 0x0, 0x7feeb31c7a58, 0xc837125aa0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/usr/local/go/src/net/fd_unix.go:408 +0x27c
Nov 8 22:41:15 eth-atm-tok02-1 atm: net.(*TCPListener).AcceptTCP(0xc8200241e0, 0xc82010ceb0, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/usr/local/go/src/net/tcpsock_posix.go:254 +0x4d
Nov 8 22:41:15 eth-atm-tok02-1 atm: net.(*TCPListener).Accept(0xc8200241e0, 0x0, 0x0, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/usr/local/go/src/net/tcpsock_posix.go:264 +0x3d
Nov 8 22:41:15 eth-atm-tok02-1 atm: net/http.(*Server).Serve(0xc8214087e0, 0x7feeb31d0070, 0xc8200241e0, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/usr/local/go/src/net/http/server.go:1887 +0xb3
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/rpc/comms.listenHTTP
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/rpc/comms/http.go:188 +0x2ad
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 543 [select, 130 minutes]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*Peer).handle(0xc821cee000, 0x11, 0x26, 0x7feeb31cab80, 0xc820245c20, 0xecdd1fc69, 0x2cd138b5, 0x16f26a0, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:244 +0x564
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc821cee000, 0xc821c0a240)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:217 +0x1a3
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf8
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 67 [select]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/eth/fetcher.(*Fetcher).loop(0xc8201624e0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/fetcher/fetcher.go:350 +0x6832
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/eth/fetcher.(*Fetcher).Start
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/fetcher/fetcher.go:182 +0x35
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 68 [select, 132 minutes, locked to thread]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: runtime.gopark(0x10a21c0, 0xc8200f0728, 0xe7ffb0, 0x6, 0x466f18, 0x2)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/usr/local/go/src/runtime/proc.go:185 +0x163
Nov 8 22:41:15 eth-atm-tok02-1 atm: runtime.selectgoImpl(0xc8200f0728, 0x0, 0x18)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/usr/local/go/src/runtime/select.go:392 +0xa64
Nov 8 22:41:15 eth-atm-tok02-1 atm: runtime.selectgo(0xc8200f0728)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/usr/local/go/src/runtime/select.go:212 +0x12
Nov 8 22:41:15 eth-atm-tok02-1 atm: runtime.ensureSigM.func1()
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/usr/local/go/src/runtime/signal1_unix.go:227 +0x353
Nov 8 22:41:15 eth-atm-tok02-1 atm: runtime.goexit()
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/usr/local/go/src/runtime/asm_amd64.s:1696 +0x1
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 331 [select, 130 minutes]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*Peer).handle(0xc821e2ef00, 0x14, 0x217, 0x7feeb31cab80, 0xc82026a2a0, 0xecdd1fc78, 0x324d063e, 0x16f26a0, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:244 +0x564
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc821e2ef00, 0xc821e1d980)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:217 +0x1a3
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf8
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 314 [select]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc820c29260, 0x0, 0x7fee00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/whisper.(*Whisper).handlePeer(0xc820090480, 0xc820c1ba40, 0x7feeb31fac68, 0xc820c29260, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:210 +0x1e5
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/whisper.(*Whisper).(github.com/ethereum/go-ethereum/whisper.handlePeer)-fm(0xc820c1ba40, 0x7feeb31fac68, 0xc820c29260, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:95 +0x4c
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc820c29260, 0xc820c1ba40)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 313 [select]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc820c291a0, 0x0, 0x7fee00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc820152180, 0xc820c2ea20, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:241 +0xb7
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc820152180, 0xc820c2ea20, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:229 +0xaa9
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc820c1ba40, 0x7feeb31fac68, 0xc820c291a0, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:120 +0xb7
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc820c291a0, 0xc820c1ba40)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 312 [select]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc820c1ba40)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x261
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x11d
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 311 [IO wait]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: net.runtime_pollWait(0x7feeb31c74e8, 0x72, 0xc82000e160)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/usr/local/go/src/runtime/netpoll.go:157 +0x60
Nov 8 22:41:15 eth-atm-tok02-1 atm: net.(*pollDesc).Wait(0xc8200f67d0, 0x72, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
Nov 8 22:41:15 eth-atm-tok02-1 atm: net.(*pollDesc).WaitRead(0xc8200f67d0, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
Nov 8 22:41:15 eth-atm-tok02-1 atm: net.(*netFD).Read(0xc8200f6770, 0xc839a8e5c0, 0x20, 0x20, 0x0, 0x7feeb31bd050, 0xc82000e160)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/usr/local/go/src/net/fd_unix.go:232 +0x23a
Nov 8 22:41:15 eth-atm-tok02-1 atm: net.(*conn).Read(0xc8213b8000, 0xc839a8e5c0, 0x20, 0x20, 0x0, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/usr/local/go/src/net/net.go:172 +0xe4
Nov 8 22:41:15 eth-atm-tok02-1 atm: io.ReadAtLeast(0x7feeb31d2000, 0xc8213b8000, 0xc839a8e5c0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/usr/local/go/src/io/io.go:298 +0xe6
Nov 8 22:41:15 eth-atm-tok02-1 atm: io.ReadFull(0x7feeb31d2000, 0xc8213b8000, 0xc839a8e5c0, 0x20, 0x20, 0x20, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/usr/local/go/src/io/io.go:316 +0x62
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc820c28e40, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:569 +0x13d
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc820671cb0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x1db
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc820c1ba40, 0xc820c296e0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x90
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf8
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 309 [select]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc820c1ba40, 0x7feeb31fac40)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xcd6
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc82022ea80, 0xc820c1ba40)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:691 +0x328
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/p2p.(*Server).run
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:498 +0x1ab5
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 307 [select]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc821b8ced0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:109 +0x301
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/whisper.(*peer).start
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:56 +0x39
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 303 [select, 129 minutes]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc821b7d680, 0x0, 0x7fee00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/whisper.(*Whisper).handlePeer(0xc820090480, 0xc821b7f840, 0x7feeb31fac68, 0xc821b7d680, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:210 +0x1e5
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/whisper.(*Whisper).(github.com/ethereum/go-ethereum/whisper.handlePeer)-fm(0xc821b7f840, 0x7feeb31fac68, 0xc821b7d680, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:95 +0x4c
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc821b7d680, 0xc821b7f840)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 302 [select, 129 minutes]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).deliver(0xc820058340, 0xc821c57890, 0x10, 0xc820017c80, 0x7feeb0f34a40, 0xc820eafa10, 0x7feeb31c1908, 0x171a298, 0x7feeb31c1908, 0x171a298, ...)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1697 +0x297
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).DeliverHeaders(0xc820058340, 0xc821c57890, 0x10, 0xc8213b8280, 0x1, 0x1, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1661 +0x139
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc820152180, 0xc821b81710, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:432 +0x2c77
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc820152180, 0xc821b81710, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:229 +0xaa9
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc821b7f840, 0x7feeb31fac68, 0xc821b7d5c0, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:120 +0xb7
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc821b7d5c0, 0xc821b7f840)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 301 [select]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc821b7f840)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x261
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x11d
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 300 [select, 129 minutes]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*Peer).handle(0xc821b7f840, 0x14, 0x217, 0x7feeb31cab80, 0xc820eafa40, 0xecdd1fc94, 0x1c554517, 0x16f26a0, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:244 +0x564
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc821b7f840, 0xc821b7db00)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:217 +0x1a3
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf8
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 1738 [select]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc821debd40, 0x0, 0x7fee00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/whisper.(*Whisper).handlePeer(0xc820090480, 0xc821dff000, 0x7feeb31fac68, 0xc821debd40, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:210 +0x1e5
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/whisper.(*Whisper).(github.com/ethereum/go-ethereum/whisper.handlePeer)-fm(0xc821dff000, 0x7feeb31fac68, 0xc821debd40, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:95 +0x4c
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc821debd40, 0xc821dff000)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 299 [select]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc821b7f840, 0x7feeb31fac40)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xcd6
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc82022ea80, 0xc821b7f840)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:691 +0x328
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/p2p.(*Server).run
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:498 +0x1ab5
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 350 [IO wait]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: net.runtime_pollWait(0x7feeb31c7368, 0x72, 0xc82000e160)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/usr/local/go/src/runtime/netpoll.go:157 +0x60
Nov 8 22:41:15 eth-atm-tok02-1 atm: net.(*pollDesc).Wait(0xc8200f6920, 0x72, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
Nov 8 22:41:15 eth-atm-tok02-1 atm: net.(*pollDesc).WaitRead(0xc8200f6920, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
Nov 8 22:41:15 eth-atm-tok02-1 atm: net.(*netFD).Read(0xc8200f68c0, 0xc839a8f1a0, 0x20, 0x20, 0x0, 0x7feeb31bd050, 0xc82000e160)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/usr/local/go/src/net/fd_unix.go:232 +0x23a
Nov 8 22:41:15 eth-atm-tok02-1 atm: net.(*conn).Read(0xc8213b8008, 0xc839a8f1a0, 0x20, 0x20, 0x0, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/usr/local/go/src/net/net.go:172 +0xe4
Nov 8 22:41:15 eth-atm-tok02-1 atm: io.ReadAtLeast(0x7feeb31d2000, 0xc8213b8008, 0xc839a8f1a0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/usr/local/go/src/io/io.go:298 +0xe6
Nov 8 22:41:15 eth-atm-tok02-1 atm: io.ReadFull(0x7feeb31d2000, 0xc8213b8008, 0xc839a8f1a0, 0x20, 0x20, 0x20, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/usr/local/go/src/io/io.go:316 +0x62
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc8213c7e00, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:569 +0x13d
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc821a13e90, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x1db
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc820f2ba40, 0xc82142dd40)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x90
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf8
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 323 [select]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc820eac9c0, 0x0, 0x7fee00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/whisper.(*Whisper).handlePeer(0xc820090480, 0xc820e9f900, 0x7feeb31fac68, 0xc820eac9c0, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:210 +0x1e5
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/whisper.(*Whisper).(github.com/ethereum/go-ethereum/whisper.handlePeer)-fm(0xc820e9f900, 0x7feeb31fac68, 0xc820eac9c0, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:95 +0x4c
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc820eac9c0, 0xc820e9f900)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 327 [select]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc820ea7e30)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:109 +0x301
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/whisper.(*peer).start
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:56 +0x39
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 330 [select]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc821e2ef00, 0x7feeb31fac40)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xcd6
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc82022ea80, 0xc821e2ef00)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:691 +0x328
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/p2p.(*Server).run
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:498 +0x1ab5
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 332 [select]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc821e2ef00)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x261
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x11d
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 333 [select, 130 minutes]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).deliver(0xc820058340, 0xc821c569d0, 0x10, 0xc820017c80, 0x7feeb0f34a40, 0xc82026a270, 0x7feeb31c1908, 0x171a298, 0x7feeb31c1908, 0x171a298, ...)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1697 +0x297
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).DeliverHeaders(0xc820058340, 0xc821c569d0, 0x10, 0xc8213b9000, 0x1, 0x1, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1661 +0x139
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc820152180, 0xc821e25320, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:432 +0x2c77
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc820152180, 0xc821e25320, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:229 +0xaa9
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc821e2ef00, 0x7feeb31fac68, 0xc821e1d4a0, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:120 +0xb7
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc821e1d4a0, 0xc821e2ef00)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 334 [select, 130 minutes]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc821e1d560, 0x0, 0x7fee00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/whisper.(*Whisper).handlePeer(0xc820090480, 0xc821e2ef00, 0x7feeb31fac68, 0xc821e1d560, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:210 +0x1e5
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/whisper.(*Whisper).(github.com/ethereum/go-ethereum/whisper.handlePeer)-fm(0xc821e2ef00, 0x7feeb31fac68, 0xc821e1d560, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:95 +0x4c
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc821e1d560, 0xc821e2ef00)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 338 [select]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc821e2b050)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:109 +0x301
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/whisper.(*peer).start
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:56 +0x39
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 1735 [IO wait]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: net.runtime_pollWait(0x7feeb31c71e8, 0x72, 0xc82000e160)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/usr/local/go/src/runtime/netpoll.go:157 +0x60
Nov 8 22:41:15 eth-atm-tok02-1 atm: net.(*pollDesc).Wait(0xc820b90d80, 0x72, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
Nov 8 22:41:15 eth-atm-tok02-1 atm: net.(*pollDesc).WaitRead(0xc820b90d80, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
Nov 8 22:41:15 eth-atm-tok02-1 atm: net.(*netFD).Read(0xc820b90d20, 0xc839a8e9e0, 0x20, 0x20, 0x0, 0x7feeb31bd050, 0xc82000e160)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/usr/local/go/src/net/fd_unix.go:232 +0x23a
Nov 8 22:41:15 eth-atm-tok02-1 atm: net.(*conn).Read(0xc8213b8310, 0xc839a8e9e0, 0x20, 0x20, 0x0, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/usr/local/go/src/net/net.go:172 +0xe4
Nov 8 22:41:15 eth-atm-tok02-1 atm: io.ReadAtLeast(0x7feeb31d2000, 0xc8213b8310, 0xc839a8e9e0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/usr/local/go/src/io/io.go:298 +0xe6
Nov 8 22:41:15 eth-atm-tok02-1 atm: io.ReadFull(0x7feeb31d2000, 0xc8213b8310, 0xc839a8e9e0, 0x20, 0x20, 0x20, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/usr/local/go/src/io/io.go:316 +0x62
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc821deb980, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:569 +0x13d
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc8202441e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x1db
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc821dff000, 0xc821e080c0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x90
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf8
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 1737 [select]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc821debc80, 0x0, 0x7fee00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc820152180, 0xc821df33b0, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:241 +0xb7
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc820152180, 0xc821df33b0, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:229 +0xaa9
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc821dff000, 0x7feeb31fac68, 0xc821debc80, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:120 +0xb7
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc821debc80, 0xc821dff000)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 1736 [select]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc821dff000)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x261
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x11d
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 349 [select]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc820f2ba40, 0x7feeb31fac40)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xcd6
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc82022ea80, 0xc820f2ba40)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:691 +0x328
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/p2p.(*Server).run
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:498 +0x1ab5
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 361 [select]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc821c14400, 0x7feeb31fac40)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xcd6
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc82022ea80, 0xc821c14400)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:691 +0x328
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/p2p.(*Server).run
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:498 +0x1ab5
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 351 [select]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc820f2ba40)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x261
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x11d
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 329 [select]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc820c34240)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:109 +0x301
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/whisper.(*peer).start
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:56 +0x39
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 321 [select]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc820e9f900)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x261
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x11d
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 320 [IO wait]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: net.runtime_pollWait(0x7feeb31c7428, 0x72, 0xc82000e160)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/usr/local/go/src/runtime/netpoll.go:157 +0x60
Nov 8 22:41:15 eth-atm-tok02-1 atm: net.(*pollDesc).Wait(0xc8200f6840, 0x72, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
Nov 8 22:41:15 eth-atm-tok02-1 atm: net.(*pollDesc).WaitRead(0xc8200f6840, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
Nov 8 22:41:15 eth-atm-tok02-1 atm: net.(*netFD).Read(0xc8200f67e0, 0xc8375f1980, 0x20, 0x20, 0x0, 0x7feeb31bd050, 0xc82000e160)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/usr/local/go/src/net/fd_unix.go:232 +0x23a
Nov 8 22:41:15 eth-atm-tok02-1 atm: net.(*conn).Read(0xc8218b03e0, 0xc8375f1980, 0x20, 0x20, 0x0, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/usr/local/go/src/net/net.go:172 +0xe4
Nov 8 22:41:15 eth-atm-tok02-1 atm: io.ReadAtLeast(0x7feeb31d2000, 0xc8218b03e0, 0xc8375f1980, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/usr/local/go/src/io/io.go:298 +0xe6
Nov 8 22:41:15 eth-atm-tok02-1 atm: io.ReadFull(0x7feeb31d2000, 0xc8218b03e0, 0xc8375f1980, 0x20, 0x20, 0x20, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/usr/local/go/src/io/io.go:316 +0x62
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc821463680, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:569 +0x13d
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc820b99f20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x1db
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc820e9f900, 0xc820eace40)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x90
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf8
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 319 [select]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc820e9f900, 0x7feeb31fac40)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xcd6
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc82022ea80, 0xc820e9f900)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:691 +0x328
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/p2p.(*Server).run
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:498 +0x1ab5
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 322 [select]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc820eac900, 0x0, 0x7fee00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc820152180, 0xc820ea38c0, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:241 +0xb7
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc820152180, 0xc820ea38c0, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:229 +0xaa9
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc820e9f900, 0x7feeb31fac68, 0xc820eac900, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:120 +0xb7
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc820eac900, 0xc820e9f900)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 362 [select, 130 minutes]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*Peer).handle(0xc821c14400, 0x11, 0x26, 0x7feeb31cab80, 0xc8213d62a0, 0xecdd1fc76, 0xdaae87b, 0x16f26a0, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:244 +0x564
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc821c14400, 0xc821c0b0e0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:217 +0x1a3
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf8
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 352 [select]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc82142d800, 0x0, 0x7fee00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc820152180, 0xc821430360, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:241 +0xb7
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc820152180, 0xc821430360, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:229 +0xaa9
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc820f2ba40, 0x7feeb31fac68, 0xc82142d800, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:120 +0xb7
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc82142d800, 0xc820f2ba40)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 353 [select]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc82142d8c0, 0x0, 0x7fee00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/whisper.(*Whisper).handlePeer(0xc820090480, 0xc820f2ba40, 0x7feeb31fac68, 0xc82142d8c0, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:210 +0x1e5
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/whisper.(*Whisper).(github.com/ethereum/go-ethereum/whisper.handlePeer)-fm(0xc820f2ba40, 0x7feeb31fac68, 0xc82142d8c0, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:95 +0x4c
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc82142d8c0, 0xc820f2ba40)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 357 [select]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc8214346c0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:109 +0x301
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/whisper.(*peer).start
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:56 +0x39
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 1733 [select]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc821dff000, 0x7feeb31fac40)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xcd6
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc82022ea80, 0xc821dff000)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:691 +0x328
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/p2p.(*Server).run
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:498 +0x1ab5
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 363 [select]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc821c14400)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x261
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x11d
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 364 [select, 130 minutes]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).deliver(0xc820058340, 0xc8206ab820, 0x10, 0xc820017c80, 0x7feeb0f34a40, 0xc821c11500, 0x7feeb31c1908, 0x171a298, 0x7feeb31c1908, 0x171a298, ...)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1697 +0x297
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).DeliverHeaders(0xc820058340, 0xc8206ab820, 0x10, 0xc8213b86f8, 0x1, 0x1, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1661 +0x139
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc820152180, 0xc821c09050, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:432 +0x2c77
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc820152180, 0xc821c09050, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:229 +0xaa9
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc821c14400, 0x7feeb31fac68, 0xc821c0aba0, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:120 +0xb7
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc821c0aba0, 0xc821c14400)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 365 [select, 130 minutes]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc821c0ac60, 0x0, 0x7fee00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/whisper.(*Whisper).handlePeer(0xc820090480, 0xc821c14400, 0x7feeb31fac68, 0xc821c0ac60, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:210 +0x1e5
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/whisper.(*Whisper).(github.com/ethereum/go-ethereum/whisper.handlePeer)-fm(0xc821c14400, 0x7feeb31fac68, 0xc821c0ac60, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:95 +0x4c
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc821c0ac60, 0xc821c14400)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 372 [runnable]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc821c16780)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:109 +0x301
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/whisper.(*peer).start
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:56 +0x39
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 551 [select]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc820ce1ce0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:109 +0x301
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/whisper.(*peer).start
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:56 +0x39
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 546 [select, 130 minutes]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc820391ec0, 0x0, 0x7fee00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/whisper.(*Whisper).handlePeer(0xc820090480, 0xc821cee000, 0x7feeb31fac68, 0xc820391ec0, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:210 +0x1e5
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/whisper.(*Whisper).(github.com/ethereum/go-ethereum/whisper.handlePeer)-fm(0xc821cee000, 0x7feeb31fac68, 0xc820391ec0, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:95 +0x4c
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc820391ec0, 0xc821cee000)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 542 [select]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc821cee000, 0x7feeb31fac40)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xcd6
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc82022ea80, 0xc821cee000)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:691 +0x328
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/p2p.(*Server).run
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:498 +0x1ab5
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 544 [select]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc821cee000)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x261
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x11d
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 545 [select, 130 minutes]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).deliver(0xc820058340, 0xc8206d7ee0, 0x10, 0xc820017c80, 0x7feeb0f34a40, 0xc8202452f0, 0x7feeb31c1908, 0x171a298, 0x7feeb31c1908, 0x171a298, ...)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1697 +0x297
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).DeliverHeaders(0xc820058340, 0xc8206d7ee0, 0x10, 0xc8213b8618, 0x1, 0x1, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1661 +0x139
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc820152180, 0xc821c095f0, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:432 +0x2c77
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc820152180, 0xc821c095f0, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:229 +0xaa9
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc821cee000, 0x7feeb31fac68, 0xc820391e00, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:120 +0xb7
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc820391e00, 0xc821cee000)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 553 [select]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc8218b7800, 0x7feeb31fac40)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xcd6
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc82022ea80, 0xc8218b7800)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:691 +0x328
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/p2p.(*Server).run
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:498 +0x1ab5
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 535 [select]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc820391560, 0x0, 0x7fee00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/whisper.(*Whisper).handlePeer(0xc820090480, 0xc821c159c0, 0x7feeb31fac68, 0xc820391560, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:210 +0x1e5
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/whisper.(*Whisper).(github.com/ethereum/go-ethereum/whisper.handlePeer)-fm(0xc821c159c0, 0x7feeb31fac68, 0xc820391560, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:95 +0x4c
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc820391560, 0xc821c159c0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 541 [select]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc820ce1380)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:109 +0x301
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/whisper.(*peer).start
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:56 +0x39
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 534 [select]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc821c159c0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x261
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x11d
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 536 [select]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc8203914a0, 0x0, 0x7fee00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc820152180, 0xc821c094d0, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:241 +0xb7
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc820152180, 0xc821c094d0, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:229 +0xaa9
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc821c159c0, 0x7feeb31fac68, 0xc8203914a0, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:120 +0xb7
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc8203914a0, 0xc821c159c0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 522 [select]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc821c06030)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:109 +0x301
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/whisper.(*peer).start
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:56 +0x39
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 532 [select]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc821c159c0, 0x7feeb31fac40)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xcd6
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc82022ea80, 0xc821c159c0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:691 +0x328
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/p2p.(*Server).run
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:498 +0x1ab5
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 517 [select, 130 minutes]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).deliver(0xc820058340, 0xc8219676d0, 0x10, 0xc820017c80, 0x7feeb0f34a40, 0xc820eaf350, 0x7feeb31c1908, 0x171a298, 0x7feeb31c1908, 0x171a298, ...)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1697 +0x297
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).DeliverHeaders(0xc820058340, 0xc8219676d0, 0x10, 0xc8213b8158, 0x1, 0x1, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1661 +0x139
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc820152180, 0xc821bfa1b0, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:432 +0x2c77
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc820152180, 0xc821bfa1b0, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:229 +0xaa9
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc820e42000, 0x7feeb31fac68, 0xc821be4600, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:120 +0xb7
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc821be4600, 0xc820e42000)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 516 [select, 130 minutes]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc821be46c0, 0x0, 0x7fee00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/whisper.(*Whisper).handlePeer(0xc820090480, 0xc820e42000, 0x7feeb31fac68, 0xc821be46c0, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:210 +0x1e5
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/whisper.(*Whisper).(github.com/ethereum/go-ethereum/whisper.handlePeer)-fm(0xc820e42000, 0x7feeb31fac68, 0xc821be46c0, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:95 +0x4c
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc821be46c0, 0xc820e42000)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 515 [select]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc820e42000)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x261
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x11d
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 513 [select]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc820e42000, 0x7feeb31fac40)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xcd6
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc82022ea80, 0xc820e42000)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:691 +0x328
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/p2p.(*Server).run
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:498 +0x1ab5
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 533 [IO wait]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: net.runtime_pollWait(0x7feeb31c7128, 0x72, 0xc82000e160)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/usr/local/go/src/runtime/netpoll.go:157 +0x60
Nov 8 22:41:15 eth-atm-tok02-1 atm: net.(*pollDesc).Wait(0xc82198e290, 0x72, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
Nov 8 22:41:15 eth-atm-tok02-1 atm: net.(*pollDesc).WaitRead(0xc82198e290, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
Nov 8 22:41:15 eth-atm-tok02-1 atm: net.(*netFD).Read(0xc82198e230, 0xc839a8e780, 0x20, 0x20, 0x0, 0x7feeb31bd050, 0xc82000e160)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/usr/local/go/src/net/fd_unix.go:232 +0x23a
Nov 8 22:41:15 eth-atm-tok02-1 atm: net.(*conn).Read(0xc8213b98b8, 0xc839a8e780, 0x20, 0x20, 0x0, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/usr/local/go/src/net/net.go:172 +0xe4
Nov 8 22:41:15 eth-atm-tok02-1 atm: io.ReadAtLeast(0x7feeb31d2000, 0xc8213b98b8, 0xc839a8e780, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/usr/local/go/src/io/io.go:298 +0xe6
Nov 8 22:41:15 eth-atm-tok02-1 atm: io.ReadFull(0x7feeb31d2000, 0xc8213b98b8, 0xc839a8e780, 0x20, 0x20, 0x20, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/usr/local/go/src/io/io.go:316 +0x62
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc821458240, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:569 +0x13d
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc821da06c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x1db
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc821c159c0, 0xc8203918c0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x90
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf8
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 514 [select, 130 minutes]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*Peer).handle(0xc820e42000, 0x14, 0x217, 0x7feeb31cab80, 0xc820eafc50, 0xecdd1fc71, 0x1f6785fc, 0x16f26a0, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:244 +0x564
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc820e42000, 0xc821be4a20)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:217 +0x1a3
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf8
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 2080 [runnable]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).fetchParts(0xc820058340, 0x7feeb31bd028, 0xc82000fca0, 0xc820017d40, 0xc821997ea0, 0xc8201b53b0, 0xc821997e90, 0xc821997f20, 0xc821997f10, 0xc821997f00, ...)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1390 +0x1f72
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).fetchBodies(0xc820058340, 0xb2b, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1291 +0x2ff
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).syncWithPeer.func6(0xc8203909c0, 0xc820058340, 0xb2a)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:435 +0x2e
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).syncWithPeer
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:435 +0xc4a
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 555 [select]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc8218b7800)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x261
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x11d
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 556 [select, 130 minutes]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).deliver(0xc820058340, 0xc8219675d0, 0x10, 0xc820017c80, 0x7feeb0f34a40, 0xc82026b530, 0x7feeb31c1908, 0x171a298, 0x7feeb31c1908, 0x171a298, ...)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1697 +0x297
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).DeliverHeaders(0xc820058340, 0xc8219675d0, 0x10, 0xc8213b8e40, 0x1, 0x1, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1661 +0x139
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc820152180, 0xc8218baab0, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:432 +0x2c77
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc820152180, 0xc8218baab0, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:229 +0xaa9
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc8218b7800, 0x7feeb31fac68, 0xc82195d8c0, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:120 +0xb7
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc82195d8c0, 0xc8218b7800)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 557 [select, 130 minutes]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc82195d980, 0x0, 0x7fee00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/whisper.(*Whisper).handlePeer(0xc820090480, 0xc8218b7800, 0x7feeb31fac68, 0xc82195d980, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:210 +0x1e5
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/whisper.(*Whisper).(github.com/ethereum/go-ethereum/whisper.handlePeer)-fm(0xc8218b7800, 0x7feeb31fac68, 0xc82195d980, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:95 +0x4c
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc82195d980, 0xc8218b7800)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 562 [select]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc8218c0390)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:109 +0x301
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/whisper.(*peer).start
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:56 +0x39
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 777 [select]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc8203e0900)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x261
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0x11d
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 776 [select, 130 minutes]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*Peer).handle(0xc8203e0900, 0x11, 0x26, 0x7feeb31cab80, 0xc820491f20, 0xecdd1fc6f, 0x379dc1c4, 0x16f26a0, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:244 +0x564
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc8203e0900, 0xc820416780)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:217 +0x1a3
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xf8
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 774 [select]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc8203e0900, 0x7feeb31fac40)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0xcd6
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc82022ea80, 0xc8203e0900)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:691 +0x328
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/p2p.(*Server).run
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:498 +0x1ab5
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 2076 [chan receive, 130 minutes]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).syncWithPeer(0xc820058340, 0xc82000a3c0, 0x5dbda42903206757, 0x16e18992a2aad7c8, 0xe284385ff9b28115, 0x31233020da1ebb4d, 0xc821d510e0, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:442 +0xd1d
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).synchronise(0xc820058340, 0xc8219676d0, 0x10, 0x5dbda42903206757, 0x16e18992a2aad7c8, 0xe284385ff9b28115, 0x31233020da1ebb4d, 0xc821d510e0, 0x0, 0x0, ...)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:328 +0x60f
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).Synchronise(0xc820058340, 0xc8219676d0, 0x10, 0x5dbda42903206757, 0x16e18992a2aad7c8, 0xe284385ff9b28115, 0x31233020da1ebb4d, 0xc821d510e0, 0x0, 0x0, ...)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:254 +0x2c8
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/eth.(*ProtocolManager).synchronise(0xc820152180, 0xc821bfa1b0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/sync.go:173 +0x193
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:641 +0x6de3
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 779 [select, 130 minutes]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc820416420, 0x0, 0x7fee00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x221
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/whisper.(*Whisper).handlePeer(0xc820090480, 0xc8203e0900, 0x7feeb31fac68, 0xc820416420, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:210 +0x1e5
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/whisper.(*Whisper).(github.com/ethereum/go-ethereum/whisper.handlePeer)-fm(0xc8203e0900, 0x7feeb31fac68, 0xc820416420, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/whisper.go:95 +0x4c
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc820416420, 0xc8203e0900)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 778 [select, 130 minutes]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).deliver(0xc820058340, 0xc820356830, 0x10, 0xc820017c80, 0x7feeb0f34a40, 0xc820546c30, 0x7feeb31c1908, 0x171a298, 0x7feeb31c1908, 0x171a298, ...)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1697 +0x297
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).DeliverHeaders(0xc820058340, 0xc820356830, 0x10, 0xc8213b9270, 0x1, 0x1, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1661 +0x139
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc820152180, 0xc82041a1b0, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:432 +0x2c77
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc820152180, 0xc82041a1b0, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:229 +0xaa9
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc8203e0900, 0x7feeb31fac68, 0xc820416360, 0x0, 0x0)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:120 +0xb7
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc820416360, 0xc8203e0900)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x8c
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x304
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 784 [select]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc820426c60)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:109 +0x301
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/whisper.(*peer).start
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:56 +0x39
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 1743 [select]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/whisper.(*peer).update(0xc821dfcd20)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:109 +0x301
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/whisper.(*peer).start
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/whisper/peer.go:56 +0x39
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 6662 [chan receive, 33 minutes]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/eth.(*GasPriceOracle).listenLoop(0xc82072a190)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/gasprice.go:107 +0x24c
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/eth.(*GasPriceOracle).init.func1
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/gasprice.go:79 +0x53
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: goroutine 9368 [select, 12 minutes]:
Nov 8 22:41:15 eth-atm-tok02-1 atm: github.com/ethereum/go-ethereum/p2p/discover.(*nodeDB).expirer(0xc821408180)
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/database.go:233 +0x22a
Nov 8 22:41:15 eth-atm-tok02-1 atm: created by github.com/ethereum/go-ethereum/p2p/discover.(*nodeDB).ensureExpirer.func1
Nov 8 22:41:15 eth-atm-tok02-1 atm: #011/tmp/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/database.go:225 +0x34
Nov 8 22:41:15 eth-atm-tok02-1 atm:
Nov 8 22:41:15 eth-atm-tok02-1 atm: rax 0xfffffffffffffffc
Nov 8 22:41:15 eth-atm-tok02-1 atm: rbx 0xffffffff
Nov 8 22:41:15 eth-atm-tok02-1 atm: rcx 0xffffffffffffffff
Nov 8 22:41:15 eth-atm-tok02-1 atm: rdx 0x80
Nov 8 22:41:15 eth-atm-tok02-1 atm: rdi 0x4
Nov 8 22:41:15 eth-atm-tok02-1 atm: rsi 0x7ffd65fb3e90
Nov 8 22:41:15 eth-atm-tok02-1 atm: rbp 0x7feeb31c75a8
Nov 8 22:41:15 eth-atm-tok02-1 atm: rsp 0x7ffd65fb3e50
Nov 8 22:41:15 eth-atm-tok02-1 atm: r8 0x16f4120
Nov 8 22:41:15 eth-atm-tok02-1 atm: r9 0x0
Nov 8 22:41:15 eth-atm-tok02-1 atm: r10 0xffffffff
Nov 8 22:41:15 eth-atm-tok02-1 atm: r11 0x246
Nov 8 22:41:15 eth-atm-tok02-1 atm: r12 0x2
Nov 8 22:41:15 eth-atm-tok02-1 atm: r13 0x109c228
Nov 8 22:41:15 eth-atm-tok02-1 atm: r14 0x1
Nov 8 22:41:15 eth-atm-tok02-1 atm: r15 0x8
Nov 8 22:41:15 eth-atm-tok02-1 atm: rip 0x4990d9
Nov 8 22:41:15 eth-atm-tok02-1 atm: rflags 0x246
Nov 8 22:41:15 eth-atm-tok02-1 atm: cs 0x33
Nov 8 22:41:15 eth-atm-tok02-1 atm: fs 0x0
Nov 8 22:41:15 eth-atm-tok02-1 atm: gs 0x0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment