Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fatal error: runtime: cannot allocate memory #3129

Closed
vogelito opened this issue Oct 12, 2016 · 2 comments
Closed

fatal error: runtime: cannot allocate memory #3129

vogelito opened this issue Oct 12, 2016 · 2 comments

Comments

@vogelito
Copy link

System information

Geth
Version: 1.4.17-stable-5a6008e0
Protocol Versions: [63 62]
Network Id: 1
Go Version: go1.5.1
OS: linux
GOPATH=
GOROOT=/usr/lib/go

Linux version 3.13.0-74-generic (buildd@lcy01-07) (gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) ) #118-Ubuntu SMP Thu Dec 17 22:52:10 UTC 2015

Expected behaviour

Geth shouldn't crash

Actual behaviour

Geth crashed

Steps to reproduce the behaviour

Geth ran for about 26 hours:

2016-10-11 23:58:15.684820500 I1011 23:58:15.684806 p2p/server.go:313] Starting Server
...
2016-10-12 01:59:56.459132500 fatal error: runtime: cannot allocate memory

Backtrace

2016-10-12 01:59:56.459132500 fatal error: runtime: cannot allocate memory
2016-10-12 01:59:56.464741500 
2016-10-12 01:59:56.464742500 runtime stack:
2016-10-12 01:59:56.464742500 runtime.throw(0x10a8e20, 0x1f)
2016-10-12 01:59:56.877395500   /usr/lib/go/src/runtime/panic.go:527 +0x90
2016-10-12 01:59:56.877396500 runtime.persistentalloc1(0x100, 0x40, 0x1971538, 0x7f0a92968f00)
2016-10-12 01:59:56.877397500   /usr/lib/go/src/runtime/malloc.go:878 +0x2e3
2016-10-12 01:59:56.877397500 runtime.persistentalloc.func1()
2016-10-12 01:59:56.877398500   /usr/lib/go/src/runtime/malloc.go:831 +0x3b
2016-10-12 01:59:56.877398500 runtime.systemstack(0xc820012000)
2016-10-12 01:59:56.877399500   /usr/lib/go/src/runtime/asm_amd64.s:262 +0x79
2016-10-12 01:59:56.877399500 runtime.mstart()
2016-10-12 01:59:56.877419500   /usr/lib/go/src/runtime/proc1.go:674
2016-10-12 01:59:56.877419500 
2016-10-12 01:59:56.877420500 goroutine 27 [running]:
2016-10-12 01:59:56.877420500 runtime.systemstack_switch()
2016-10-12 01:59:56.877421500   /usr/lib/go/src/runtime/asm_amd64.s:216 fp=0xc820550510 sp=0xc820550508
2016-10-12 01:59:56.877421500 runtime.persistentalloc(0x100, 0x40, 0x1971538, 0x7f0a92968f00)
2016-10-12 01:59:56.877422500   /usr/lib/go/src/runtime/malloc.go:832 +0x58 fp=0xc820550550 sp=0xc820550510
2016-10-12 01:59:57.035090500 runtime.getempty(0x4cf628a, 0x0)
2016-10-12 01:59:57.035091500   /usr/lib/go/src/runtime/mgcwork.go:292 +0x8c fp=0xc820550580 sp=0xc820550550
2016-10-12 01:59:57.035092500 runtime.getpartialorempty(0x2a, 0xc81bebe3a2)
2016-10-12 01:59:57.035092500   /usr/lib/go/src/runtime/mgcwork.go:332 +0x6e fp=0xc8205505a0 sp=0xc820550580
2016-10-12 01:59:57.035093500 runtime.(*gcWork).put(0xc820014720, 0xc8a2838bb8)
2016-10-12 01:59:57.035098500   /usr/lib/go/src/runtime/mgcwork.go:83 +0x3c fp=0xc8205505c0 sp=0xc8205505a0
2016-10-12 01:59:57.035098500 runtime.greyobject(0xc8a2838bb8, 0xc8a1e69bc0, 0x8, 0xc81bebe3a2, 0x7f0a00000003, 0x7f0aa0df5760, 0xc820014720)
2016-10-12 01:59:57.035106500   /usr/lib/go/src/runtime/mgcmark.go:956 +0x2f1 fp=0xc820550648 sp=0xc8205505c0
2016-10-12 01:59:57.035106500 runtime.scanobject(0xc8a1e69bc0, 0xc820014720)
2016-10-12 01:59:57.035107500   /usr/lib/go/src/runtime/mgcmark.go:879 +0x2a1 fp=0xc820550718 sp=0xc820550648
2016-10-12 01:59:57.035107500 runtime.gcDrainUntilPreempt(0xc820014720, 0x7d0)
2016-10-12 01:59:57.035107500   /usr/lib/go/src/runtime/mgcmark.go:741 +0x152 fp=0xc820550750 sp=0xc820550718
2016-10-12 01:59:57.035109500 runtime.gcBgMarkWorker(0xc820013500)
2016-10-12 01:59:57.035109500   /usr/lib/go/src/runtime/mgc.go:1329 +0x474 fp=0xc8205507b8 sp=0xc820550750
2016-10-12 01:59:57.035110500 runtime.goexit()
2016-10-12 01:59:57.035110500   /usr/lib/go/src/runtime/asm_amd64.s:1696 +0x1 fp=0xc8205507c0 sp=0xc8205507b8
2016-10-12 01:59:57.035111500 created by runtime.gcBgMarkStartWorkers
2016-10-12 01:59:57.035111500   /usr/lib/go/src/runtime/mgc.go:1239 +0x93
2016-10-12 01:59:57.035113500 
2016-10-12 01:59:57.035113500 goroutine 1 [chan receive, 121 minutes]:
2016-10-12 01:59:57.035113500 github.com/ethereum/go-ethereum/node.(*Node).Wait(0xc82019a500)
2016-10-12 01:59:57.035114500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/node/node.go:492 +0x93
2016-10-12 01:59:57.035114500 main.geth(0xc8203aab40, 0x0, 0x0)
2016-10-12 01:59:57.035115500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:272 +0xf2
2016-10-12 01:59:57.035117500 reflect.Value.call(0xd0daa0, 0x122c6d0, 0x13, 0xf92898, 0x4, 0xc840b07b20, 0x1, 0x1, 0x0, 0x0, ...)
2016-10-12 01:59:57.035118500   /usr/lib/go/src/reflect/value.go:432 +0x120a
2016-10-12 01:59:57.035118500 reflect.Value.Call(0xd0daa0, 0x122c6d0, 0x13, 0xc840b07b20, 0x1, 0x1, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.035119500   /usr/lib/go/src/reflect/value.go:300 +0xb1
2016-10-12 01:59:57.035119500 gopkg.in/urfave/cli%2ev1.HandleAction(0xd0daa0, 0x122c6d0, 0xc8203aab40, 0x0, 0x0)
2016-10-12 01:59:57.035121500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/gopkg.in/urfave/cli.v1/app.go:480 +0x2ee
2016-10-12 01:59:57.035121500 gopkg.in/urfave/cli%2ev1.(*App).Run(0xc8200e3e00, 0xc82000a080, 0x8, 0x8, 0x0, 0x0)
2016-10-12 01:59:57.035122500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/gopkg.in/urfave/cli.v1/app.go:241 +0xb02
2016-10-12 01:59:57.035124500 main.main()
2016-10-12 01:59:57.035124500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:240 +0x53
2016-10-12 01:59:57.035125500 
2016-10-12 01:59:57.035125500 goroutine 17 [syscall, 122 minutes, locked to thread]:
2016-10-12 01:59:57.035125500 runtime.goexit()
2016-10-12 01:59:57.035125500   /usr/lib/go/src/runtime/asm_amd64.s:1696 +0x1
2016-10-12 01:59:57.035127500 
2016-10-12 01:59:57.035127500 goroutine 5 [select, 2 minutes]:
2016-10-12 01:59:57.035130500 github.com/ethereum/go-ethereum/logger.dispatchLoop()
2016-10-12 01:59:57.035130500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/logger/sys.go:81 +0x624
2016-10-12 01:59:57.035131500 created by github.com/ethereum/go-ethereum/logger.init.1
2016-10-12 01:59:57.035131500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/logger/sys.go:60 +0x2b
2016-10-12 01:59:57.035132500 
2016-10-12 01:59:57.035132500 goroutine 6 [chan receive, 2 minutes]:
2016-10-12 01:59:57.035140500 github.com/ethereum/go-ethereum/logger/glog.(*loggingT).flushDaemon(0x1948ac0)
2016-10-12 01:59:57.035141500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/logger/glog/glog.go:931 +0x67
2016-10-12 01:59:57.035141500 created by github.com/ethereum/go-ethereum/logger/glog.init.1
2016-10-12 01:59:57.035142500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/logger/glog/glog.go:460 +0x6f
2016-10-12 01:59:57.035144500 
2016-10-12 01:59:57.035144500 goroutine 18 [chan receive, 122 minutes]:
2016-10-12 01:59:57.035144500 github.com/rjeczalik/notify.(*nonrecursiveTree).dispatch(0xc820098120, 0xc820098060)
2016-10-12 01:59:57.035145500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/rjeczalik/notify/tree_nonrecursive.go:36 +0x5c
2016-10-12 01:59:57.035147500 created by github.com/rjeczalik/notify.newNonrecursiveTree
2016-10-12 01:59:57.035149500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/rjeczalik/notify/tree_nonrecursive.go:29 +0x219
2016-10-12 01:59:57.035150500 
2016-10-12 01:59:57.035150500 goroutine 19 [chan receive, 122 minutes]:
2016-10-12 01:59:57.035150500 github.com/rjeczalik/notify.(*nonrecursiveTree).internal(0xc820098120, 0xc8200980c0)
2016-10-12 01:59:57.035151500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/rjeczalik/notify/tree_nonrecursive.go:81 +0x8a
2016-10-12 01:59:57.035153500 created by github.com/rjeczalik/notify.newNonrecursiveTree
2016-10-12 01:59:57.035153500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/rjeczalik/notify/tree_nonrecursive.go:30 +0x248
2016-10-12 01:59:57.035154500 
2016-10-12 01:59:57.035154500 goroutine 31 [chan receive, 121 minutes]:
2016-10-12 01:59:57.035156500 github.com/rjeczalik/notify.(*inotify).send(0xc8200a0000, 0xc8391b4300)
2016-10-12 01:59:57.035156500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/rjeczalik/notify/watcher_inotify.go:253 +0x6d
2016-10-12 01:59:57.035157500 created by github.com/rjeczalik/notify.(*inotify).lazyinit
2016-10-12 01:59:57.035159500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/rjeczalik/notify/watcher_inotify.go:136 +0x25e
2016-10-12 01:59:57.035160500 
2016-10-12 01:59:57.035160500 goroutine 21 [syscall, 122 minutes]:
2016-10-12 01:59:57.035161500 os/signal.loop()
2016-10-12 01:59:57.035161500   /usr/lib/go/src/os/signal/signal_unix.go:22 +0x18
2016-10-12 01:59:57.035161500 created by os/signal.init.1
2016-10-12 01:59:57.035163500   /usr/lib/go/src/os/signal/signal_unix.go:28 +0x37
2016-10-12 01:59:57.035163500 
2016-10-12 01:59:57.035163500 goroutine 29 [syscall, 121 minutes]:
2016-10-12 01:59:57.035164500 syscall.Syscall6(0xe8, 0x5, 0xc820553714, 0x1, 0xffffffffffffffff, 0x0, 0x0, 0x0, 0x2, 0x2)
2016-10-12 01:59:57.035164500   /usr/lib/go/src/syscall/asm_linux_amd64.s:44 +0x5
2016-10-12 01:59:57.035165500 syscall.EpollWait(0x5, 0xc820553714, 0x1, 0x1, 0xffffffffffffffff, 0x18, 0x0, 0x0)
2016-10-12 01:59:57.035166500   /usr/lib/go/src/syscall/zsyscall_linux_amd64.go:365 +0x89
2016-10-12 01:59:57.035167500 github.com/rjeczalik/notify.(*inotify).loop(0xc8200a0000, 0xc8391b4300)
2016-10-12 01:59:57.035167500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/rjeczalik/notify/watcher_inotify.go:193 +0xca
2016-10-12 01:59:57.035168500 created by github.com/rjeczalik/notify.(*inotify).lazyinit
2016-10-12 01:59:57.035169500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/rjeczalik/notify/watcher_inotify.go:133 +0x1ff
2016-10-12 01:59:57.035172500 
2016-10-12 01:59:57.035172500 goroutine 30 [chan receive, 121 minutes]:
2016-10-12 01:59:57.035173500 github.com/rjeczalik/notify.(*inotify).send(0xc8200a0000, 0xc8391b4300)
2016-10-12 01:59:57.035173500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/rjeczalik/notify/watcher_inotify.go:253 +0x6d
2016-10-12 01:59:57.035178500 created by github.com/rjeczalik/notify.(*inotify).lazyinit
2016-10-12 01:59:57.035178500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/rjeczalik/notify/watcher_inotify.go:136 +0x25e
2016-10-12 01:59:57.035179500 
2016-10-12 01:59:57.035179500 goroutine 32 [select, 2 minutes]:
2016-10-12 01:59:57.035181500 github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0xc820128000)
2016-10-12 01:59:57.035181500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:206 +0x29d
2016-10-12 01:59:57.035182500 created by github.com/syndtr/goleveldb/leveldb/util.NewBufferPool
2016-10-12 01:59:57.035183500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:237 +0x26b
2016-10-12 01:59:57.035186500 
2016-10-12 01:59:57.035186500 goroutine 33 [select, 2 minutes]:
2016-10-12 01:59:57.035187500 github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc821042c00)
2016-10-12 01:59:57.035187500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:90 +0x54a
2016-10-12 01:59:57.035189500 created by github.com/syndtr/goleveldb/leveldb.openDB
2016-10-12 01:59:57.035190500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:141 +0x6d2
2016-10-12 01:59:57.035190500 
2016-10-12 01:59:57.035190500 goroutine 28 [select, 121 minutes]:
2016-10-12 01:59:57.035192500 github.com/ethereum/go-ethereum/accounts.(*watcher).loop(0xc8203a5660)
2016-10-12 01:59:57.035192500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/accounts/watch.go:91 +0x79a
2016-10-12 01:59:57.035193500 created by github.com/ethereum/go-ethereum/accounts.(*watcher).start
2016-10-12 01:59:57.035193500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/accounts/watch.go:53 +0x52
2016-10-12 01:59:57.035195500 
2016-10-12 01:59:57.035195500 goroutine 50 [select, 2 minutes]:
2016-10-12 01:59:57.035196500 github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0xc821042c00)
2016-10-12 01:59:57.035198500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_state.go:97 +0x14b
2016-10-12 01:59:57.035199500 created by github.com/syndtr/goleveldb/leveldb.openDB
2016-10-12 01:59:57.035199500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:142 +0x6f4
2016-10-12 01:59:57.035201500 
2016-10-12 01:59:57.035201500 goroutine 51 [select, 2 minutes]:
2016-10-12 01:59:57.035202500 github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc821042c00)
2016-10-12 01:59:57.035202500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:804 +0x7fe
2016-10-12 01:59:57.035204500 created by github.com/syndtr/goleveldb/leveldb.openDB
2016-10-12 01:59:57.035204500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:148 +0x8f8
2016-10-12 01:59:57.035205500 
2016-10-12 01:59:57.035205500 goroutine 52 [select, 94 minutes]:
2016-10-12 01:59:57.035207500 github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc821042c00)
2016-10-12 01:59:57.035207500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:751 +0x253
2016-10-12 01:59:57.035210500 created by github.com/syndtr/goleveldb/leveldb.openDB
2016-10-12 01:59:57.035210500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:149 +0x91a
2016-10-12 01:59:57.035211500 
2016-10-12 01:59:57.035211500 goroutine 53 [select, 2 minutes]:
2016-10-12 01:59:57.035216500 github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0xc821042c00)
2016-10-12 01:59:57.035217500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_write.go:37 +0x1a2
2016-10-12 01:59:57.035218500 created by github.com/syndtr/goleveldb/leveldb.openDB
2016-10-12 01:59:57.035218500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:150 +0x93c
2016-10-12 01:59:57.035220500 
2016-10-12 01:59:57.035220500 goroutine 54 [select, 2 minutes]:
2016-10-12 01:59:57.035220500 github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0xc820128b60)
2016-10-12 01:59:57.035221500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:206 +0x29d
2016-10-12 01:59:57.035223500 created by github.com/syndtr/goleveldb/leveldb/util.NewBufferPool
2016-10-12 01:59:57.035224500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:237 +0x26b
2016-10-12 01:59:57.035225500 
2016-10-12 01:59:57.035225500 goroutine 55 [select, 121 minutes]:
2016-10-12 01:59:57.035226500 github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc820416900)
2016-10-12 01:59:57.035227500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:90 +0x54a
2016-10-12 01:59:57.035228500 created by github.com/syndtr/goleveldb/leveldb.openDB
2016-10-12 01:59:57.035228500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:141 +0x6d2
2016-10-12 01:59:57.035230500 
2016-10-12 01:59:57.035230500 goroutine 56 [select, 2 minutes]:
2016-10-12 01:59:57.035230500 github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0xc820416900)
2016-10-12 01:59:57.035231500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_state.go:97 +0x14b
2016-10-12 01:59:57.035234500 created by github.com/syndtr/goleveldb/leveldb.openDB
2016-10-12 01:59:57.035234500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:142 +0x6f4
2016-10-12 01:59:57.035235500 
2016-10-12 01:59:57.035235500 goroutine 57 [select, 121 minutes]:
2016-10-12 01:59:57.035237500 github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc820416900)
2016-10-12 01:59:57.035237500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:804 +0x7fe
2016-10-12 01:59:57.035238500 created by github.com/syndtr/goleveldb/leveldb.openDB
2016-10-12 01:59:57.035238500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:148 +0x8f8
2016-10-12 01:59:57.035240500 
2016-10-12 01:59:57.035240500 goroutine 58 [select, 121 minutes]:
2016-10-12 01:59:57.035241500 github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc820416900)
2016-10-12 01:59:57.035241500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:751 +0x253
2016-10-12 01:59:57.035243500 created by github.com/syndtr/goleveldb/leveldb.openDB
2016-10-12 01:59:57.035243500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:149 +0x91a
2016-10-12 01:59:57.035246500 
2016-10-12 01:59:57.035246500 goroutine 59 [select, 121 minutes]:
2016-10-12 01:59:57.035247500 github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0xc820416900)
2016-10-12 01:59:57.035247500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_write.go:37 +0x1a2
2016-10-12 01:59:57.035252500 created by github.com/syndtr/goleveldb/leveldb.openDB
2016-10-12 01:59:57.035252500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:150 +0x93c
2016-10-12 01:59:57.035253500 
2016-10-12 01:59:57.035253500 goroutine 60 [select, 2 minutes]:
2016-10-12 01:59:57.035255500 github.com/ethereum/go-ethereum/core.(*BlockChain).update(0xc8202c8360)
2016-10-12 01:59:57.035255500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/blockchain.go:1127 +0x101
2016-10-12 01:59:57.035256500 created by github.com/ethereum/go-ethereum/core.NewBlockChain
2016-10-12 01:59:57.035256500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/blockchain.go:162 +0x10e1
2016-10-12 01:59:57.035258500 
2016-10-12 01:59:57.035258500 goroutine 61 [chan receive, 20 minutes]:
2016-10-12 01:59:57.035261500 github.com/ethereum/go-ethereum/core.(*TxPool).eventLoop(0xc820228500)
2016-10-12 01:59:57.035261500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/tx_pool.go:116 +0xe5
2016-10-12 01:59:57.035262500 created by github.com/ethereum/go-ethereum/core.NewTxPool
2016-10-12 01:59:57.035262500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/tx_pool.go:104 +0x5b8
2016-10-12 01:59:57.035263500 
2016-10-12 01:59:57.035264500 goroutine 62 [select, 2 minutes]:
2016-10-12 01:59:57.035264500 github.com/ethereum/go-ethereum/core.(*TxPool).expirationLoop(0xc820228500)
2016-10-12 01:59:57.035265500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/tx_pool.go:609 +0x425
2016-10-12 01:59:57.035266500 created by github.com/ethereum/go-ethereum/core.NewTxPool
2016-10-12 01:59:57.035266500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/tx_pool.go:105 +0x5da
2016-10-12 01:59:57.035268500 
2016-10-12 01:59:57.035268500 goroutine 63 [select, 2 minutes]:
2016-10-12 01:59:57.035268500 github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).qosTuner(0xc820492380)
2016-10-12 01:59:57.035269500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1443 +0x479
2016-10-12 01:59:57.035269500 created by github.com/ethereum/go-ethereum/eth/downloader.New
2016-10-12 01:59:57.035272500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:203 +0x1108
2016-10-12 01:59:57.035272500 
2016-10-12 01:59:57.035272500 goroutine 64 [runnable]:
2016-10-12 01:59:57.035273500 syscall.Syscall6(0x11, 0x218, 0xc87009e500, 0x1162, 0x59eb0, 0x0, 0x0, 0x1162, 0x1162, 0x0)
2016-10-12 01:59:57.035273500   /usr/lib/go/src/syscall/asm_linux_amd64.s:44 +0x5
2016-10-12 01:59:57.035274500 syscall.Pread(0x218, 0xc87009e500, 0x1162, 0x2009, 0x59eb0, 0xc8836deb70, 0x0, 0x0)
2016-10-12 01:59:57.035275500   /usr/lib/go/src/syscall/zsyscall_linux_amd64.go:1372 +0x89
2016-10-12 01:59:57.035276500 os.(*File).pread(0xc83e45ce00, 0xc87009e500, 0x1162, 0x2009, 0x59eb0, 0xc87009e500, 0x0, 0x0)
2016-10-12 01:59:57.035276500   /usr/lib/go/src/os/file_unix.go:221 +0x64
2016-10-12 01:59:57.035277500 os.(*File).ReadAt(0xc83e45ce00, 0xc87009e500, 0x1162, 0x2009, 0x59eb0, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.035277500   /usr/lib/go/src/os/file.go:117 +0xcc
2016-10-12 01:59:57.035279500 github.com/syndtr/goleveldb/leveldb/table.(*Reader).readRawBlock(0xc86f4a4ea0, 0x59eb0, 0x115d, 0xffffff01, 0x0, 0x0, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.035279500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table/reader.go:561 +0xeb
2016-10-12 01:59:57.035280500 github.com/syndtr/goleveldb/leveldb/table.(*Reader).readBlock(0xc86f4a4ea0, 0x59eb0, 0x115d, 0x656901, 0xc83468bde0, 0x0, 0x0)
2016-10-12 01:59:57.035283500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table/reader.go:599 +0x68
2016-10-12 01:59:57.035284500 github.com/syndtr/goleveldb/leveldb/table.(*Reader).readBlockCached.func1(0xc83468bde0, 0x0, 0x0)
2016-10-12 01:59:57.035284500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table/reader.go:623 +0x65
2016-10-12 01:59:57.035289500 github.com/syndtr/goleveldb/leveldb/cache.(*Cache).Get(0xc820474c80, 0xe3543b, 0x59eb0, 0xc8bbe891e8, 0x0)
2016-10-12 01:59:57.035290500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/cache/cache.go:389 +0x1f3
2016-10-12 01:59:57.035290500 github.com/syndtr/goleveldb/leveldb/cache.(*NamespaceGetter).Get(0xc8836dea70, 0x59eb0, 0xc8bbe891e8, 0x20)
2016-10-12 01:59:57.035292500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/cache/cache.go:58 +0x41
2016-10-12 01:59:57.035295500 github.com/syndtr/goleveldb/leveldb/table.(*Reader).readBlockCached(0xc86f4a4ea0, 0x59eb0, 0x115d, 0x101, 0xc83e45ce28, 0x0, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.035295500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table/reader.go:628 +0xe9
2016-10-12 01:59:57.035297500 github.com/syndtr/goleveldb/leveldb/table.(*Reader).getDataIter(0xc86f4a4ea0, 0x59eb0, 0x115d, 0x0, 0xc821fb0101, 0x0, 0x0)
2016-10-12 01:59:57.035298500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table/reader.go:761 +0x74
2016-10-12 01:59:57.035300500 github.com/syndtr/goleveldb/leveldb/table.(*Reader).find(0xc86f4a4ea0, 0xc821fb7bc0, 0x28, 0x28, 0x45c501, 0x0, 0x8c4e00, 0x0, 0x0, 0x0, ...)
2016-10-12 01:59:57.035301500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table/reader.go:854 +0x5dc
2016-10-12 01:59:57.035303500 github.com/syndtr/goleveldb/leveldb/table.(*Reader).Find(0xc86f4a4ea0, 0xc821fb7bc0, 0x28, 0x28, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
2016-10-12 01:59:57.035305500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table/reader.go:888 +0xb9
2016-10-12 01:59:57.035306500 github.com/syndtr/goleveldb/leveldb.(*tOps).find(0xc82062ff20, 0xc8a1b45090, 0xc821fb7bc0, 0x28, 0x28, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
2016-10-12 01:59:57.035307500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table.go:382 +0x1da
2016-10-12 01:59:57.035308500 github.com/syndtr/goleveldb/leveldb.(*version).get.func1(0x3, 0xc8a1b45090, 0x20)
2016-10-12 01:59:57.035309500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/version.go:167 +0x582
2016-10-12 01:59:57.035310500 github.com/syndtr/goleveldb/leveldb.(*version).walkOverlapping(0xc87e1dcf00, 0x0, 0x0, 0x0, 0xc821fb7bc0, 0x28, 0x28, 0xc8bbe89890, 0xc8bbe89860)
2016-10-12 01:59:57.035312500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/version.go:120 +0x5a1
2016-10-12 01:59:57.035314500 github.com/syndtr/goleveldb/leveldb.(*version).get(0xc87e1dcf00, 0x0, 0x0, 0x0, 0xc821fb7bc0, 0x28, 0x28, 0x0, 0x95ead00, 0x0, ...)
2016-10-12 01:59:57.035315500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/version.go:221 +0x273
2016-10-12 01:59:57.035317500 github.com/syndtr/goleveldb/leveldb.(*DB).get(0xc821042c00, 0x0, 0x0, 0x0, 0x0, 0xc8ad2adc88, 0x20, 0x178, 0x12b39461, 0x0, ...)
2016-10-12 01:59:57.035317500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:774 +0x41c
2016-10-12 01:59:57.035319500 github.com/syndtr/goleveldb/leveldb.(*DB).Get(0xc821042c00, 0xc8ad2adc88, 0x20, 0x178, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.035320500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:840 +0x178
2016-10-12 01:59:57.035321500 github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).Get(0xc82019c000, 0xc8ad2adc88, 0x20, 0x178, 0x0, 0x0, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.035325500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/ethdb/database.go:127 +0x131
2016-10-12 01:59:57.035328500 github.com/ethereum/go-ethereum/trie.(*Trie).resolveHash(0xc894aafa20, 0xc8ad2adc88, 0x20, 0x178, 0xc88a139c70, 0x2, 0x41, 0xc88a139c72, 0x3f, 0x3f, ...)
2016-10-12 01:59:57.035329500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/trie/trie.go:420 +0xa1
2016-10-12 01:59:57.035329500 github.com/ethereum/go-ethereum/trie.(*Trie).tryGet(0xc894aafa20, 0x7f0ab863bf60, 0xc8907922e0, 0xc88a139c70, 0x41, 0x41, 0x2, 0x0, 0x0, 0x0, ...)
2016-10-12 01:59:57.035331500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/trie/trie.go:142 +0x27b
2016-10-12 01:59:57.035332500 github.com/ethereum/go-ethereum/trie.(*Trie).tryGet(0xc894aafa20, 0x7f0ab840dd60, 0xc88a05f7c0, 0xc88a139c70, 0x41, 0x41, 0x1, 0x0, 0x0, 0x0, ...)
2016-10-12 01:59:57.035333500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/trie/trie.go:134 +0x550
2016-10-12 01:59:57.035334500 github.com/ethereum/go-ethereum/trie.(*Trie).tryGet(0xc894aafa20, 0x7f0ab863bf60, 0xc8901ae040, 0xc88a139c70, 0x41, 0x41, 0x1, 0x0, 0x0, 0x0, ...)
2016-10-12 01:59:57.035335500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/trie/trie.go:146 +0x3da
2016-10-12 01:59:57.035337500 github.com/ethereum/go-ethereum/trie.(*Trie).tryGet(0xc894aafa20, 0x7f0ab840dd60, 0xc88a05f680, 0xc88a139c70, 0x41, 0x41, 0x0, 0x0, 0x0, 0x0, ...)
2016-10-12 01:59:57.035338500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/trie/trie.go:134 +0x550
2016-10-12 01:59:57.035339500 github.com/ethereum/go-ethereum/trie.(*Trie).TryGet(0xc894aafa20, 0xc88a139c70, 0x41, 0x41, 0x0, 0x0, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.035341500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/trie/trie.go:107 +0xd9
2016-10-12 01:59:57.035341500 github.com/ethereum/go-ethereum/trie.(*SecureTrie).TryGet(0xc894aafa20, 0xc890792100, 0x20, 0x20, 0x0, 0x0, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.035342500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/trie/secure_trie.go:80 +0xb4
2016-10-12 01:59:57.035343500 github.com/ethereum/go-ethereum/trie.(*SecureTrie).Get(0xc894aafa20, 0xc890792100, 0x20, 0x20, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.035344500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/trie/secure_trie.go:69 +0x71
2016-10-12 01:59:57.035345500 github.com/ethereum/go-ethereum/core/state.(*StateObject).GetState(0xc85798ea80, 0x7f0ab840dd30, 0xc82019c000, 0x293024971c66ee4b, 0x757b859fa666b9fd, 0xf62718ff9520789a, 0xa35283b25d8c3c5e, 0x0, 0x0, 0x0, ...)
2016-10-12 01:59:57.035348500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/state/state_object.go:156 +0x15f
2016-10-12 01:59:57.035348500 github.com/ethereum/go-ethereum/core/state.(*StateDB).GetState(0xc876db5950, 0x6652230a7ee8c2ae, 0xe2b2b4dec9adc5d9, 0x1c66ee4b09d0549b, 0xa666b9fd29302497, 0x9520789a757b859f, 0x5d8c3c5ef62718ff, 0xc8a35283b2, 0x0, 0x0, ...)
2016-10-12 01:59:57.035350500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/state/statedb.go:273 +0xc7
2016-10-12 01:59:57.035351500 github.com/ethereum/go-ethereum/core/vm.opSload(0xc869c4f200, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc876db5900, 0xc8836de6d0, 0x7f0ab8410510, ...)
2016-10-12 01:59:57.035353500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/vm/instructions.go:481 +0x12f
2016-10-12 01:59:57.035353500 github.com/ethereum/go-ethereum/core/vm.(*EVM).Run(0xc839278400, 0xc869c4f260, 0xc87a144690, 0x24, 0x24, 0x0, 0x0, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.035354500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/vm/vm.go:200 +0x11e0
2016-10-12 01:59:57.035374500 github.com/ethereum/go-ethereum/core.exec(0x7f0ab8410510, 0xc829289c20, 0x7f0ab8413d68, 0xc869c4f0a0, 0xc89bbb0ca0, 0xc89bbb0ca0, 0x569c5dfe4ae466cc, 0x70c08b25be6357f4, 0x35b6b20f434d9368, 0x78dee8151c70c7be, ...)
2016-10-12 01:59:57.035376500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/execution.go:111 +0xade
2016-10-12 01:59:57.035376500 github.com/ethereum/go-ethereum/core.Call(0x7f0ab8410510, 0xc829289c20, 0x7f0ab8413d68, 0xc869c4f0a0, 0x6652230a7ee8c2ae, 0xe2b2b4dec9adc5d9, 0x9d0549b, 0xc87a144690, 0x24, 0x24, ...)
2016-10-12 01:59:57.035379500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/execution.go:30 +0x223
2016-10-12 01:59:57.035380500 github.com/ethereum/go-ethereum/core.(*VMEnv).Call(0xc829289c20, 0x7f0ab8413d68, 0xc869c4f0a0, 0x6652230a7ee8c2ae, 0xe2b2b4dec9adc5d9, 0x9d0549b, 0xc87a144690, 0x24, 0x24, 0xc89bbb0a00, ...)
2016-10-12 01:59:57.035383500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/vm_env.go:111 +0x110
2016-10-12 01:59:57.035384500 github.com/ethereum/go-ethereum/core/vm.opCall(0xc869c4f000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc876db5900, 0xc892d1eff0, 0x7f0ab8410510, ...)
2016-10-12 01:59:57.035388500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/vm/instructions.go:551 +0x4b0
2016-10-12 01:59:57.035389500 github.com/ethereum/go-ethereum/core/vm.(*EVM).Run(0xc839278400, 0xc869c4f0a0, 0xc86c18e960, 0x24, 0x24, 0x0, 0x0, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.035390500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/vm/vm.go:200 +0x11e0
2016-10-12 01:59:57.035392500 github.com/ethereum/go-ethereum/core.exec(0x7f0ab8410510, 0xc829289c20, 0x7f0ab8413d68, 0xc869c4eee0, 0xc881f577e0, 0xc881f577e0, 0xf663ab42da914b7b, 0x3419217c2e8ced8b, 0xfe00011ef8735bbe, 0x40dfc76700db947a, ...)
2016-10-12 01:59:57.035393500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/execution.go:111 +0xade
2016-10-12 01:59:57.035394500 github.com/ethereum/go-ethereum/core.Call(0x7f0ab8410510, 0xc829289c20, 0x7f0ab8413d68, 0xc869c4eee0, 0xd41a6fc31f0936e7, 0x9425443ee0e4f576, 0xbad32208, 0xc86c18e960, 0x24, 0x24, ...)
2016-10-12 01:59:57.035396500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/execution.go:30 +0x223
2016-10-12 01:59:57.035399500 github.com/ethereum/go-ethereum/core.(*VMEnv).Call(0xc829289c20, 0x7f0ab8413d68, 0xc869c4eee0, 0xd41a6fc31f0936e7, 0x9425443ee0e4f576, 0xbad32208, 0xc86c18e960, 0x24, 0x24, 0xc881f573e0, ...)
2016-10-12 01:59:57.035400500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/vm_env.go:111 +0x110
2016-10-12 01:59:57.035400500 github.com/ethereum/go-ethereum/core/vm.opCall(0xc869c4ee00, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc876db5900, 0xc892d1e620, 0x7f0ab8410510, ...)
2016-10-12 01:59:57.035402500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/vm/instructions.go:551 +0x4b0
2016-10-12 01:59:57.035403500 github.com/ethereum/go-ethereum/core/vm.(*EVM).Run(0xc839278400, 0xc869c4eee0, 0xc88a139040, 0x44, 0x44, 0x0, 0x0, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.035403500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/vm/vm.go:200 +0x11e0
2016-10-12 01:59:57.035405500 github.com/ethereum/go-ethereum/core.exec(0x7f0ab8410510, 0xc829289c20, 0x7f0ab84106d0, 0xc85798e9c0, 0xc86807f8c0, 0xc86807f8c0, 0x569c5dfe4ae466cc, 0x70c08b25be6357f4, 0x35b6b20f434d9368, 0x78dee8151c70c7be, ...)
2016-10-12 01:59:57.035408500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/execution.go:111 +0xade
2016-10-12 01:59:57.035408500 github.com/ethereum/go-ethereum/core.Call(0x7f0ab8410510, 0xc829289c20, 0x7f0ab84106d0, 0xc85798e9c0, 0x6652230a7ee8c2ae, 0xe2b2b4dec9adc5d9, 0xc809d0549b, 0xc88a139040, 0x44, 0x44, ...)
2016-10-12 01:59:57.035410500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/execution.go:30 +0x223
2016-10-12 01:59:57.035411500 github.com/ethereum/go-ethereum/core.(*VMEnv).Call(0xc829289c20, 0x7f0ab84106d0, 0xc85798e9c0, 0x6652230a7ee8c2ae, 0xe2b2b4dec9adc5d9, 0xc809d0549b, 0xc88a139040, 0x44, 0x44, 0xc86807f1a0, ...)
2016-10-12 01:59:57.035416500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/vm_env.go:111 +0x110
2016-10-12 01:59:57.035417500 github.com/ethereum/go-ethereum/core.(*StateTransition).TransitionDb(0xc83468a540, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.035418500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/state_transition.go:256 +0xb70
2016-10-12 01:59:57.035419500 github.com/ethereum/go-ethereum/core.ApplyMessage(0x7f0ab8410510, 0xc829289c20, 0x7f0ab82f3b40, 0xc8c72dfcb0, 0xc86807e3e0, 0x0, 0x0, 0x0, 0x7f0ab84104e8, 0x0, ...)
2016-10-12 01:59:57.035422500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/state_transition.go:132 +0x81
2016-10-12 01:59:57.035423500 github.com/ethereum/go-ethereum/core.ApplyTransaction(0xc820474780, 0xc8202c8360, 0xc86807e3e0, 0xc876db5950, 0xc8673eafc0, 0xc8c72dfcb0, 0xc82a268860, 0x0, 0x0, 0x0, ...)
2016-10-12 01:59:57.035425500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/state_processor.go:93 +0x17a
2016-10-12 01:59:57.035425500 github.com/ethereum/go-ethereum/miner.(*Work).commitTransaction(0xc84251dc70, 0xc8c72dfcb0, 0xc8202c8360, 0xc86807e3e0, 0x0, 0x0, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.035426500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/miner/worker.go:629 +0x1b5
2016-10-12 01:59:57.035428500 github.com/ethereum/go-ethereum/miner.(*Work).commitTransactions(0xc84251dc70, 0xc82062f680, 0xc86807e380, 0xc840714780, 0xc8202c8360)
2016-10-12 01:59:57.035428500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/miner/worker.go:587 +0x91b
2016-10-12 01:59:57.035429500 github.com/ethereum/go-ethereum/miner.(*worker).update(0xc8202c8480)
2016-10-12 01:59:57.035431500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/miner/worker.go:242 +0x4bf
2016-10-12 01:59:57.035432500 created by github.com/ethereum/go-ethereum/miner.newWorker
2016-10-12 01:59:57.035432500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/miner/worker.go:148 +0x585
2016-10-12 01:59:57.035433500 
2016-10-12 01:59:57.035433500 goroutine 65 [chan receive, 121 minutes]:
2016-10-12 01:59:57.035435500 github.com/ethereum/go-ethereum/miner.(*worker).wait(0xc8202c8480)
2016-10-12 01:59:57.035435500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/miner/worker.go:263 +0x93
2016-10-12 01:59:57.035436500 created by github.com/ethereum/go-ethereum/miner.newWorker
2016-10-12 01:59:57.035436500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/miner/worker.go:150 +0x5a7
2016-10-12 01:59:57.035437500 
2016-10-12 01:59:57.035438500 goroutine 67 [chan receive, 20 minutes]:
2016-10-12 01:59:57.035438500 github.com/ethereum/go-ethereum/eth.(*PublicBlockChainAPI).subscriptionLoop(0xc8207c05a0)
2016-10-12 01:59:57.035439500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/api.go:541 +0x162
2016-10-12 01:59:57.035440500 created by github.com/ethereum/go-ethereum/eth.NewPublicBlockChainAPI
2016-10-12 01:59:57.035440500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/api.go:533 +0x18b
2016-10-12 01:59:57.035443500 
2016-10-12 01:59:57.035443500 goroutine 68 [chan receive]:
2016-10-12 01:59:57.035443500 github.com/ethereum/go-ethereum/eth.(*PublicTransactionPoolAPI).subscriptionLoop(0xc821433140)
2016-10-12 01:59:57.035444500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/api.go:955 +0x12f
2016-10-12 01:59:57.035444500 created by github.com/ethereum/go-ethereum/eth.NewPublicTransactionPoolAPI
2016-10-12 01:59:57.035446500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/api.go:947 +0x213
2016-10-12 01:59:57.035446500 
2016-10-12 01:59:57.035447500 goroutine 69 [select, 2 minutes]:
2016-10-12 01:59:57.035447500 github.com/ethereum/go-ethereum/p2p/nat.Map(0x7f0ab8640a08, 0xc8203d63c0, 0xc821433500, 0xf9db70, 0x3, 0x765f, 0x765f, 0x1051cd0, 0x12)
2016-10-12 01:59:57.035448500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/nat/nat.go:114 +0xa9a
2016-10-12 01:59:57.035452500 created by github.com/ethereum/go-ethereum/p2p/discover.newUDP
2016-10-12 01:59:57.035453500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:232 +0x2c4
2016-10-12 01:59:57.035453500 
2016-10-12 01:59:57.035453500 goroutine 70 [select, 2 minutes]:
2016-10-12 01:59:57.035454500 github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0xc820128380)
2016-10-12 01:59:57.035456500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:206 +0x29d
2016-10-12 01:59:57.035457500 created by github.com/syndtr/goleveldb/leveldb/util.NewBufferPool
2016-10-12 01:59:57.035458500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:237 +0x26b
2016-10-12 01:59:57.035460500 
2016-10-12 01:59:57.035460500 goroutine 71 [select, 121 minutes]:
2016-10-12 01:59:57.035460500 github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc8203d8f00)
2016-10-12 01:59:57.035461500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:90 +0x54a
2016-10-12 01:59:57.035462500 created by github.com/syndtr/goleveldb/leveldb.openDB
2016-10-12 01:59:57.035463500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:141 +0x6d2
2016-10-12 01:59:57.035464500 
2016-10-12 01:59:57.035464500 goroutine 72 [select, 2 minutes]:
2016-10-12 01:59:57.035465500 github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0xc8203d8f00)
2016-10-12 01:59:57.035466500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_state.go:97 +0x14b
2016-10-12 01:59:57.035468500 created by github.com/syndtr/goleveldb/leveldb.openDB
2016-10-12 01:59:57.035469500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:142 +0x6f4
2016-10-12 01:59:57.035469500 
2016-10-12 01:59:57.035470500 goroutine 73 [select, 121 minutes]:
2016-10-12 01:59:57.035471500 github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc8203d8f00)
2016-10-12 01:59:57.035472500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:804 +0x7fe
2016-10-12 01:59:57.035472500 created by github.com/syndtr/goleveldb/leveldb.openDB
2016-10-12 01:59:57.035473500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:148 +0x8f8
2016-10-12 01:59:57.035475500 
2016-10-12 01:59:57.035475500 goroutine 74 [select, 121 minutes]:
2016-10-12 01:59:57.035475500 github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc8203d8f00)
2016-10-12 01:59:57.035476500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:751 +0x253
2016-10-12 01:59:57.035479500 created by github.com/syndtr/goleveldb/leveldb.openDB
2016-10-12 01:59:57.035479500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:149 +0x91a
2016-10-12 01:59:57.035480500 
2016-10-12 01:59:57.035480500 goroutine 75 [select, 121 minutes]:
2016-10-12 01:59:57.035481500 github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0xc8203d8f00)
2016-10-12 01:59:57.035482500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_write.go:37 +0x1a2
2016-10-12 01:59:57.035483500 created by github.com/syndtr/goleveldb/leveldb.openDB
2016-10-12 01:59:57.035483500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:150 +0x93c
2016-10-12 01:59:57.035488500 
2016-10-12 01:59:57.035488500 goroutine 76 [select, 2 minutes]:
2016-10-12 01:59:57.035488500 github.com/ethereum/go-ethereum/p2p/discover.(*Table).refreshLoop(0xc820385b00)
2016-10-12 01:59:57.035489500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:327 +0x4fa
2016-10-12 01:59:57.035490500 created by github.com/ethereum/go-ethereum/p2p/discover.newTable
2016-10-12 01:59:57.035492500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:117 +0x469
2016-10-12 01:59:57.035493500 
2016-10-12 01:59:57.035493500 goroutine 77 [select, 2 minutes]:
2016-10-12 01:59:57.035493500 github.com/ethereum/go-ethereum/p2p/discover.(*udp).loop(0xc841a8ff10)
2016-10-12 01:59:57.035494500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:361 +0xc80
2016-10-12 01:59:57.035495500 created by github.com/ethereum/go-ethereum/p2p/discover.newUDP
2016-10-12 01:59:57.035496500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:247 +0x57b
2016-10-12 01:59:57.035496500 
2016-10-12 01:59:57.035496500 goroutine 78 [IO wait, 2 minutes]:
2016-10-12 01:59:57.035497500 net.runtime_pollWait(0x7f0abb8cf2e8, 0x72, 0xc820032110)
2016-10-12 01:59:57.035498500   /usr/lib/go/src/runtime/netpoll.go:157 +0x60
2016-10-12 01:59:57.035499500 net.(*pollDesc).Wait(0xc841a8fe90, 0x72, 0x0, 0x0)
2016-10-12 01:59:57.035499500   /usr/lib/go/src/net/fd_poll_runtime.go:73 +0x3a
2016-10-12 01:59:57.035499500 net.(*pollDesc).WaitRead(0xc841a8fe90, 0x0, 0x0)
2016-10-12 01:59:57.035500500   /usr/lib/go/src/net/fd_poll_runtime.go:78 +0x36
2016-10-12 01:59:57.035500500 net.(*netFD).readFrom(0xc841a8fe30, 0xc82013ea00, 0x500, 0x500, 0x0, 0x0, 0x0, 0x7f0abb8ca050, 0xc820032110)
2016-10-12 01:59:57.035502500   /usr/lib/go/src/net/fd_unix.go:259 +0x2a5
2016-10-12 01:59:57.035502500 net.(*UDPConn).ReadFromUDP(0xc82001ed48, 0xc82013ea00, 0x500, 0x500, 0x500, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.035505500   /usr/lib/go/src/net/udpsock_posix.go:61 +0x117
2016-10-12 01:59:57.035505500 github.com/ethereum/go-ethereum/p2p/discover.(*udp).readLoop(0xc841a8ff10)
2016-10-12 01:59:57.035506500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:497 +0x11e
2016-10-12 01:59:57.035506500 created by github.com/ethereum/go-ethereum/p2p/discover.newUDP
2016-10-12 01:59:57.035508500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:248 +0x5a0
2016-10-12 01:59:57.035508500 
2016-10-12 01:59:57.035509500 goroutine 35 [IO wait, 121 minutes]:
2016-10-12 01:59:57.035509500 net.runtime_pollWait(0x7f0abb8cf228, 0x72, 0xc820032110)
2016-10-12 01:59:57.035509500   /usr/lib/go/src/runtime/netpoll.go:157 +0x60
2016-10-12 01:59:57.035510500 net.(*pollDesc).Wait(0xc8414b4140, 0x72, 0x0, 0x0)
2016-10-12 01:59:57.035511500   /usr/lib/go/src/net/fd_poll_runtime.go:73 +0x3a
2016-10-12 01:59:57.035512500 net.(*pollDesc).WaitRead(0xc8414b4140, 0x0, 0x0)
2016-10-12 01:59:57.035512500   /usr/lib/go/src/net/fd_poll_runtime.go:78 +0x36
2016-10-12 01:59:57.035512500 net.(*netFD).accept(0xc8414b40e0, 0x0, 0x7f0ab840f5a8, 0xc840af3a00)
2016-10-12 01:59:57.035513500   /usr/lib/go/src/net/fd_unix.go:408 +0x27c
2016-10-12 01:59:57.035513500 net.(*TCPListener).AcceptTCP(0xc820092038, 0x4368eb, 0x0, 0x0)
2016-10-12 01:59:57.035515500   /usr/lib/go/src/net/tcpsock_posix.go:254 +0x4d
2016-10-12 01:59:57.035517500 net.(*TCPListener).Accept(0xc820092038, 0x0, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.035517500   /usr/lib/go/src/net/tcpsock_posix.go:264 +0x3d
2016-10-12 01:59:57.035518500 github.com/ethereum/go-ethereum/p2p.(*Server).listenLoop(0xc821042a80)
2016-10-12 01:59:57.035518500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:579 +0x338
2016-10-12 01:59:57.035519500 created by github.com/ethereum/go-ethereum/p2p.(*Server).startListening
2016-10-12 01:59:57.035523500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:382 +0x1c6
2016-10-12 01:59:57.035524500 
2016-10-12 01:59:57.035524500 goroutine 36 [select, 2 minutes]:
2016-10-12 01:59:57.035524500 github.com/ethereum/go-ethereum/p2p/nat.Map(0x7f0ab8640a08, 0xc8203d63c0, 0xc821433260, 0xf9d5f0, 0x3, 0x765f, 0x765f, 0xfb73b0, 0xc)
2016-10-12 01:59:57.035525500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/nat/nat.go:114 +0xa9a
2016-10-12 01:59:57.035527500 github.com/ethereum/go-ethereum/p2p.(*Server).startListening.func1(0xc821042a80, 0xc82062e4e0)
2016-10-12 01:59:57.035527500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:387 +0x8f
2016-10-12 01:59:57.035528500 created by github.com/ethereum/go-ethereum/p2p.(*Server).startListening
2016-10-12 01:59:57.035528500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:389 +0x25c
2016-10-12 01:59:57.035531500 
2016-10-12 01:59:57.035531500 goroutine 37 [select, 2 minutes]:
2016-10-12 01:59:57.035532500 github.com/ethereum/go-ethereum/p2p.(*Server).run(0xc821042a80, 0x7f0ab82f0530, 0xc8414b4070)
2016-10-12 01:59:57.035532500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:450 +0x1980
2016-10-12 01:59:57.035533500 created by github.com/ethereum/go-ethereum/p2p.(*Server).Start
2016-10-12 01:59:57.035534500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:367 +0xd6d
2016-10-12 01:59:57.035535500 
2016-10-12 01:59:57.035535500 goroutine 38 [runnable]:
2016-10-12 01:59:57.035535500 net.(*pollDesc).PrepareWrite(0xc8255f6d10, 0x122c7e8, 0xc8255f6cb0)
2016-10-12 01:59:57.035536500   /usr/lib/go/src/net/fd_poll_runtime.go:68
2016-10-12 01:59:57.035536500 net.(*netFD).Write(0xc8255f6cb0, 0xc86469be20, 0x20, 0x20, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.035538500   /usr/lib/go/src/net/fd_unix.go:305 +0x105
2016-10-12 01:59:57.035538500 net.(*conn).Write(0xc86ba034c8, 0xc86469be20, 0x20, 0x20, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.035539500   /usr/lib/go/src/net/net.go:184 +0xe4
2016-10-12 01:59:57.035539500 github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).WriteMsg(0xc8c903a060, 0x12, 0x74, 0x7f0ab863ba38, 0xc892d338c0, 0x0, 0xc800000000, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.035540500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:598 +0x543
2016-10-12 01:59:57.035542500 github.com/ethereum/go-ethereum/p2p.(*rlpx).WriteMsg(0xc86c6b5050, 0x12, 0xc800000074, 0x7f0ab863ba38, 0xc892d338c0, 0x0, 0x0, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.035543500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:96 +0x1fa
2016-10-12 01:59:57.035544500 github.com/ethereum/go-ethereum/p2p.(*conn).WriteMsg(0xc89bd09900, 0x12, 0x74, 0x7f0ab863ba38, 0xc892d338c0, 0x0, 0x0, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.035545500   <autogenerated>:14 +0xbb
2016-10-12 01:59:57.035546500 github.com/ethereum/go-ethereum/p2p.(*protoRW).WriteMsg(0xc834594700, 0x12, 0x74, 0x7f0ab863ba38, 0xc892d338c0, 0x0, 0x0, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.035546500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:344 +0x1f7
2016-10-12 01:59:57.035547500 github.com/ethereum/go-ethereum/p2p.Send(0x7f0ab82f1e08, 0xc834594700, 0x2, 0xea6e00, 0xc86469bc80, 0x0, 0x0)
2016-10-12 01:59:57.035549500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/message.go:97 +0x111
2016-10-12 01:59:57.035549500 github.com/ethereum/go-ethereum/eth.(*peer).SendTransactions(0xc899e2b4d0, 0xc83e45d028, 0x1, 0x1, 0x0, 0x0)
2016-10-12 01:59:57.035552500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/peer.go:141 +0x287
2016-10-12 01:59:57.035552500 github.com/ethereum/go-ethereum/eth.(*ProtocolManager).BroadcastTx(0xc820089e10, 0x9bd1649f640f2535, 0x6461d68d2450288e, 0xb8d2eae8e3493e6c, 0xb267f902046b9720, 0xc898b8a990)
2016-10-12 01:59:57.035553500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:739 +0x13c
2016-10-12 01:59:57.035559500 github.com/ethereum/go-ethereum/eth.(*ProtocolManager).txBroadcastLoop(0xc820089e10)
2016-10-12 01:59:57.035559500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:760 +0x124
2016-10-12 01:59:57.035560500 created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start
2016-10-12 01:59:57.035560500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:214 +0x11d
2016-10-12 01:59:57.035562500 
2016-10-12 01:59:57.035562500 goroutine 39 [chan receive, 121 minutes]:
2016-10-12 01:59:57.035562500 github.com/ethereum/go-ethereum/eth.(*ProtocolManager).minedBroadcastLoop(0xc820089e10)
2016-10-12 01:59:57.035563500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:747 +0x86
2016-10-12 01:59:57.035564500 created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start
2016-10-12 01:59:57.035566500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:217 +0x21a
2016-10-12 01:59:57.035566500 
2016-10-12 01:59:57.035567500 goroutine 40 [select]:
2016-10-12 01:59:57.035567500 github.com/ethereum/go-ethereum/eth.(*ProtocolManager).syncer(0xc820089e10)
2016-10-12 01:59:57.035567500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/sync.go:143 +0x260
2016-10-12 01:59:57.035569500 created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start
2016-10-12 01:59:57.035570500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:220 +0x23f
2016-10-12 01:59:57.035570500 
2016-10-12 01:59:57.035570500 goroutine 41 [select, 2 minutes]:
2016-10-12 01:59:57.035571500 github.com/ethereum/go-ethereum/eth.(*ProtocolManager).txsyncLoop(0xc820089e10)
2016-10-12 01:59:57.035572500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/sync.go:109 +0x608
2016-10-12 01:59:57.035573500 created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start
2016-10-12 01:59:57.035573500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:221 +0x264
2016-10-12 01:59:57.035574500 
2016-10-12 01:59:57.035574500 goroutine 42 [select, 2 minutes]:
2016-10-12 01:59:57.035576500 github.com/ethereum/go-ethereum/release.(*ReleaseService).checker(0xc8207c0910)
2016-10-12 01:59:57.035578500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/release/release.go:106 +0x14bf
2016-10-12 01:59:57.035579500 created by github.com/ethereum/go-ethereum/release.(*ReleaseService).Start
2016-10-12 01:59:57.035579500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/release/release.go:86 +0x41
2016-10-12 01:59:57.035580500 
2016-10-12 01:59:57.035580500 goroutine 43 [chan receive, 20 minutes]:
2016-10-12 01:59:57.035581500 github.com/ethereum/go-ethereum/eth.(*PublicBlockChainAPI).subscriptionLoop(0xc8203823c0)
2016-10-12 01:59:57.035582500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/api.go:541 +0x162
2016-10-12 01:59:57.035583500 created by github.com/ethereum/go-ethereum/eth.NewPublicBlockChainAPI
2016-10-12 01:59:57.035583500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/api.go:533 +0x18b
2016-10-12 01:59:57.035585500 
2016-10-12 01:59:57.035585500 goroutine 44 [chan receive]:
2016-10-12 01:59:57.035585500 github.com/ethereum/go-ethereum/eth.(*PublicTransactionPoolAPI).subscriptionLoop(0xc821454960)
2016-10-12 01:59:57.035586500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/api.go:955 +0x12f
2016-10-12 01:59:57.035586500 created by github.com/ethereum/go-ethereum/eth.NewPublicTransactionPoolAPI
2016-10-12 01:59:57.035588500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/api.go:947 +0x213
2016-10-12 01:59:57.035591500 
2016-10-12 01:59:57.035591500 goroutine 45 [chan receive, 54 minutes]:
2016-10-12 01:59:57.035592500 github.com/ethereum/go-ethereum/eth/downloader.(*PublicDownloaderAPI).run(0xc842ccc2c0)
2016-10-12 01:59:57.035592500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/api.go:49 +0x243
2016-10-12 01:59:57.035593500 created by github.com/ethereum/go-ethereum/eth/downloader.NewPublicDownloaderAPI
2016-10-12 01:59:57.035598500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/api.go:41 +0xe4
2016-10-12 01:59:57.035598500 
2016-10-12 01:59:57.035599500 goroutine 46 [chan receive]:
2016-10-12 01:59:57.035599500 github.com/ethereum/go-ethereum/eth/filters.(*FilterSystem).filterLoop(0xc821454a20)
2016-10-12 01:59:57.035599500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter_system.go:141 +0xba
2016-10-12 01:59:57.041763500 created by github.com/ethereum/go-ethereum/eth/filters.NewFilterSystem
2016-10-12 01:59:57.041764500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/filter_system.go:76 +0x4ce
2016-10-12 01:59:57.041771500 
2016-10-12 01:59:57.041772500 goroutine 47 [select]:
2016-10-12 01:59:57.041785500 github.com/ethereum/go-ethereum/eth/filters.(*PublicFilterAPI).start(0xc8201bc000)
2016-10-12 01:59:57.041786500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/api.go:99 +0x8d0
2016-10-12 01:59:57.041790500 created by github.com/ethereum/go-ethereum/eth/filters.NewPublicFilterAPI
2016-10-12 01:59:57.041793500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/filters/api.go:84 +0x225
2016-10-12 01:59:57.041794500 
2016-10-12 01:59:57.041798500 goroutine 80 [select, 2 minutes]:
2016-10-12 01:59:57.041811500 github.com/ethereum/go-ethereum/eth/fetcher.(*Fetcher).loop(0xc820089ee0)
2016-10-12 01:59:57.041833500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/fetcher/fetcher.go:316 +0x5bbe
2016-10-12 01:59:57.041834500 created by github.com/ethereum/go-ethereum/eth/fetcher.(*Fetcher).Start
2016-10-12 01:59:57.041835500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/fetcher/fetcher.go:178 +0x35
2016-10-12 01:59:57.041839500 
2016-10-12 01:59:57.041840500 goroutine 82 [IO wait, 98 minutes]:
2016-10-12 01:59:57.041843500 net.runtime_pollWait(0x7f0abb8cf168, 0x72, 0xc820032110)
2016-10-12 01:59:57.041848500   /usr/lib/go/src/runtime/netpoll.go:157 +0x60
2016-10-12 01:59:57.041853500 net.(*pollDesc).Wait(0xc84157d6b0, 0x72, 0x0, 0x0)
2016-10-12 01:59:57.041859500   /usr/lib/go/src/net/fd_poll_runtime.go:73 +0x3a
2016-10-12 01:59:57.041863500 net.(*pollDesc).WaitRead(0xc84157d6b0, 0x0, 0x0)
2016-10-12 01:59:57.041868500   /usr/lib/go/src/net/fd_poll_runtime.go:78 +0x36
2016-10-12 01:59:57.041872500 net.(*netFD).accept(0xc84157d650, 0x0, 0x7f0ab840f5a8, 0xc89931d6e0)
2016-10-12 01:59:57.041878500   /usr/lib/go/src/net/fd_unix.go:408 +0x27c
2016-10-12 01:59:57.041882500 net.(*UnixListener).AcceptUnix(0xc83fb18840, 0xc820ae0ee0, 0x0, 0x0)
2016-10-12 01:59:57.041888500   /usr/lib/go/src/net/unixsock_posix.go:304 +0x53
2016-10-12 01:59:57.041892500 net.(*UnixListener).Accept(0xc83fb18840, 0x0, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.041899500   /usr/lib/go/src/net/unixsock_posix.go:314 +0x41
2016-10-12 01:59:57.041904500 github.com/ethereum/go-ethereum/node.(*Node).startIPC.func1(0xc82019a500, 0x7f0ab840f628, 0xc83fb18840, 0xc82062f3b0)
2016-10-12 01:59:57.041910500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/node/node.go:299 +0x14c
2016-10-12 01:59:57.041914500 created by github.com/ethereum/go-ethereum/node.(*Node).startIPC
2016-10-12 01:59:57.041915500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/node/node.go:314 +0x421
2016-10-12 01:59:57.041919500 
2016-10-12 01:59:57.041922500 goroutine 83 [IO wait, 2 minutes]:
2016-10-12 01:59:57.041925500 net.runtime_pollWait(0x7f0abb8cf0a8, 0x72, 0xc820032110)
2016-10-12 01:59:57.041929500   /usr/lib/go/src/runtime/netpoll.go:157 +0x60
2016-10-12 01:59:57.041935500 net.(*pollDesc).Wait(0xc84157d720, 0x72, 0x0, 0x0)
2016-10-12 01:59:57.041948500   /usr/lib/go/src/net/fd_poll_runtime.go:73 +0x3a
2016-10-12 01:59:57.041948500 net.(*pollDesc).WaitRead(0xc84157d720, 0x0, 0x0)
2016-10-12 01:59:57.041949500   /usr/lib/go/src/net/fd_poll_runtime.go:78 +0x36
2016-10-12 01:59:57.041952500 net.(*netFD).accept(0xc84157d6c0, 0x0, 0x7f0ab840f5a8, 0xc8882c0d00)
2016-10-12 01:59:57.041959500   /usr/lib/go/src/net/fd_unix.go:408 +0x27c
2016-10-12 01:59:57.041963500 net.(*TCPListener).AcceptTCP(0xc82001f020, 0xc840affeb0, 0x0, 0x0)
2016-10-12 01:59:57.041969500   /usr/lib/go/src/net/tcpsock_posix.go:254 +0x4d
2016-10-12 01:59:57.041973500 net.(*TCPListener).Accept(0xc82001f020, 0x0, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.041977500   /usr/lib/go/src/net/tcpsock_posix.go:264 +0x3d
2016-10-12 01:59:57.041983500 net/http.(*Server).Serve(0xc840ae1c80, 0x7f0ab82f04b0, 0xc82001f020, 0x0, 0x0)
2016-10-12 01:59:57.041991500   /usr/lib/go/src/net/http/server.go:1887 +0xb3
2016-10-12 01:59:57.041995500 created by github.com/ethereum/go-ethereum/node.(*Node).startHTTP
2016-10-12 01:59:57.041996500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/node/node.go:365 +0x63d
2016-10-12 01:59:57.042000500 
2016-10-12 01:59:57.042003500 goroutine 84 [chan receive, 121 minutes]:
2016-10-12 01:59:57.042016500 github.com/ethereum/go-ethereum/cmd/utils.StartNode.func1(0xc82019a500)
2016-10-12 01:59:57.042016500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/cmd/utils/cmd.go:80 +0x12f
2016-10-12 01:59:57.230753500 created by github.com/ethereum/go-ethereum/cmd/utils.StartNode
2016-10-12 01:59:57.230754500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/cmd/utils/cmd.go:91 +0x111
2016-10-12 01:59:57.313839500 
2016-10-12 01:59:57.313840500 goroutine 85 [select, 121 minutes, locked to thread]:
2016-10-12 01:59:57.313841500 runtime.gopark(0x122ce40, 0xc82054cf28, 0xf9ca68, 0x6, 0x460918, 0x2)
2016-10-12 01:59:57.313841500   /usr/lib/go/src/runtime/proc.go:185 +0x163
2016-10-12 01:59:57.313842500 runtime.selectgoImpl(0xc82054cf28, 0x0, 0x18)
2016-10-12 01:59:57.313843500   /usr/lib/go/src/runtime/select.go:392 +0xa64
2016-10-12 01:59:57.313843500 runtime.selectgo(0xc82054cf28)
2016-10-12 01:59:57.313844500   /usr/lib/go/src/runtime/select.go:212 +0x12
2016-10-12 01:59:57.313848500 runtime.ensureSigM.func1()
2016-10-12 01:59:57.313849500   /usr/lib/go/src/runtime/signal1_unix.go:227 +0x353
2016-10-12 01:59:57.313849500 runtime.goexit()
2016-10-12 01:59:57.313850500   /usr/lib/go/src/runtime/asm_amd64.s:1696 +0x1
2016-10-12 01:59:57.395107500 
2016-10-12 01:59:57.395108500 goroutine 86 [chan receive, 20 minutes]:
2016-10-12 01:59:57.395127500 github.com/ethereum/go-ethereum/eth.(*GasPriceOracle).listenLoop(0xc8207c0370)
2016-10-12 01:59:57.395128500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/gasprice.go:107 +0x24c
2016-10-12 01:59:57.395129500 created by github.com/ethereum/go-ethereum/eth.(*GasPriceOracle).init.func1
2016-10-12 01:59:57.395129500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/gasprice.go:79 +0x53
2016-10-12 01:59:57.395130500 
2016-10-12 01:59:57.395131500 goroutine 66937 [semacquire, 2 minutes]:
2016-10-12 01:59:57.395137500 sync.runtime_Semacquire(0xc8202c83ac)
2016-10-12 01:59:57.395137500   /usr/lib/go/src/runtime/sema.go:43 +0x26
2016-10-12 01:59:57.395138500 sync.(*Mutex).Lock(0xc8202c83a8)
2016-10-12 01:59:57.395142500   /usr/lib/go/src/sync/mutex.go:82 +0x1c4
2016-10-12 01:59:57.395145500 sync.(*RWMutex).Lock(0xc8202c83a8)
2016-10-12 01:59:57.395148500   /usr/lib/go/src/sync/rwmutex.go:82 +0x30
2016-10-12 01:59:57.395152500 github.com/ethereum/go-ethereum/core.(*BlockChain).InsertChain(0xc8202c8360, 0xc868221b90, 0x1, 0x1, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.395163500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/blockchain.go:820 +0xf0
2016-10-12 01:59:57.395165500 github.com/ethereum/go-ethereum/eth.(*ProtocolManager).insertChain(0xc820089e10, 0xc868221b90, 0x1, 0x1, 0x8, 0x0, 0x0)
2016-10-12 01:59:57.395177500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:185 +0x58
2016-10-12 01:59:57.395193500 github.com/ethereum/go-ethereum/eth.NewProtocolManager.func6(0xc868221b90, 0x1, 0x1, 0x1947f01, 0x0, 0x0)
2016-10-12 01:59:57.395194500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:172 +0x75
2016-10-12 01:59:57.395195500 github.com/ethereum/go-ethereum/eth/fetcher.(*Fetcher).insert.func1(0xc820089ee0, 0xc83eed1c00, 0xc8b463c2d0, 0xc864bb6990, 0x10)
2016-10-12 01:59:57.395199500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/fetcher/fetcher.go:684 +0x676
2016-10-12 01:59:57.395203500 created by github.com/ethereum/go-ethereum/eth/fetcher.(*Fetcher).insert
2016-10-12 01:59:57.395204500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/fetcher/fetcher.go:696 +0x30c
2016-10-12 01:59:57.395208500 
2016-10-12 01:59:57.395208500 goroutine 171 [select, 2 minutes]:
2016-10-12 01:59:57.395214500 github.com/ethereum/go-ethereum/p2p/discover.(*nodeDB).expirer(0xc840ae0cc0)
2016-10-12 01:59:57.395218500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/database.go:233 +0x22a
2016-10-12 01:59:57.395223500 created by github.com/ethereum/go-ethereum/p2p/discover.(*nodeDB).ensureExpirer.func1
2016-10-12 01:59:57.395224500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/database.go:225 +0x34
2016-10-12 01:59:57.395228500 
2016-10-12 01:59:57.395231500 goroutine 1000 [IO wait, 2 minutes]:
2016-10-12 01:59:57.395246500 net.runtime_pollWait(0x7f0abb8cec28, 0x72, 0xc820032110)
2016-10-12 01:59:57.395246500   /usr/lib/go/src/runtime/netpoll.go:157 +0x60
2016-10-12 01:59:57.395250500 net.(*pollDesc).Wait(0xc8427a1090, 0x72, 0x0, 0x0)
2016-10-12 01:59:57.395254500   /usr/lib/go/src/net/fd_poll_runtime.go:73 +0x3a
2016-10-12 01:59:57.395257500 net.(*pollDesc).WaitRead(0xc8427a1090, 0x0, 0x0)
2016-10-12 01:59:57.395262500   /usr/lib/go/src/net/fd_poll_runtime.go:78 +0x36
2016-10-12 01:59:57.395268500 net.(*netFD).Read(0xc8427a1030, 0xc886bd3d40, 0x20, 0x20, 0x0, 0x7f0abb8ca050, 0xc820032110)
2016-10-12 01:59:57.395277500   /usr/lib/go/src/net/fd_unix.go:232 +0x23a
2016-10-12 01:59:57.395282500 net.(*conn).Read(0xc8427ac1a8, 0xc886bd3d40, 0x20, 0x20, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.395291500   /usr/lib/go/src/net/net.go:172 +0xe4
2016-10-12 01:59:57.395295500 io.ReadAtLeast(0x7f0ab8411048, 0xc8427ac1a8, 0xc886bd3d40, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.395306500   /usr/lib/go/src/io/io.go:298 +0xe6
2016-10-12 01:59:57.395310500 io.ReadFull(0x7f0ab8411048, 0xc8427ac1a8, 0xc886bd3d40, 0x20, 0x20, 0x20, 0x0, 0x0)
2016-10-12 01:59:57.395321500   /usr/lib/go/src/io/io.go:316 +0x62
2016-10-12 01:59:57.395324500 github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc8427afc80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.395337500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x13d
2016-10-12 01:59:57.395342500 github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc84276d920, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.395354500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x1db
2016-10-12 01:59:57.395359500 github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc8427a55c0, 0xc8427cc1e0)
2016-10-12 01:59:57.395363500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:214 +0x90
2016-10-12 01:59:57.395365500 created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
2016-10-12 01:59:57.395369500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:145 +0xf8
2016-10-12 01:59:57.395372500 
2016-10-12 01:59:57.395373500 goroutine 66517 [select, 4 minutes]:
2016-10-12 01:59:57.395388500 github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc821433080, 0xc83fd3e630)
2016-10-12 01:59:57.395389500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/event/event.go:217 +0x1c1
2016-10-12 01:59:57.395393500 github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc82062f680, 0xe27d40, 0xc87007ebd0, 0x0, 0x0)
2016-10-12 01:59:57.395400500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/event/event.go:108 +0x2ce
2016-10-12 01:59:57.395408500 created by github.com/ethereum/go-ethereum/core.(*TxPool).promoteTx
2016-10-12 01:59:57.395409500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/tx_pool.go:371 +0x516
2016-10-12 01:59:57.395410500 
2016-10-12 01:59:57.395410500 goroutine 66532 [select, 4 minutes]:
2016-10-12 01:59:57.395417500 github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc821433080, 0xc831448c00)
2016-10-12 01:59:57.395422500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/event/event.go:217 +0x1c1
2016-10-12 01:59:57.395424500 github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc82062f680, 0xe27d40, 0xc87f319680, 0x0, 0x0)
2016-10-12 01:59:57.395433500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/event/event.go:108 +0x2ce
2016-10-12 01:59:57.395438500 created by github.com/ethereum/go-ethereum/core.(*TxPool).promoteTx
2016-10-12 01:59:57.395438500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/tx_pool.go:371 +0x516
2016-10-12 01:59:57.395445500 
2016-10-12 01:59:57.395445500 goroutine 1002 [select, 2 minutes]:
2016-10-12 01:59:57.395451500 github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc8427a1b20, 0x0, 0x7f0a00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.395464500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:357 +0x221
2016-10-12 01:59:57.395469500 github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc820089e10, 0xc8426975f0, 0x0, 0x0)
2016-10-12 01:59:57.395475500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:315 +0xa4
2016-10-12 01:59:57.395479500 github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc820089e10, 0xc8426975f0, 0x0, 0x0)
2016-10-12 01:59:57.395485500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:304 +0xb36
2016-10-12 01:59:57.395490500 github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc8427a55c0, 0x7f0ab82f1dd8, 0xc8427a1b20, 0x0, 0x0)
2016-10-12 01:59:57.395498500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:139 +0x17b
2016-10-12 01:59:57.395503500 github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc8427a1b20, 0xc8427a55c0)
2016-10-12 01:59:57.395507500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:303 +0x8c
2016-10-12 01:59:57.395511500 created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
2016-10-12 01:59:57.395511500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:312 +0x304
2016-10-12 01:59:57.395515500 
2016-10-12 01:59:57.395515500 goroutine 66080 [select, 6 minutes]:
2016-10-12 01:59:57.395521500 github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc8a92af260, 0x0, 0x7f0a00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.395536500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:357 +0x221
2016-10-12 01:59:57.395538500 github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc820089e10, 0xc8615fd440, 0x0, 0x0)
2016-10-12 01:59:57.395546500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:315 +0xa4
2016-10-12 01:59:57.395551500 github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc820089e10, 0xc8615fd440, 0x0, 0x0)
2016-10-12 01:59:57.395557500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:304 +0xb36
2016-10-12 01:59:57.395562500 github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc827540a40, 0x7f0ab82f1dd8, 0xc8a92af260, 0x0, 0x0)
2016-10-12 01:59:57.395569500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:139 +0x17b
2016-10-12 01:59:57.395574500 github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc8a92af260, 0xc827540a40)
2016-10-12 01:59:57.395577500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:303 +0x8c
2016-10-12 01:59:57.395585500 created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
2016-10-12 01:59:57.395586500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:312 +0x304
2016-10-12 01:59:57.395587500 
2016-10-12 01:59:57.395587500 goroutine 1001 [select, 2 minutes]:
2016-10-12 01:59:57.395593500 github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc8427a55c0)
2016-10-12 01:59:57.395597500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:199 +0x261
2016-10-12 01:59:57.395602500 created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
2016-10-12 01:59:57.395603500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:146 +0x11d
2016-10-12 01:59:57.395606500 
2016-10-12 01:59:57.395607500 goroutine 66509 [select, 4 minutes]:
2016-10-12 01:59:57.395613500 github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc821433080, 0xc88ffa8000)
2016-10-12 01:59:57.395619500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/event/event.go:217 +0x1c1
2016-10-12 01:59:57.395621500 github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc82062f680, 0xe27d40, 0xc8b6254d80, 0x0, 0x0)
2016-10-12 01:59:57.395630500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/event/event.go:108 +0x2ce
2016-10-12 01:59:57.395632500 created by github.com/ethereum/go-ethereum/core.(*TxPool).promoteTx
2016-10-12 01:59:57.395636500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/tx_pool.go:371 +0x516
2016-10-12 01:59:57.395639500 
2016-10-12 01:59:57.395640500 goroutine 66551 [select, 4 minutes]:
2016-10-12 01:59:57.395645500 github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc821433080, 0xc885e0c510)
2016-10-12 01:59:57.395651500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/event/event.go:217 +0x1c1
2016-10-12 01:59:57.395654500 github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc82062f680, 0xe27d40, 0xc8aaf5d290, 0x0, 0x0)
2016-10-12 01:59:57.395662500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/event/event.go:108 +0x2ce
2016-10-12 01:59:57.395664500 created by github.com/ethereum/go-ethereum/core.(*TxPool).promoteTx
2016-10-12 01:59:57.395668500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/tx_pool.go:371 +0x516
2016-10-12 01:59:57.395672500 
2016-10-12 01:59:57.395672500 goroutine 999 [select, 20 minutes]:
2016-10-12 01:59:57.395678500 github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc8427a55c0, 0x7f0ab82f1d20)
2016-10-12 01:59:57.395684500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:155 +0xcd6
2016-10-12 01:59:57.395690500 github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc821042a80, 0xc8427a55c0)
2016-10-12 01:59:57.395695500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:685 +0x328
2016-10-12 01:59:57.395699500 created by github.com/ethereum/go-ethereum/p2p.(*Server).run
2016-10-12 01:59:57.395702500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:493 +0x16c5
2016-10-12 01:59:57.395707500 
2016-10-12 01:59:57.395707500 goroutine 66564 [select, 2 minutes]:
2016-10-12 01:59:57.395713500 github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc821433080, 0xc8b113b380)
2016-10-12 01:59:57.395718500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/event/event.go:217 +0x1c1
2016-10-12 01:59:57.395720500 github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc82062f680, 0xe27d40, 0xc87e358510, 0x0, 0x0)
2016-10-12 01:59:57.395729500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/event/event.go:108 +0x2ce
2016-10-12 01:59:57.395731500 created by github.com/ethereum/go-ethereum/core.(*TxPool).promoteTx
2016-10-12 01:59:57.395735500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/tx_pool.go:371 +0x516
2016-10-12 01:59:57.395739500 
2016-10-12 01:59:57.395739500 goroutine 60980 [select, 2 minutes]:
2016-10-12 01:59:57.395749500 github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc8bb6cb700)
2016-10-12 01:59:57.395750500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:199 +0x261
2016-10-12 01:59:57.395754500 created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
2016-10-12 01:59:57.395757500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:146 +0x11d
2016-10-12 01:59:57.395761500 
2016-10-12 01:59:57.395761500 goroutine 66938 [semacquire, 2 minutes]:
2016-10-12 01:59:57.395767500 sync.runtime_Semacquire(0xc8202c83ac)
2016-10-12 01:59:57.395770500   /usr/lib/go/src/runtime/sema.go:43 +0x26
2016-10-12 01:59:57.395774500 sync.(*Mutex).Lock(0xc8202c83a8)
2016-10-12 01:59:57.395777500   /usr/lib/go/src/sync/mutex.go:82 +0x1c4
2016-10-12 01:59:57.395779500 sync.(*RWMutex).Lock(0xc8202c83a8)
2016-10-12 01:59:57.395782500   /usr/lib/go/src/sync/rwmutex.go:82 +0x30
2016-10-12 01:59:57.395788500 github.com/ethereum/go-ethereum/core.(*BlockChain).InsertChain(0xc8202c8360, 0xc82dea7f68, 0x1, 0x1, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.395796500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/blockchain.go:820 +0xf0
2016-10-12 01:59:57.395799500 github.com/ethereum/go-ethereum/eth.(*ProtocolManager).insertChain(0xc820089e10, 0xc82dea7f68, 0x1, 0x1, 0x8, 0x0, 0x0)
2016-10-12 01:59:57.395809500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:185 +0x58
2016-10-12 01:59:57.395814500 github.com/ethereum/go-ethereum/eth.NewProtocolManager.func6(0xc82dea7f68, 0x1, 0x1, 0x1947f01, 0x0, 0x0)
2016-10-12 01:59:57.395821500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:172 +0x75
2016-10-12 01:59:57.395826500 github.com/ethereum/go-ethereum/eth/fetcher.(*Fetcher).insert.func1(0xc820089ee0, 0xc83eed1c40, 0xc87f68bd40, 0xc8427b8c30, 0x10)
2016-10-12 01:59:57.395832500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/fetcher/fetcher.go:684 +0x676
2016-10-12 01:59:57.395837500 created by github.com/ethereum/go-ethereum/eth/fetcher.(*Fetcher).insert
2016-10-12 01:59:57.395838500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/fetcher/fetcher.go:696 +0x30c
2016-10-12 01:59:57.395842500 
2016-10-12 01:59:57.395842500 goroutine 66967 [sleep, 2 minutes]:
2016-10-12 01:59:57.395848500 time.Sleep(0x6fc239f08)
2016-10-12 01:59:57.395852500   /usr/lib/go/src/runtime/time.go:59 +0xf9
2016-10-12 01:59:57.395856500 github.com/ethereum/go-ethereum/p2p.waitExpireTask.Do(0x6fc239f08, 0xc821042a80)
2016-10-12 01:59:57.395861500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:301 +0x21
2016-10-12 01:59:57.395866500 github.com/ethereum/go-ethereum/p2p.(*waitExpireTask).Do(0xc86136a820, 0xc821042a80)
2016-10-12 01:59:57.395869500   <autogenerated>:48 +0x99
2016-10-12 01:59:57.395873500 github.com/ethereum/go-ethereum/p2p.(*Server).run.func2.1(0x7f0aa02b62c8, 0xc86136a820, 0xc821042a80, 0xc840ae16e0)
2016-10-12 01:59:57.395877500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:431 +0x31
2016-10-12 01:59:57.395884500 created by github.com/ethereum/go-ethereum/p2p.(*Server).run.func2
2016-10-12 01:59:57.395885500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:431 +0x286
2016-10-12 01:59:57.395888500 
2016-10-12 01:59:57.395889500 goroutine 25656 [select, 54 minutes]:
2016-10-12 01:59:57.395895500 github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc835d3d5e0, 0x0, 0x7f0a00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.395910500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:357 +0x221
2016-10-12 01:59:57.395912500 github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc820089e10, 0xc8a5789b90, 0x0, 0x0)
2016-10-12 01:59:57.395920500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:315 +0xa4
2016-10-12 01:59:57.395924500 github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc820089e10, 0xc8a5789b90, 0x0, 0x0)
2016-10-12 01:59:57.395935500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:304 +0xb36
2016-10-12 01:59:57.395936500 github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc8990c8580, 0x7f0ab82f1dd8, 0xc835d3d5e0, 0x0, 0x0)
2016-10-12 01:59:57.395942500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:139 +0x17b
2016-10-12 01:59:57.395945500 github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc835d3d5e0, 0xc8990c8580)
2016-10-12 01:59:57.395948500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:303 +0x8c
2016-10-12 01:59:57.395952500 created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
2016-10-12 01:59:57.395956500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:312 +0x304
2016-10-12 01:59:57.395960500 
2016-10-12 01:59:57.395960500 goroutine 62181 [select, 2 minutes]:
2016-10-12 01:59:57.395966500 github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc87fcda680, 0x7f0ab82f1d20)
2016-10-12 01:59:57.395971500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:155 +0xcd6
2016-10-12 01:59:57.395977500 github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc821042a80, 0xc87fcda680)
2016-10-12 01:59:57.395979500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:685 +0x328
2016-10-12 01:59:57.395985500 created by github.com/ethereum/go-ethereum/p2p.(*Server).run
2016-10-12 01:59:57.395989500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:493 +0x16c5
2016-10-12 01:59:57.395991500 
2016-10-12 01:59:57.395994500 goroutine 41358 [select, 2 minutes]:
2016-10-12 01:59:57.395998500 github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc8a3fa5c00, 0x0, 0x7f0a00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.396012500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:357 +0x221
2016-10-12 01:59:57.396017500 github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc820089e10, 0xc828021b00, 0x0, 0x0)
2016-10-12 01:59:57.396023500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:315 +0xa4
2016-10-12 01:59:57.396027500 github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc820089e10, 0xc828021b00, 0x0, 0x0)
2016-10-12 01:59:57.396034500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:304 +0xb36
2016-10-12 01:59:57.396039500 github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc8a42ade00, 0x7f0ab82f1dd8, 0xc8a3fa5c00, 0x0, 0x0)
2016-10-12 01:59:57.396045500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:139 +0x17b
2016-10-12 01:59:57.396050500 github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc8a3fa5c00, 0xc8a42ade00)
2016-10-12 01:59:57.396053500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:303 +0x8c
2016-10-12 01:59:57.396057500 created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
2016-10-12 01:59:57.396058500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:312 +0x304
2016-10-12 01:59:57.396062500 
2016-10-12 01:59:57.396062500 goroutine 66535 [select, 4 minutes]:
2016-10-12 01:59:57.396068500 github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc821433080, 0xc8589f29c0)
2016-10-12 01:59:57.396074500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/event/event.go:217 +0x1c1
2016-10-12 01:59:57.396076500 github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc82062f680, 0xe27d40, 0xc87e53ac60, 0x0, 0x0)
2016-10-12 01:59:57.396085500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/event/event.go:108 +0x2ce
2016-10-12 01:59:57.396087500 created by github.com/ethereum/go-ethereum/core.(*TxPool).promoteTx
2016-10-12 01:59:57.396091500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/tx_pool.go:371 +0x516
2016-10-12 01:59:57.396100500 
2016-10-12 01:59:57.396101500 goroutine 66951 [select, 2 minutes]:
2016-10-12 01:59:57.396104500 github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc821433080, 0xc892119890)
2016-10-12 01:59:57.396108500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/event/event.go:217 +0x1c1
2016-10-12 01:59:57.396112500 github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc82062f680, 0xe27d40, 0xc87ab8c240, 0x0, 0x0)
2016-10-12 01:59:57.396119500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/event/event.go:108 +0x2ce
2016-10-12 01:59:57.396121500 created by github.com/ethereum/go-ethereum/core.(*TxPool).promoteTx
2016-10-12 01:59:57.396125500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/tx_pool.go:371 +0x516
2016-10-12 01:59:57.396128500 
2016-10-12 01:59:57.396129500 goroutine 18695 [select, 2 minutes]:
2016-10-12 01:59:57.396135500 github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc880723700)
2016-10-12 01:59:57.396139500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:199 +0x261
2016-10-12 01:59:57.396142500 created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
2016-10-12 01:59:57.396145500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:146 +0x11d
2016-10-12 01:59:57.396149500 
2016-10-12 01:59:57.396149500 goroutine 66527 [select, 4 minutes]:
2016-10-12 01:59:57.396155500 github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc821433080, 0xc83b50d0b0)
2016-10-12 01:59:57.396160500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/event/event.go:217 +0x1c1
2016-10-12 01:59:57.396165500 github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc82062f680, 0xe27d40, 0xc8aaf5c2d0, 0x0, 0x0)
2016-10-12 01:59:57.396171500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/event/event.go:108 +0x2ce
2016-10-12 01:59:57.396176500 created by github.com/ethereum/go-ethereum/core.(*TxPool).promoteTx
2016-10-12 01:59:57.396176500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/tx_pool.go:371 +0x516
2016-10-12 01:59:57.396180500 
2016-10-12 01:59:57.396183500 goroutine 18374 [IO wait, 2 minutes]:
2016-10-12 01:59:57.396187500 net.runtime_pollWait(0x7f0abb8ce868, 0x72, 0xc820032110)
2016-10-12 01:59:57.396193500   /usr/lib/go/src/runtime/netpoll.go:157 +0x60
2016-10-12 01:59:57.396195500 net.(*pollDesc).Wait(0xc8347d98e0, 0x72, 0x0, 0x0)
2016-10-12 01:59:57.396202500   /usr/lib/go/src/net/fd_poll_runtime.go:73 +0x3a
2016-10-12 01:59:57.396207500 net.(*pollDesc).WaitRead(0xc8347d98e0, 0x0, 0x0)
2016-10-12 01:59:57.396209500   /usr/lib/go/src/net/fd_poll_runtime.go:78 +0x36
2016-10-12 01:59:57.396215500 net.(*netFD).Read(0xc8347d9880, 0xc88b516a60, 0x20, 0x20, 0x0, 0x7f0abb8ca050, 0xc820032110)
2016-10-12 01:59:57.396224500   /usr/lib/go/src/net/fd_unix.go:232 +0x23a
2016-10-12 01:59:57.396229500 net.(*conn).Read(0xc890ba3428, 0xc88b516a60, 0x20, 0x20, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.396237500   /usr/lib/go/src/net/net.go:172 +0xe4
2016-10-12 01:59:57.396239500 io.ReadAtLeast(0x7f0ab8411048, 0xc890ba3428, 0xc88b516a60, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.396252500   /usr/lib/go/src/io/io.go:298 +0xe6
2016-10-12 01:59:57.396254500 io.ReadFull(0x7f0ab8411048, 0xc890ba3428, 0xc88b516a60, 0x20, 0x20, 0x20, 0x0, 0x0)
2016-10-12 01:59:57.396266500   /usr/lib/go/src/io/io.go:316 +0x62
2016-10-12 01:59:57.396269500 github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc869e77a40, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.396281500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x13d
2016-10-12 01:59:57.396286500 github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc8af04e660, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.396298500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x1db
2016-10-12 01:59:57.396300500 github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc868bad7c0, 0xc869e77c80)
2016-10-12 01:59:57.396304500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:214 +0x90
2016-10-12 01:59:57.396312500 created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
2016-10-12 01:59:57.396312500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:145 +0xf8
2016-10-12 01:59:57.396316500 
2016-10-12 01:59:57.396316500 goroutine 62531 [select]:
2016-10-12 01:59:57.396319500 github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc8b2e2c1c0)
2016-10-12 01:59:57.396324500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:199 +0x261
2016-10-12 01:59:57.396329500 created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
2016-10-12 01:59:57.396330500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:146 +0x11d
2016-10-12 01:59:57.396333500 
2016-10-12 01:59:57.396333500 goroutine 58407 [select, 2 minutes]:
2016-10-12 01:59:57.396339500 github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc8bb6882c0)
2016-10-12 01:59:57.396344500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:199 +0x261
2016-10-12 01:59:57.396349500 created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
2016-10-12 01:59:57.396350500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:146 +0x11d
2016-10-12 01:59:57.396353500 
2016-10-12 01:59:57.396353500 goroutine 66518 [select, 4 minutes]:
2016-10-12 01:59:57.396359500 github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc821433080, 0xc880e01e60)
2016-10-12 01:59:57.396365500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/event/event.go:217 +0x1c1
2016-10-12 01:59:57.396368500 github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc82062f680, 0xe27d40, 0xc87007ed80, 0x0, 0x0)
2016-10-12 01:59:57.396377500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/event/event.go:108 +0x2ce
2016-10-12 01:59:57.396379500 created by github.com/ethereum/go-ethereum/core.(*TxPool).promoteTx
2016-10-12 01:59:57.396382500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/tx_pool.go:371 +0x516
2016-10-12 01:59:57.396386500 
2016-10-12 01:59:57.396386500 goroutine 66542 [select, 2 minutes]:
2016-10-12 01:59:57.396392500 github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc821433080, 0xc8704e0c00)
2016-10-12 01:59:57.396398500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/event/event.go:217 +0x1c1
2016-10-12 01:59:57.396400500 github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc82062f680, 0xe27d40, 0xc89ce8ac60, 0x0, 0x0)
2016-10-12 01:59:57.396409500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/event/event.go:108 +0x2ce
2016-10-12 01:59:57.396411500 created by github.com/ethereum/go-ethereum/core.(*TxPool).promoteTx
2016-10-12 01:59:57.396415500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/tx_pool.go:371 +0x516
2016-10-12 01:59:57.396419500 
2016-10-12 01:59:57.396419500 goroutine 35035 [runnable]:
2016-10-12 01:59:57.396425500 syscall.Syscall6(0x11, 0x61, 0xc87009c400, 0x1047, 0x512db, 0x0, 0x0, 0x1047, 0x1047, 0x0)
2016-10-12 01:59:57.396436500   /usr/lib/go/src/syscall/asm_linux_amd64.s:44 +0x5
2016-10-12 01:59:57.396441500 syscall.Pread(0x61, 0xc87009c400, 0x1047, 0x2009, 0x512db, 0xc8426fb380, 0x0, 0x0)
2016-10-12 01:59:57.396451500   /usr/lib/go/src/syscall/zsyscall_linux_amd64.go:1372 +0x89
2016-10-12 01:59:57.396455500 os.(*File).pread(0xc88b3298d8, 0xc87009c400, 0x1047, 0x2009, 0x512db, 0xc87009c400, 0x0, 0x0)
2016-10-12 01:59:57.396465500   /usr/lib/go/src/os/file_unix.go:221 +0x64
2016-10-12 01:59:57.396469500 os.(*File).ReadAt(0xc88b3298d8, 0xc87009c400, 0x1047, 0x2009, 0x512db, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.396480500   /usr/lib/go/src/os/file.go:117 +0xcc
2016-10-12 01:59:57.396484500 github.com/syndtr/goleveldb/leveldb/table.(*Reader).readRawBlock(0xc86003d6c0, 0x512db, 0x1042, 0xffffff01, 0x0, 0x0, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.396495500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table/reader.go:561 +0xeb
2016-10-12 01:59:57.396504500 github.com/syndtr/goleveldb/leveldb/table.(*Reader).readBlock(0xc86003d6c0, 0x512db, 0x1042, 0x656901, 0xc868d839f0, 0x0, 0x0)
2016-10-12 01:59:57.396509500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table/reader.go:599 +0x68
2016-10-12 01:59:57.396513500 github.com/syndtr/goleveldb/leveldb/table.(*Reader).readBlockCached.func1(0xc868d839f0, 0x0, 0x0)
2016-10-12 01:59:57.396518500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table/reader.go:623 +0x65
2016-10-12 01:59:57.396523500 github.com/syndtr/goleveldb/leveldb/cache.(*Cache).Get(0xc820474c80, 0xe353a2, 0x512db, 0xc842538a00, 0x0)
2016-10-12 01:59:57.396530500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/cache/cache.go:389 +0x1f3
2016-10-12 01:59:57.396535500 github.com/syndtr/goleveldb/leveldb/cache.(*NamespaceGetter).Get(0xc85a195b70, 0x512db, 0xc842538a00, 0x20)
2016-10-12 01:59:57.396538500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/cache/cache.go:58 +0x41
2016-10-12 01:59:57.396545500 github.com/syndtr/goleveldb/leveldb/table.(*Reader).readBlockCached(0xc86003d6c0, 0x512db, 0x1042, 0x101, 0xc83e45c780, 0x0, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.396556500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table/reader.go:628 +0xe9
2016-10-12 01:59:57.396558500 github.com/syndtr/goleveldb/leveldb/table.(*Reader).getDataIter(0xc86003d6c0, 0x512db, 0x1042, 0x0, 0xc89f430101, 0x0, 0x0)
2016-10-12 01:59:57.396569500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table/reader.go:761 +0x74
2016-10-12 01:59:57.396574500 github.com/syndtr/goleveldb/leveldb/table.(*Reader).find(0xc86003d6c0, 0xc89f433d10, 0x28, 0x28, 0x45c501, 0x0, 0x8c4e00, 0x0, 0x0, 0x0, ...)
2016-10-12 01:59:57.396587500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table/reader.go:854 +0x5dc
2016-10-12 01:59:57.396592500 github.com/syndtr/goleveldb/leveldb/table.(*Reader).Find(0xc86003d6c0, 0xc89f433d10, 0x28, 0x28, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
2016-10-12 01:59:57.396602500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table/reader.go:888 +0xb9
2016-10-12 01:59:57.396609500 github.com/syndtr/goleveldb/leveldb.(*tOps).find(0xc82062ff20, 0xc8a5784b40, 0xc89f433d10, 0x28, 0x28, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
2016-10-12 01:59:57.396622500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table.go:382 +0x1da
2016-10-12 01:59:57.396627500 github.com/syndtr/goleveldb/leveldb.(*version).get.func1(0x3, 0xc8a5784b40, 0x20)
2016-10-12 01:59:57.396632500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/version.go:167 +0x582
2016-10-12 01:59:57.396637500 github.com/syndtr/goleveldb/leveldb.(*version).walkOverlapping(0xc87e1dcf00, 0x0, 0x0, 0x0, 0xc89f433d10, 0x28, 0x28, 0xc8425390a8, 0xc842539078)
2016-10-12 01:59:57.396650500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/version.go:120 +0x5a1
2016-10-12 01:59:57.396655500 github.com/syndtr/goleveldb/leveldb.(*version).get(0xc87e1dcf00, 0x0, 0x0, 0x0, 0xc89f433d10, 0x28, 0x28, 0x0, 0x7624a00, 0x0, ...)
2016-10-12 01:59:57.396668500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/version.go:221 +0x273
2016-10-12 01:59:57.396677500 github.com/syndtr/goleveldb/leveldb.(*DB).get(0xc821042c00, 0x0, 0x0, 0x0, 0x0, 0xc82bba88b3, 0x20, 0x4d, 0x12b39461, 0x0, ...)
2016-10-12 01:59:57.396685500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:774 +0x41c
2016-10-12 01:59:57.396691500 github.com/syndtr/goleveldb/leveldb.(*DB).Get(0xc821042c00, 0xc82bba88b3, 0x20, 0x4d, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.396703500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:840 +0x178
2016-10-12 01:59:57.396708500 github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).Get(0xc82019c000, 0xc82bba88b3, 0x20, 0x4d, 0x0, 0x0, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.396718500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/ethdb/database.go:127 +0x131
2016-10-12 01:59:57.396723500 github.com/ethereum/go-ethereum/trie.(*Trie).resolveHash(0xc894aae2c0, 0xc82bba88b3, 0x20, 0x4d, 0xc88ac76fa0, 0x5, 0x41, 0xc88ac76fa5, 0x3c, 0x3c, ...)
2016-10-12 01:59:57.396735500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/trie/trie.go:420 +0xa1
2016-10-12 01:59:57.396740500 github.com/ethereum/go-ethereum/trie.(*Trie).tryGet(0xc894aae2c0, 0x7f0ab863bf60, 0xc82e9fba60, 0xc88ac76fa0, 0x41, 0x41, 0x5, 0x0, 0x0, 0x0, ...)
2016-10-12 01:59:57.396752500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/trie/trie.go:142 +0x27b
2016-10-12 01:59:57.396757500 github.com/ethereum/go-ethereum/trie.(*Trie).tryGet(0xc894aae2c0, 0x7f0ab840dd60, 0xc89f57f2c0, 0xc88ac76fa0, 0x41, 0x41, 0x4, 0x0, 0x0, 0x0, ...)
2016-10-12 01:59:57.396770500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/trie/trie.go:134 +0x550
2016-10-12 01:59:57.396772500 github.com/ethereum/go-ethereum/trie.(*Trie).tryGet(0xc894aae2c0, 0x7f0ab840dd60, 0xc8a6df5040, 0xc88ac76fa0, 0x41, 0x41, 0x3, 0x0, 0x0, 0x0, ...)
2016-10-12 01:59:57.396787500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/trie/trie.go:134 +0x550
2016-10-12 01:59:57.396792500 github.com/ethereum/go-ethereum/trie.(*Trie).tryGet(0xc894aae2c0, 0x7f0ab840dd60, 0xc85755eb40, 0xc88ac76fa0, 0x41, 0x41, 0x2, 0x0, 0x0, 0x0, ...)
2016-10-12 01:59:57.396805500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/trie/trie.go:134 +0x550
2016-10-12 01:59:57.396807500 github.com/ethereum/go-ethereum/trie.(*Trie).tryGet(0xc894aae2c0, 0x7f0ab840dd60, 0xc830747cc0, 0xc88ac76fa0, 0x41, 0x41, 0x1, 0x0, 0x0, 0x0, ...)
2016-10-12 01:59:57.396822500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/trie/trie.go:134 +0x550
2016-10-12 01:59:57.396826500 github.com/ethereum/go-ethereum/trie.(*Trie).tryGet(0xc894aae2c0, 0x7f0ab840dd60, 0xc89ba8fe00, 0xc88ac76fa0, 0x41, 0x41, 0x0, 0x0, 0x0, 0x0, ...)
2016-10-12 01:59:57.396840500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/trie/trie.go:134 +0x550
2016-10-12 01:59:57.396844500 github.com/ethereum/go-ethereum/trie.(*Trie).TryGet(0xc894aae2c0, 0xc88ac76fa0, 0x41, 0x41, 0x0, 0x0, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.396856500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/trie/trie.go:107 +0xd9
2016-10-12 01:59:57.396860500 github.com/ethereum/go-ethereum/trie.(*SecureTrie).TryGet(0xc894aae2c0, 0xc868478be0, 0x14, 0x14, 0x0, 0x0, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.396869500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/trie/secure_trie.go:80 +0xb4
2016-10-12 01:59:57.396875500 github.com/ethereum/go-ethereum/trie.(*SecureTrie).Get(0xc894aae2c0, 0xc868478be0, 0x14, 0x14, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.396882500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/trie/secure_trie.go:69 +0x71
2016-10-12 01:59:57.396888500 github.com/ethereum/go-ethereum/core/state.(*StateDB).GetStateObject(0xc840c2c3c0, 0x12b2a3f4a254f82a, 0x9ae774d6813c7960, 0xc8c1a7a45b, 0x14)
2016-10-12 01:59:57.396900500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/state/statedb.go:377 +0x128
2016-10-12 01:59:57.396901500 github.com/ethereum/go-ethereum/core/state.(*StateDB).GetOrNewStateObject(0xc840c2c3c0, 0x12b2a3f4a254f82a, 0x9ae774d6813c7960, 0xc1a7a45b, 0x14)
2016-10-12 01:59:57.396905500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/state/statedb.go:398 +0x33
2016-10-12 01:59:57.396909500 github.com/ethereum/go-ethereum/core/state.(*StateDB).AddBalance(0xc840c2c3c0, 0x12b2a3f4a254f82a, 0x9ae774d6813c7960, 0xc1a7a45b, 0xc86847cc40)
2016-10-12 01:59:57.396918500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/state/statedb.go:291 +0x33
2016-10-12 01:59:57.396922500 github.com/ethereum/go-ethereum/core/vm.opSuicide(0xc869c4ee00, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc840c2c300, 0x0, 0x7f0ab8410510, ...)
2016-10-12 01:59:57.396935500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/vm/instructions.go:615 +0x168
2016-10-12 01:59:57.396938500 github.com/ethereum/go-ethereum/core/vm.(*EVM).Run(0xc83eed6400, 0xc869c4ee00, 0xc868478660, 0x20, 0x20, 0x0, 0x0, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.396963500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/vm/vm.go:227 +0x1c18
2016-10-12 01:59:57.396964500 github.com/ethereum/go-ethereum/core.exec(0x7f0ab8410510, 0xc85736ba40, 0x7f0ab8413d68, 0xc87e571dc0, 0xc8684786c0, 0xc8684786c0, 0x789130ab45da8366, 0x4f09df7855d05940, 0x70c84c6f2a511c72, 0xd41ef59eafbe73bc, ...)
2016-10-12 01:59:57.396977500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/execution.go:111 +0xade
2016-10-12 01:59:57.396981500 github.com/ethereum/go-ethereum/core.Call(0x7f0ab8410510, 0xc85736ba40, 0x7f0ab8413d68, 0xc87e571dc0, 0x518a0f64b780cf40, 0x63c486fb25651f36, 0xb833b326, 0xc868478660, 0x20, 0x20, ...)
2016-10-12 01:59:57.396992500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/execution.go:30 +0x223
2016-10-12 01:59:57.396999500 github.com/ethereum/go-ethereum/core.(*VMEnv).Call(0xc85736ba40, 0x7f0ab8413d68, 0xc87e571dc0, 0x518a0f64b780cf40, 0x63c486fb25651f36, 0xb833b326, 0xc868478660, 0x20, 0x20, 0xc8684782a0, ...)
2016-10-12 01:59:57.397012500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/vm_env.go:111 +0x110
2016-10-12 01:59:57.397016500 github.com/ethereum/go-ethereum/core/vm.opCall(0xc87e571d00, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc840c2c300, 0xc86136bc40, 0x7f0ab8410510, ...)
2016-10-12 01:59:57.397029500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/vm/instructions.go:551 +0x4b0
2016-10-12 01:59:57.397033500 github.com/ethereum/go-ethereum/core/vm.(*EVM).Run(0xc83eed6400, 0xc87e571dc0, 0xc86136ba00, 0xd, 0xd, 0x0, 0x0, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.397045500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/vm/vm.go:200 +0x11e0
2016-10-12 01:59:57.397051500 github.com/ethereum/go-ethereum/core.exec(0x7f0ab8410510, 0xc85736ba40, 0x7f0ab84106d0, 0xc88e2b2780, 0xc852e833a0, 0xc852e833a0, 0x5e68f3b0cf3484d9, 0x1665758c2bc2eafc, 0x2749558216ef0d75, 0xe4999b01fdf9119, ...)
2016-10-12 01:59:57.397065500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/execution.go:111 +0xade
2016-10-12 01:59:57.397070500 github.com/ethereum/go-ethereum/core.Call(0x7f0ab8410510, 0xc85736ba40, 0x7f0ab84106d0, 0xc88e2b2780, 0xc8072efc8e21207c, 0x5d4a0d86ff3225fe, 0x5d4a0d8631cb8782, 0xc86136ba00, 0xd, 0xd, ...)
2016-10-12 01:59:57.397083500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/execution.go:30 +0x223
2016-10-12 01:59:57.397087500 github.com/ethereum/go-ethereum/core.(*VMEnv).Call(0xc85736ba40, 0x7f0ab84106d0, 0xc88e2b2780, 0xc8072efc8e21207c, 0x5d4a0d86ff3225fe, 0xc831cb8782, 0xc86136ba00, 0xd, 0xd, 0xc852e829a0, ...)
2016-10-12 01:59:57.397097500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/vm_env.go:111 +0x110
2016-10-12 01:59:57.397104500 github.com/ethereum/go-ethereum/core.(*StateTransition).TransitionDb(0xc88c032f50, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.397118500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/state_transition.go:256 +0xb70
2016-10-12 01:59:57.397119500 github.com/ethereum/go-ethereum/core.ApplyMessage(0x7f0ab8410510, 0xc85736ba40, 0x7f0ab82f3b40, 0xc8aae17680, 0xc871bd4240, 0x0, 0x0, 0x0, 0x7f0ab84104e8, 0x0, ...)
2016-10-12 01:59:57.397129500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/state_transition.go:132 +0x81
2016-10-12 01:59:57.397136500 github.com/ethereum/go-ethereum/core.ApplyTransaction(0xc820474780, 0xc8202c8360, 0xc871bd4240, 0xc840c2c3c0, 0xc88f3e1b00, 0xc8aae17680, 0xc871bd40c0, 0x0, 0x0, 0x0, ...)
2016-10-12 01:59:57.397146500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/state_processor.go:93 +0x17a
2016-10-12 01:59:57.397153500 github.com/ethereum/go-ethereum/core.(*StateProcessor).Process(0xc821139150, 0xc8bb50afc0, 0xc840c2c3c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
2016-10-12 01:59:57.397166500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/state_processor.go:75 +0x381
2016-10-12 01:59:57.397170500 github.com/ethereum/go-ethereum/core.(*BlockChain).InsertChain(0xc8202c8360, 0xc8275e6000, 0x61, 0x800, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.397189500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/blockchain.go:910 +0x1a1e
2016-10-12 01:59:57.397190500 github.com/ethereum/go-ethereum/eth.(*ProtocolManager).insertChain(0xc820089e10, 0xc8275e6000, 0x61, 0x800, 0x196f420, 0x0, 0x0)
2016-10-12 01:59:57.397198500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:185 +0x58
2016-10-12 01:59:57.397202500 github.com/ethereum/go-ethereum/eth.(*ProtocolManager).(github.com/ethereum/go-ethereum/eth.insertChain)-fm(0xc8275e6000, 0x61, 0x800, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.397210500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:161 +0x4c
2016-10-12 01:59:57.397215500 github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).processContent(0xc820492380, 0x0, 0x0)
2016-10-12 01:59:57.397220500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1371 +0x1098
2016-10-12 01:59:57.397226500 github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).spawnSync.func1(0xc85e970420, 0xc853e0d4a0, 0xc820492380)
2016-10-12 01:59:57.397228500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:455 +0x4c
2016-10-12 01:59:57.397235500 created by github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).spawnSync
2016-10-12 01:59:57.397236500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:455 +0xd2
2016-10-12 01:59:57.397239500 
2016-10-12 01:59:57.397240500 goroutine 18777 [select]:
2016-10-12 01:59:57.397246500 github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc880723700, 0x7f0ab82f1d20)
2016-10-12 01:59:57.397250500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:155 +0xcd6
2016-10-12 01:59:57.397256500 github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc821042a80, 0xc880723700)
2016-10-12 01:59:57.397260500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:685 +0x328
2016-10-12 01:59:57.397262500 created by github.com/ethereum/go-ethereum/p2p.(*Server).run
2016-10-12 01:59:57.397269500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:493 +0x16c5
2016-10-12 01:59:57.397273500 
2016-10-12 01:59:57.397274500 goroutine 58408 [select, 2 minutes]:
2016-10-12 01:59:57.397280500 github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc8a13978f0, 0x0, 0x7f0a00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.397293500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:357 +0x221
2016-10-12 01:59:57.397295500 github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc820089e10, 0xc83f66f8c0, 0x0, 0x0)
2016-10-12 01:59:57.397307500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:315 +0xa4
2016-10-12 01:59:57.397308500 github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc820089e10, 0xc83f66f8c0, 0x0, 0x0)
2016-10-12 01:59:57.397322500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:304 +0xb36
2016-10-12 01:59:57.397326500 github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc8bb6882c0, 0x7f0ab82f1dd8, 0xc8a13978f0, 0x0, 0x0)
2016-10-12 01:59:57.397334500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:139 +0x17b
2016-10-12 01:59:57.397336500 github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc8a13978f0, 0xc8bb6882c0)
2016-10-12 01:59:57.397340500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:303 +0x8c
2016-10-12 01:59:57.397344500 created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
2016-10-12 01:59:57.397347500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:312 +0x304
2016-10-12 01:59:57.397351500 
2016-10-12 01:59:57.397351500 goroutine 60979 [IO wait, 2 minutes]:
2016-10-12 01:59:57.397357500 net.runtime_pollWait(0x7f0abb8cf3a8, 0x72, 0xc820032110)
2016-10-12 01:59:57.397363500   /usr/lib/go/src/runtime/netpoll.go:157 +0x60
2016-10-12 01:59:57.397365500 net.(*pollDesc).Wait(0xc8255f6d10, 0x72, 0x0, 0x0)
2016-10-12 01:59:57.397372500   /usr/lib/go/src/net/fd_poll_runtime.go:73 +0x3a
2016-10-12 01:59:57.397374500 net.(*pollDesc).WaitRead(0xc8255f6d10, 0x0, 0x0)
2016-10-12 01:59:57.397380500   /usr/lib/go/src/net/fd_poll_runtime.go:78 +0x36
2016-10-12 01:59:57.397385500 net.(*netFD).Read(0xc8255f6cb0, 0xc840844f60, 0x20, 0x20, 0x0, 0x7f0abb8ca050, 0xc820032110)
2016-10-12 01:59:57.397394500   /usr/lib/go/src/net/fd_unix.go:232 +0x23a
2016-10-12 01:59:57.397399500 net.(*conn).Read(0xc86ba034c8, 0xc840844f60, 0x20, 0x20, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.397405500   /usr/lib/go/src/net/net.go:172 +0xe4
2016-10-12 01:59:57.397411500 io.ReadAtLeast(0x7f0ab8411048, 0xc86ba034c8, 0xc840844f60, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.397423500   /usr/lib/go/src/io/io.go:298 +0xe6
2016-10-12 01:59:57.397425500 io.ReadFull(0x7f0ab8411048, 0xc86ba034c8, 0xc840844f60, 0x20, 0x20, 0x20, 0x0, 0x0)
2016-10-12 01:59:57.397434500   /usr/lib/go/src/io/io.go:316 +0x62
2016-10-12 01:59:57.397440500 github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc8c903a060, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.397451500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x13d
2016-10-12 01:59:57.397457500 github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc86c6b5050, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.397469500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x1db
2016-10-12 01:59:57.397473500 github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc8bb6cb700, 0xc8a0c71920)
2016-10-12 01:59:57.397477500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:214 +0x90
2016-10-12 01:59:57.397481500 created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
2016-10-12 01:59:57.397481500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:145 +0xf8
2016-10-12 01:59:57.397485500 
2016-10-12 01:59:57.397485500 goroutine 66079 [select, 2 minutes]:
2016-10-12 01:59:57.397499500 github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc827540a40)
2016-10-12 01:59:57.397500500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:199 +0x261
2016-10-12 01:59:57.397504500 created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
2016-10-12 01:59:57.397505500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:146 +0x11d
2016-10-12 01:59:57.397509500 
2016-10-12 01:59:57.397509500 goroutine 66435 [select]:
2016-10-12 01:59:57.397512500 github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc8214547e0, 0xc83a255e00)
2016-10-12 01:59:57.397522500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/event/event.go:217 +0x1c1
2016-10-12 01:59:57.397523500 github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc82062f680, 0xe27d40, 0xc82e193950, 0x0, 0x0)
2016-10-12 01:59:57.397527500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/event/event.go:108 +0x2ce
2016-10-12 01:59:57.397531500 created by github.com/ethereum/go-ethereum/core.(*TxPool).promoteTx
2016-10-12 01:59:57.397535500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/tx_pool.go:371 +0x516
2016-10-12 01:59:57.397538500 
2016-10-12 01:59:57.397539500 goroutine 66896 [select, 2 minutes]:
2016-10-12 01:59:57.397545500 github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc821433080, 0xc8a51b28d0)
2016-10-12 01:59:57.397549500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/event/event.go:217 +0x1c1
2016-10-12 01:59:57.397552500 github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc82062f680, 0xe27d40, 0xc8b62739e0, 0x0, 0x0)
2016-10-12 01:59:57.397560500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/event/event.go:108 +0x2ce
2016-10-12 01:59:57.397563500 created by github.com/ethereum/go-ethereum/core.(*TxPool).promoteTx
2016-10-12 01:59:57.397566500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/tx_pool.go:371 +0x516
2016-10-12 01:59:57.397570500 
2016-10-12 01:59:57.397570500 goroutine 66508 [select, 4 minutes]:
2016-10-12 01:59:57.397576500 github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc821433080, 0xc83fd3f530)
2016-10-12 01:59:57.397581500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/event/event.go:217 +0x1c1
2016-10-12 01:59:57.397586500 github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc82062f680, 0xe27d40, 0xc8b6254ab0, 0x0, 0x0)
2016-10-12 01:59:57.397593500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/event/event.go:108 +0x2ce
2016-10-12 01:59:57.397595500 created by github.com/ethereum/go-ethereum/core.(*TxPool).promoteTx
2016-10-12 01:59:57.397599500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/tx_pool.go:371 +0x516
2016-10-12 01:59:57.397603500 
2016-10-12 01:59:57.397603500 goroutine 41357 [select, 2 minutes]:
2016-10-12 01:59:57.397609500 github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc8a42ade00)
2016-10-12 01:59:57.397614500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:199 +0x261
2016-10-12 01:59:57.397619500 created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
2016-10-12 01:59:57.397619500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:146 +0x11d
2016-10-12 01:59:57.397623500 
2016-10-12 01:59:57.397623500 goroutine 66429 [select]:
2016-10-12 01:59:57.397629500 github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc8214547e0, 0xc89c363650)
2016-10-12 01:59:57.397634500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/event/event.go:217 +0x1c1
2016-10-12 01:59:57.397636500 github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc82062f680, 0xe27d40, 0xc898b8b0e0, 0x0, 0x0)
2016-10-12 01:59:57.397645500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/event/event.go:108 +0x2ce
2016-10-12 01:59:57.397647500 created by github.com/ethereum/go-ethereum/core.(*TxPool).promoteTx
2016-10-12 01:59:57.397651500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/tx_pool.go:371 +0x516
2016-10-12 01:59:57.397654500 
2016-10-12 01:59:57.397655500 goroutine 62481 [select]:
2016-10-12 01:59:57.397661500 github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc8b2e2c1c0, 0x7f0ab82f1d20)
2016-10-12 01:59:57.397665500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:155 +0xcd6
2016-10-12 01:59:57.397670500 github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc821042a80, 0xc8b2e2c1c0)
2016-10-12 01:59:57.397672500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:685 +0x328
2016-10-12 01:59:57.397687500 created by github.com/ethereum/go-ethereum/p2p.(*Server).run
2016-10-12 01:59:57.397688500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:493 +0x16c5
2016-10-12 01:59:57.397689500 
2016-10-12 01:59:57.397689500 goroutine 66078 [IO wait, 2 minutes]:
2016-10-12 01:59:57.397693500 net.runtime_pollWait(0x7f0abb8ceaa8, 0x72, 0xc820032110)
2016-10-12 01:59:57.397698500   /usr/lib/go/src/runtime/netpoll.go:157 +0x60
2016-10-12 01:59:57.397699500 net.(*pollDesc).Wait(0xc8a92ae530, 0x72, 0x0, 0x0)
2016-10-12 01:59:57.397707500   /usr/lib/go/src/net/fd_poll_runtime.go:73 +0x3a
2016-10-12 01:59:57.397709500 net.(*pollDesc).WaitRead(0xc8a92ae530, 0x0, 0x0)
2016-10-12 01:59:57.397715500   /usr/lib/go/src/net/fd_poll_runtime.go:78 +0x36
2016-10-12 01:59:57.397719500 net.(*netFD).Read(0xc8a92ae4d0, 0xc853c8d1a0, 0x20, 0x20, 0x0, 0x7f0abb8ca050, 0xc820032110)
2016-10-12 01:59:57.397729500   /usr/lib/go/src/net/fd_unix.go:232 +0x23a
2016-10-12 01:59:57.397732500 net.(*conn).Read(0xc879d1c5f0, 0xc853c8d1a0, 0x20, 0x20, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.397741500   /usr/lib/go/src/net/net.go:172 +0xe4
2016-10-12 01:59:57.397743500 io.ReadAtLeast(0x7f0ab8411048, 0xc879d1c5f0, 0xc853c8d1a0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.397756500   /usr/lib/go/src/io/io.go:298 +0xe6
2016-10-12 01:59:57.397758500 io.ReadFull(0x7f0ab8411048, 0xc879d1c5f0, 0xc853c8d1a0, 0x20, 0x20, 0x20, 0x0, 0x0)
2016-10-12 01:59:57.397770500   /usr/lib/go/src/io/io.go:316 +0x62
2016-10-12 01:59:57.397774500 github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc83dfd4720, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.397786500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x13d
2016-10-12 01:59:57.397788500 github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc87ef2dbc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.397802500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x1db
2016-10-12 01:59:57.397804500 github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc827540a40, 0xc826b50300)
2016-10-12 01:59:57.397808500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:214 +0x90
2016-10-12 01:59:57.397814500 created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
2016-10-12 01:59:57.397815500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:145 +0xf8
2016-10-12 01:59:57.397818500 
2016-10-12 01:59:57.397822500 goroutine 66513 [select, 4 minutes]:
2016-10-12 01:59:57.397826500 github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc821433080, 0xc87e5904b0)
2016-10-12 01:59:57.397831500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/event/event.go:217 +0x1c1
2016-10-12 01:59:57.397836500 github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc82062f680, 0xe27d40, 0xc87f3183f0, 0x0, 0x0)
2016-10-12 01:59:57.397842500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/event/event.go:108 +0x2ce
2016-10-12 01:59:57.397847500 created by github.com/ethereum/go-ethereum/core.(*TxPool).promoteTx
2016-10-12 01:59:57.397847500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/tx_pool.go:371 +0x516
2016-10-12 01:59:57.397851500 
2016-10-12 01:59:57.397854500 goroutine 66869 [runnable]:
2016-10-12 01:59:57.397855500 syscall.Syscall6(0x11, 0xd2, 0xc8343dc400, 0xb05, 0x733c6, 0x0, 0x0, 0xb05, 0xb05, 0x0)
2016-10-12 01:59:57.397866500   /usr/lib/go/src/syscall/asm_linux_amd64.s:44 +0x5
2016-10-12 01:59:57.397873500 syscall.Pread(0xd2, 0xc8343dc400, 0xb05, 0x1005, 0x733c6, 0xc8343dc400, 0x0, 0x0)
2016-10-12 01:59:57.397880500   /usr/lib/go/src/syscall/zsyscall_linux_amd64.go:1372 +0x89
2016-10-12 01:59:57.397887500 os.(*File).pread(0xc83e45c7f8, 0xc8343dc400, 0xb05, 0x1005, 0x733c6, 0xc8343dc400, 0x0, 0x0)
2016-10-12 01:59:57.397894500   /usr/lib/go/src/os/file_unix.go:221 +0x64
2016-10-12 01:59:57.397901500 os.(*File).ReadAt(0xc83e45c7f8, 0xc8343dc400, 0xb05, 0x1005, 0x733c6, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.397914500   /usr/lib/go/src/os/file.go:117 +0xcc
2016-10-12 01:59:57.397914500 github.com/syndtr/goleveldb/leveldb/table.(*Reader).readRawBlock(0xc86f4a4000, 0x733c6, 0xb00, 0xffffff01, 0x0, 0x0, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.397926500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table/reader.go:561 +0xeb
2016-10-12 01:59:57.397928500 github.com/syndtr/goleveldb/leveldb/table.(*Reader).readBlock(0xc86f4a4000, 0x733c6, 0xb00, 0x656901, 0xc868d83c90, 0x0, 0x0)
2016-10-12 01:59:57.397938500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table/reader.go:599 +0x68
2016-10-12 01:59:57.397940500 github.com/syndtr/goleveldb/leveldb/table.(*Reader).readBlockCached.func1(0xc868d83c90, 0x0, 0x0)
2016-10-12 01:59:57.397947500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table/reader.go:623 +0x65
2016-10-12 01:59:57.397951500 github.com/syndtr/goleveldb/leveldb/cache.(*Cache).Get(0xc820474c80, 0xe34a46, 0x733c6, 0xc8771cc328, 0x0)
2016-10-12 01:59:57.397958500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/cache/cache.go:389 +0x1f3
2016-10-12 01:59:57.397961500 github.com/syndtr/goleveldb/leveldb/cache.(*NamespaceGetter).Get(0xc8426fb5f0, 0x733c6, 0xc8771cc328, 0x2d)
2016-10-12 01:59:57.397969500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/cache/cache.go:58 +0x41
2016-10-12 01:59:57.397971500 github.com/syndtr/goleveldb/leveldb/table.(*Reader).readBlockCached(0xc86f4a4000, 0x733c6, 0xb00, 0x101, 0xc83e45c820, 0x0, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.397984500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table/reader.go:628 +0xe9
2016-10-12 01:59:57.397986500 github.com/syndtr/goleveldb/leveldb/table.(*Reader).getDataIter(0xc86f4a4000, 0x733c6, 0xb00, 0x0, 0xc8206f0101, 0x0, 0x0)
2016-10-12 01:59:57.397996500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table/reader.go:761 +0x74
2016-10-12 01:59:57.398001500 github.com/syndtr/goleveldb/leveldb/table.(*Reader).find(0xc86f4a4000, 0xc8206f9c40, 0x35, 0x35, 0x45c501, 0x0, 0x8c4e00, 0x0, 0x0, 0x0, ...)
2016-10-12 01:59:57.398014500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table/reader.go:854 +0x5dc
2016-10-12 01:59:57.398019500 github.com/syndtr/goleveldb/leveldb/table.(*Reader).Find(0xc86f4a4000, 0xc8206f9c40, 0x35, 0x35, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
2016-10-12 01:59:57.398032500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table/reader.go:888 +0xb9
2016-10-12 01:59:57.398036500 github.com/syndtr/goleveldb/leveldb.(*tOps).find(0xc82062ff20, 0xc8a07cc000, 0xc8206f9c40, 0x35, 0x35, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
2016-10-12 01:59:57.398049500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table.go:382 +0x1da
2016-10-12 01:59:57.398054500 github.com/syndtr/goleveldb/leveldb.(*version).get.func1(0x4, 0xc8a07cc000, 0x2d)
2016-10-12 01:59:57.398059500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/version.go:167 +0x582
2016-10-12 01:59:57.398064500 github.com/syndtr/goleveldb/leveldb.(*version).walkOverlapping(0xc87e1dcf00, 0x0, 0x0, 0x0, 0xc8206f9c40, 0x35, 0x35, 0xc8771cc9d0, 0xc8771cc9a0)
2016-10-12 01:59:57.398076500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/version.go:120 +0x5a1
2016-10-12 01:59:57.398085500 github.com/syndtr/goleveldb/leveldb.(*version).get(0xc87e1dcf00, 0x0, 0x0, 0x0, 0xc8206f9c40, 0x35, 0x35, 0x0, 0x8c11a00, 0x0, ...)
2016-10-12 01:59:57.398093500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/version.go:221 +0x273
2016-10-12 01:59:57.398098500 github.com/syndtr/goleveldb/leveldb.(*DB).get(0xc821042c00, 0x0, 0x0, 0x0, 0x0, 0xc89f433ef0, 0x2d, 0x30, 0x12b39461, 0x0, ...)
2016-10-12 01:59:57.398111500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:774 +0x41c
2016-10-12 01:59:57.398114500 github.com/syndtr/goleveldb/leveldb.(*DB).Get(0xc821042c00, 0xc89f433ef0, 0x2d, 0x30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.398128500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:840 +0x178
2016-10-12 01:59:57.398131500 github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).Get(0xc82019c000, 0xc89f433ef0, 0x2d, 0x30, 0x0, 0x0, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.398143500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/ethdb/database.go:127 +0x131
2016-10-12 01:59:57.398145500 github.com/ethereum/go-ethereum/core.GetHeaderRLP(0x7f0ab82ef6f8, 0xc82019c000, 0x8af35b690be44fb0, 0x422332a7d087ee39, 0x61f2b35dd8a886c7, 0xa10afc5b7e86656e, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.398158500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/database_util.go:104 +0x23b
2016-10-12 01:59:57.398163500 github.com/ethereum/go-ethereum/core.GetHeader(0x7f0ab82ef6f8, 0xc82019c000, 0x8af35b690be44fb0, 0x422332a7d087ee39, 0x61f2b35dd8a886c7, 0xa10afc5b7e86656e, 0xc868478fc0)
2016-10-12 01:59:57.398172500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/database_util.go:111 +0x52
2016-10-12 01:59:57.398176500 github.com/ethereum/go-ethereum/core.(*HeaderChain).GetHeader(0xc841b18620, 0x8af35b690be44fb0, 0x422332a7d087ee39, 0x61f2b35dd8a886c7, 0xa10afc5b7e86656e, 0x61f2b35dd8a886c7)
2016-10-12 01:59:57.398183500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/headerchain.go:358 +0x127
2016-10-12 01:59:57.398188500 github.com/ethereum/go-ethereum/core.(*HeaderChain).GetHeaderByNumber(0xc841b18620, 0xf35f2, 0xc868cafb01)
2016-10-12 01:59:57.398193500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/headerchain.go:380 +0xe6
2016-10-12 01:59:57.398195500 github.com/ethereum/go-ethereum/core.(*BlockChain).GetHeaderByNumber(0xc8202c8360, 0xf35f2, 0x20)
2016-10-12 01:59:57.398202500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/blockchain.go:1227 +0x2f
2016-10-12 01:59:57.398207500 github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc820089e10, 0xc8773e1290, 0x0, 0x0)
2016-10-12 01:59:57.398221500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:351 +0x10e4
2016-10-12 01:59:57.398222500 github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc820089e10, 0xc8773e1290, 0x0, 0x0)
2016-10-12 01:59:57.398226500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:304 +0xb36
2016-10-12 01:59:57.398232500 github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc85c1b1940, 0x7f0ab82f1dd8, 0xc896e461c0, 0x0, 0x0)
2016-10-12 01:59:57.398238500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:139 +0x17b
2016-10-12 01:59:57.398243500 github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc896e461c0, 0xc85c1b1940)
2016-10-12 01:59:57.398245500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:303 +0x8c
2016-10-12 01:59:57.398249500 created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
2016-10-12 01:59:57.398253500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:312 +0x304
2016-10-12 01:59:57.398256500 
2016-10-12 01:59:57.398257500 goroutine 25653 [select]:
2016-10-12 01:59:57.398264500 github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc8990c8580, 0x7f0ab82f1d20)
2016-10-12 01:59:57.398268500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:155 +0xcd6
2016-10-12 01:59:57.398273500 github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc821042a80, 0xc8990c8580)
2016-10-12 01:59:57.398275500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:685 +0x328
2016-10-12 01:59:57.398281500 created by github.com/ethereum/go-ethereum/p2p.(*Server).run
2016-10-12 01:59:57.398285500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:493 +0x16c5
2016-10-12 01:59:57.398287500 
2016-10-12 01:59:57.398290500 goroutine 66558 [select, 4 minutes]:
2016-10-12 01:59:57.398294500 github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc821433080, 0xc899de9ec0)
2016-10-12 01:59:57.398300500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/event/event.go:217 +0x1c1
2016-10-12 01:59:57.398303500 github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc82062f680, 0xe27d40, 0xc8a6afeab0, 0x0, 0x0)
2016-10-12 01:59:57.398312500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/event/event.go:108 +0x2ce
2016-10-12 01:59:57.398314500 created by github.com/ethereum/go-ethereum/core.(*TxPool).promoteTx
2016-10-12 01:59:57.398317500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/tx_pool.go:371 +0x516
2016-10-12 01:59:57.398321500 
2016-10-12 01:59:57.398321500 goroutine 25654 [IO wait, 2 minutes]:
2016-10-12 01:59:57.398328500 net.runtime_pollWait(0x7f0abb8cee68, 0x72, 0xc820032110)
2016-10-12 01:59:57.398333500   /usr/lib/go/src/runtime/netpoll.go:157 +0x60
2016-10-12 01:59:57.398335500 net.(*pollDesc).Wait(0xc86e1cd1e0, 0x72, 0x0, 0x0)
2016-10-12 01:59:57.398343500   /usr/lib/go/src/net/fd_poll_runtime.go:73 +0x3a
2016-10-12 01:59:57.398347500 net.(*pollDesc).WaitRead(0xc86e1cd1e0, 0x0, 0x0)
2016-10-12 01:59:57.398351500   /usr/lib/go/src/net/fd_poll_runtime.go:78 +0x36
2016-10-12 01:59:57.398356500 net.(*netFD).Read(0xc86e1cd180, 0xc8a39aea20, 0x20, 0x20, 0x0, 0x7f0abb8ca050, 0xc820032110)
2016-10-12 01:59:57.398365500   /usr/lib/go/src/net/fd_unix.go:232 +0x23a
2016-10-12 01:59:57.398369500 net.(*conn).Read(0xc87deb3df0, 0xc8a39aea20, 0x20, 0x20, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.398378500   /usr/lib/go/src/net/net.go:172 +0xe4
2016-10-12 01:59:57.398379500 io.ReadAtLeast(0x7f0ab8411048, 0xc87deb3df0, 0xc8a39aea20, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.398393500   /usr/lib/go/src/io/io.go:298 +0xe6
2016-10-12 01:59:57.398394500 io.ReadFull(0x7f0ab8411048, 0xc87deb3df0, 0xc8a39aea20, 0x20, 0x20, 0x20, 0x0, 0x0)
2016-10-12 01:59:57.398406500   /usr/lib/go/src/io/io.go:316 +0x62
2016-10-12 01:59:57.398408500 github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc895ca5e60, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.398434500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x13d
2016-10-12 01:59:57.398438500 github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc828b6b0b0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.398449500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x1db
2016-10-12 01:59:57.398451500 github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc8990c8580, 0xc889411500)
2016-10-12 01:59:57.398454500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:214 +0x90
2016-10-12 01:59:57.398461500 created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
2016-10-12 01:59:57.398462500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:145 +0xf8
2016-10-12 01:59:57.398465500 
2016-10-12 01:59:57.398466500 goroutine 66507 [select, 4 minutes]:
2016-10-12 01:59:57.398472500 github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc821433080, 0xc877259ec0)
2016-10-12 01:59:57.398478500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/event/event.go:217 +0x1c1
2016-10-12 01:59:57.398480500 github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc82062f680, 0xe27d40, 0xc8b62547e0, 0x0, 0x0)
2016-10-12 01:59:57.398488500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/event/event.go:108 +0x2ce
2016-10-12 01:59:57.398492500 created by github.com/ethereum/go-ethereum/core.(*TxPool).promoteTx
2016-10-12 01:59:57.398495500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/tx_pool.go:371 +0x516
2016-10-12 01:59:57.398497500 
2016-10-12 01:59:57.398500500 goroutine 41356 [IO wait, 2 minutes]:
2016-10-12 01:59:57.398505500 net.runtime_pollWait(0x7f0abb8ce7a8, 0x72, 0xc820032110)
2016-10-12 01:59:57.398511500   /usr/lib/go/src/runtime/netpoll.go:157 +0x60
2016-10-12 01:59:57.398512500 net.(*pollDesc).Wait(0xc85b757640, 0x72, 0x0, 0x0)
2016-10-12 01:59:57.398520500   /usr/lib/go/src/net/fd_poll_runtime.go:73 +0x3a
2016-10-12 01:59:57.398521500 net.(*pollDesc).WaitRead(0xc85b757640, 0x0, 0x0)
2016-10-12 01:59:57.398528500   /usr/lib/go/src/net/fd_poll_runtime.go:78 +0x36
2016-10-12 01:59:57.398532500 net.(*netFD).Read(0xc85b7575e0, 0xc860eb7660, 0x20, 0x20, 0x0, 0x7f0abb8ca050, 0xc820032110)
2016-10-12 01:59:57.398541500   /usr/lib/go/src/net/fd_unix.go:232 +0x23a
2016-10-12 01:59:57.398543500 net.(*conn).Read(0xc898d725b8, 0xc860eb7660, 0x20, 0x20, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.398554500   /usr/lib/go/src/net/net.go:172 +0xe4
2016-10-12 01:59:57.398559500 io.ReadAtLeast(0x7f0ab8411048, 0xc898d725b8, 0xc860eb7660, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.398569500   /usr/lib/go/src/io/io.go:298 +0xe6
2016-10-12 01:59:57.398574500 io.ReadFull(0x7f0ab8411048, 0xc898d725b8, 0xc860eb7660, 0x20, 0x20, 0x20, 0x0, 0x0)
2016-10-12 01:59:57.398583500   /usr/lib/go/src/io/io.go:316 +0x62
2016-10-12 01:59:57.398588500 github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc82ea29260, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.398598500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x13d
2016-10-12 01:59:57.398605500 github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc859fece40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.398616500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x1db
2016-10-12 01:59:57.398620500 github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc8a42ade00, 0xc82ea297a0)
2016-10-12 01:59:57.398624500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:214 +0x90
2016-10-12 01:59:57.398628500 created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
2016-10-12 01:59:57.398628500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:145 +0xf8
2016-10-12 01:59:57.398634500 
2016-10-12 01:59:57.398634500 goroutine 18696 [select, 2 minutes]:
2016-10-12 01:59:57.398648500 github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc8a0a97a40, 0x0, 0x7f0a00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.398657500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:357 +0x221
2016-10-12 01:59:57.398661500 github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc820089e10, 0xc828021560, 0x0, 0x0)
2016-10-12 01:59:57.398667500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:315 +0xa4
2016-10-12 01:59:57.398671500 github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc820089e10, 0xc828021560, 0x0, 0x0)
2016-10-12 01:59:57.398677500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:304 +0xb36
2016-10-12 01:59:57.398682500 github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc880723700, 0x7f0ab82f1dd8, 0xc8a0a97a40, 0x0, 0x0)
2016-10-12 01:59:57.398689500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:139 +0x17b
2016-10-12 01:59:57.398691500 github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc8a0a97a40, 0xc880723700)
2016-10-12 01:59:57.398695500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:303 +0x8c
2016-10-12 01:59:57.398706500 created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
2016-10-12 01:59:57.398707500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:312 +0x304
2016-10-12 01:59:57.398707500 
2016-10-12 01:59:57.398708500 goroutine 66566 [select, 2 minutes]:
2016-10-12 01:59:57.398714500 github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc821433080, 0xc86312cfc0)
2016-10-12 01:59:57.398718500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/event/event.go:217 +0x1c1
2016-10-12 01:59:57.398721500 github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc82062f680, 0xe27d40, 0xc87e358c60, 0x0, 0x0)
2016-10-12 01:59:57.398730500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/event/event.go:108 +0x2ce
2016-10-12 01:59:57.398732500 created by github.com/ethereum/go-ethereum/core.(*TxPool).promoteTx
2016-10-12 01:59:57.398735500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/tx_pool.go:371 +0x516
2016-10-12 01:59:57.398739500 
2016-10-12 01:59:57.398739500 goroutine 55175 [semacquire, 20 minutes]:
2016-10-12 01:59:57.398746500 sync.runtime_Semacquire(0xc8202c83ac)
2016-10-12 01:59:57.398747500   /usr/lib/go/src/runtime/sema.go:43 +0x26
2016-10-12 01:59:57.398753500 sync.(*Mutex).Lock(0xc8202c83a8)
2016-10-12 01:59:57.398757500   /usr/lib/go/src/sync/mutex.go:82 +0x1c4
2016-10-12 01:59:57.398758500 sync.(*RWMutex).Lock(0xc8202c83a8)
2016-10-12 01:59:57.398762500   /usr/lib/go/src/sync/rwmutex.go:82 +0x30
2016-10-12 01:59:57.398768500 github.com/ethereum/go-ethereum/core.(*BlockChain).InsertChain(0xc8202c8360, 0xc821112bf8, 0x1, 0x1, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.398776500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/blockchain.go:820 +0xf0
2016-10-12 01:59:57.398778500 github.com/ethereum/go-ethereum/eth.(*ProtocolManager).insertChain(0xc820089e10, 0xc821112bf8, 0x1, 0x1, 0x8, 0x0, 0x0)
2016-10-12 01:59:57.398789500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:185 +0x58
2016-10-12 01:59:57.398792500 github.com/ethereum/go-ethereum/eth.NewProtocolManager.func6(0xc821112bf8, 0x1, 0x1, 0x1947f01, 0x0, 0x0)
2016-10-12 01:59:57.398801500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:172 +0x75
2016-10-12 01:59:57.398806500 github.com/ethereum/go-ethereum/eth/fetcher.(*Fetcher).insert.func1(0xc820089ee0, 0xc8a3ab2ca0, 0xc8a5c33170, 0xc864bb6990, 0x10)
2016-10-12 01:59:57.398813500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/fetcher/fetcher.go:684 +0x676
2016-10-12 01:59:57.398815500 created by github.com/ethereum/go-ethereum/eth/fetcher.(*Fetcher).insert
2016-10-12 01:59:57.398819500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/fetcher/fetcher.go:696 +0x30c
2016-10-12 01:59:57.398822500 
2016-10-12 01:59:57.398823500 goroutine 54723 [semacquire, 20 minutes]:
2016-10-12 01:59:57.398829500 sync.runtime_Semacquire(0xc8202c83ac)
2016-10-12 01:59:57.398832500   /usr/lib/go/src/runtime/sema.go:43 +0x26
2016-10-12 01:59:57.398836500 sync.(*Mutex).Lock(0xc8202c83a8)
2016-10-12 01:59:57.398839500   /usr/lib/go/src/sync/mutex.go:82 +0x1c4
2016-10-12 01:59:57.398841500 sync.(*RWMutex).Lock(0xc8202c83a8)
2016-10-12 01:59:57.398844500   /usr/lib/go/src/sync/rwmutex.go:82 +0x30
2016-10-12 01:59:57.398850500 github.com/ethereum/go-ethereum/core.(*BlockChain).InsertChain(0xc8202c8360, 0xc85aa37d38, 0x1, 0x1, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.398859500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/blockchain.go:820 +0xf0
2016-10-12 01:59:57.398861500 github.com/ethereum/go-ethereum/eth.(*ProtocolManager).insertChain(0xc820089e10, 0xc85aa37d38, 0x1, 0x1, 0x8, 0x0, 0x0)
2016-10-12 01:59:57.398869500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:185 +0x58
2016-10-12 01:59:57.398876500 github.com/ethereum/go-ethereum/eth.NewProtocolManager.func6(0xc85aa37d38, 0x1, 0x1, 0x1947f01, 0x0, 0x0)
2016-10-12 01:59:57.398887500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:172 +0x75
2016-10-12 01:59:57.398888500 github.com/ethereum/go-ethereum/eth/fetcher.(*Fetcher).insert.func1(0xc820089ee0, 0xc8967f0760, 0xc882cd3950, 0xc878f000d0, 0x10)
2016-10-12 01:59:57.398895500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/fetcher/fetcher.go:684 +0x676
2016-10-12 01:59:57.398897500 created by github.com/ethereum/go-ethereum/eth/fetcher.(*Fetcher).insert
2016-10-12 01:59:57.398901500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/fetcher/fetcher.go:696 +0x30c
2016-10-12 01:59:57.398904500 
2016-10-12 01:59:57.398905500 goroutine 58405 [select, 2 minutes]:
2016-10-12 01:59:57.398911500 github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc8bb6882c0, 0x7f0ab82f1d20)
2016-10-12 01:59:57.398916500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:155 +0xcd6
2016-10-12 01:59:57.398922500 github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc821042a80, 0xc8bb6882c0)
2016-10-12 01:59:57.398924500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:685 +0x328
2016-10-12 01:59:57.398931500 created by github.com/ethereum/go-ethereum/p2p.(*Server).run
2016-10-12 01:59:57.398934500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:493 +0x16c5
2016-10-12 01:59:57.398939500 
2016-10-12 01:59:57.398939500 goroutine 54709 [semacquire, 20 minutes]:
2016-10-12 01:59:57.398945500 sync.runtime_Semacquire(0xc8202c83ac)
2016-10-12 01:59:57.398948500   /usr/lib/go/src/runtime/sema.go:43 +0x26
2016-10-12 01:59:57.398950500 sync.(*Mutex).Lock(0xc8202c83a8)
2016-10-12 01:59:57.398953500   /usr/lib/go/src/sync/mutex.go:82 +0x1c4
2016-10-12 01:59:57.398960500 sync.(*RWMutex).Lock(0xc8202c83a8)
2016-10-12 01:59:57.398960500   /usr/lib/go/src/sync/rwmutex.go:82 +0x30
2016-10-12 01:59:57.398966500 github.com/ethereum/go-ethereum/core.(*BlockChain).InsertChain(0xc8202c8360, 0xc8642e11f8, 0x1, 0x1, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.398973500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/blockchain.go:820 +0xf0
2016-10-12 01:59:57.398980500 github.com/ethereum/go-ethereum/eth.(*ProtocolManager).insertChain(0xc820089e10, 0xc8642e11f8, 0x1, 0x1, 0x8, 0x0, 0x0)
2016-10-12 01:59:57.398988500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:185 +0x58
2016-10-12 01:59:57.398991500 github.com/ethereum/go-ethereum/eth.NewProtocolManager.func6(0xc8642e11f8, 0x1, 0x1, 0x1947f01, 0x0, 0x0)
2016-10-12 01:59:57.398998500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:172 +0x75
2016-10-12 01:59:57.399004500 github.com/ethereum/go-ethereum/eth/fetcher.(*Fetcher).insert.func1(0xc820089ee0, 0xc8aa16b740, 0xc89d8ed3b0, 0xc878f000d0, 0x10)
2016-10-12 01:59:57.399011500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/fetcher/fetcher.go:684 +0x676
2016-10-12 01:59:57.399016500 created by github.com/ethereum/go-ethereum/eth/fetcher.(*Fetcher).insert
2016-10-12 01:59:57.399016500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/fetcher/fetcher.go:696 +0x30c
2016-10-12 01:59:57.399020500 
2016-10-12 01:59:57.399020500 goroutine 35044 [chan receive, 52 minutes]:
2016-10-12 01:59:57.399034500 github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).spawnSync(0xc820492380, 0x24fb6c, 0xc8addc1bf8, 0x5, 0x5, 0x0, 0x0)
2016-10-12 01:59:57.399039500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:469 +0x1e1
2016-10-12 01:59:57.399044500 github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).syncWithPeer(0xc820492380, 0xc8424f4600, 0xb0218e4ee247358, 0xeef58a4a76657023, 0x658aa250980325fc, 0xf26e8d26d96649ca, 0xc89df1a280, 0x0, 0x0)
2016-10-12 01:59:57.399056500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:446 +0xb4e
2016-10-12 01:59:57.399065500 github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).synchronise(0xc820492380, 0xc8427b8c30, 0x10, 0xb0218e4ee247358, 0xeef58a4a76657023, 0x658aa250980325fc, 0xf26e8d26d96649ca, 0xc89df1a280, 0x0, 0x0, ...)
2016-10-12 01:59:57.399075500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:365 +0x784
2016-10-12 01:59:57.399080500 github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).Synchronise(0xc820492380, 0xc8427b8c30, 0x10, 0xb0218e4ee247358, 0xeef58a4a76657023, 0x658aa250980325fc, 0xf26e8d26d96649ca, 0xc89df1a280, 0x0, 0x0, ...)
2016-10-12 01:59:57.399093500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:283 +0x2c8
2016-10-12 01:59:57.399095500 github.com/ethereum/go-ethereum/eth.(*ProtocolManager).synchronise(0xc820089e10, 0xc8426975f0)
2016-10-12 01:59:57.399102500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/sync.go:180 +0x18c
2016-10-12 01:59:57.399105500 created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).syncer
2016-10-12 01:59:57.399106500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/sync.go:153 +0x214
2016-10-12 01:59:57.399110500 
2016-10-12 01:59:57.399113500 goroutine 62183 [select, 2 minutes]:
2016-10-12 01:59:57.399124500 github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc87fcda680)
2016-10-12 01:59:57.399124500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:199 +0x261
2016-10-12 01:59:57.399128500 created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
2016-10-12 01:59:57.399129500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:146 +0x11d
2016-10-12 01:59:57.399133500 
2016-10-12 01:59:57.399133500 goroutine 62182 [IO wait, 2 minutes]:
2016-10-12 01:59:57.399139500 net.runtime_pollWait(0x7f0abb8cef28, 0x72, 0xc820032110)
2016-10-12 01:59:57.399142500   /usr/lib/go/src/runtime/netpoll.go:157 +0x60
2016-10-12 01:59:57.399149500 net.(*pollDesc).Wait(0xc898e87640, 0x72, 0x0, 0x0)
2016-10-12 01:59:57.399154500   /usr/lib/go/src/net/fd_poll_runtime.go:73 +0x3a
2016-10-12 01:59:57.399156500 net.(*pollDesc).WaitRead(0xc898e87640, 0x0, 0x0)
2016-10-12 01:59:57.399162500   /usr/lib/go/src/net/fd_poll_runtime.go:78 +0x36
2016-10-12 01:59:57.399167500 net.(*netFD).Read(0xc898e875e0, 0xc8a1756d20, 0x20, 0x20, 0x0, 0x7f0abb8ca050, 0xc820032110)
2016-10-12 01:59:57.399175500   /usr/lib/go/src/net/fd_unix.go:232 +0x23a
2016-10-12 01:59:57.399180500 net.(*conn).Read(0xc890867448, 0xc8a1756d20, 0x20, 0x20, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.399189500   /usr/lib/go/src/net/net.go:172 +0xe4
2016-10-12 01:59:57.399193500 io.ReadAtLeast(0x7f0ab8411048, 0xc890867448, 0xc8a1756d20, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.399205500   /usr/lib/go/src/io/io.go:298 +0xe6
2016-10-12 01:59:57.399207500 io.ReadFull(0x7f0ab8411048, 0xc890867448, 0xc8a1756d20, 0x20, 0x20, 0x20, 0x0, 0x0)
2016-10-12 01:59:57.399219500   /usr/lib/go/src/io/io.go:316 +0x62
2016-10-12 01:59:57.399221500 github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc82a4812c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.399235500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x13d
2016-10-12 01:59:57.399239500 github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc8748d0060, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.399251500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x1db
2016-10-12 01:59:57.399254500 github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc87fcda680, 0xc82a301f20)
2016-10-12 01:59:57.399258500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:214 +0x90
2016-10-12 01:59:57.399262500 created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
2016-10-12 01:59:57.399263500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:145 +0xf8
2016-10-12 01:59:57.399266500 
2016-10-12 01:59:57.399267500 goroutine 41660 [select, 2 minutes]:
2016-10-12 01:59:57.399277500 github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc828587f10, 0x0, 0x7f0a00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.399288500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:357 +0x221
2016-10-12 01:59:57.399290500 github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc820089e10, 0xc8aaa29950, 0x0, 0x0)
2016-10-12 01:59:57.399297500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:315 +0xa4
2016-10-12 01:59:57.399302500 github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc820089e10, 0xc8aaa29950, 0x0, 0x0)
2016-10-12 01:59:57.399308500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:304 +0xb36
2016-10-12 01:59:57.399313500 github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc8bb57c600, 0x7f0ab82f1dd8, 0xc828587f10, 0x0, 0x0)
2016-10-12 01:59:57.399320500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:139 +0x17b
2016-10-12 01:59:57.399322500 github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc828587f10, 0xc8bb57c600)
2016-10-12 01:59:57.399326500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:303 +0x8c
2016-10-12 01:59:57.399330500 created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
2016-10-12 01:59:57.399334500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:312 +0x304
2016-10-12 01:59:57.399337500 
2016-10-12 01:59:57.399338500 goroutine 41659 [select, 2 minutes]:
2016-10-12 01:59:57.399343500 github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc8bb57c600)
2016-10-12 01:59:57.399348500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:199 +0x261
2016-10-12 01:59:57.399350500 created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
2016-10-12 01:59:57.399354500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:146 +0x11d
2016-10-12 01:59:57.399357500 
2016-10-12 01:59:57.399358500 goroutine 66939 [semacquire, 2 minutes]:
2016-10-12 01:59:57.399364500 sync.runtime_Semacquire(0xc8202c83ac)
2016-10-12 01:59:57.399368500   /usr/lib/go/src/runtime/sema.go:43 +0x26
2016-10-12 01:59:57.399372500 sync.(*Mutex).Lock(0xc8202c83a8)
2016-10-12 01:59:57.399375500   /usr/lib/go/src/sync/mutex.go:82 +0x1c4
2016-10-12 01:59:57.399377500 sync.(*RWMutex).Lock(0xc8202c83a8)
2016-10-12 01:59:57.399380500   /usr/lib/go/src/sync/rwmutex.go:82 +0x30
2016-10-12 01:59:57.399384500 github.com/ethereum/go-ethereum/core.(*BlockChain).InsertChain(0xc8202c8360, 0xc82dea7f48, 0x1, 0x1, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.399395500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/blockchain.go:820 +0xf0
2016-10-12 01:59:57.399397500 github.com/ethereum/go-ethereum/eth.(*ProtocolManager).insertChain(0xc820089e10, 0xc82dea7f48, 0x1, 0x1, 0x8, 0x0, 0x0)
2016-10-12 01:59:57.399407500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:185 +0x58
2016-10-12 01:59:57.399410500 github.com/ethereum/go-ethereum/eth.NewProtocolManager.func6(0xc82dea7f48, 0x1, 0x1, 0x1947f01, 0x0, 0x0)
2016-10-12 01:59:57.399420500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:172 +0x75
2016-10-12 01:59:57.399422500 github.com/ethereum/go-ethereum/eth/fetcher.(*Fetcher).insert.func1(0xc820089ee0, 0xc83eed1c80, 0xc87f68bc20, 0xc8427b8c30, 0x10)
2016-10-12 01:59:57.399430500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/fetcher/fetcher.go:684 +0x676
2016-10-12 01:59:57.399435500 created by github.com/ethereum/go-ethereum/eth/fetcher.(*Fetcher).insert
2016-10-12 01:59:57.399436500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/fetcher/fetcher.go:696 +0x30c
2016-10-12 01:59:57.399440500 
2016-10-12 01:59:57.399440500 goroutine 62532 [select, 2 minutes]:
2016-10-12 01:59:57.399453500 github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc8a7ec3340, 0x0, 0x7f0a00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.399466500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:357 +0x221
2016-10-12 01:59:57.399467500 github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc820089e10, 0xc8c6f734d0, 0x0, 0x0)
2016-10-12 01:59:57.399471500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:315 +0xa4
2016-10-12 01:59:57.399477500 github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc820089e10, 0xc8c6f734d0, 0x0, 0x0)
2016-10-12 01:59:57.399483500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:304 +0xb36
2016-10-12 01:59:57.399488500 github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc8b2e2c1c0, 0x7f0ab82f1dd8, 0xc8a7ec3340, 0x0, 0x0)
2016-10-12 01:59:57.399495500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:139 +0x17b
2016-10-12 01:59:57.399499500 github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc8a7ec3340, 0xc8b2e2c1c0)
2016-10-12 01:59:57.399503500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:303 +0x8c
2016-10-12 01:59:57.399507500 created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
2016-10-12 01:59:57.399508500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:312 +0x304
2016-10-12 01:59:57.399511500 
2016-10-12 01:59:57.399512500 goroutine 66544 [select, 2 minutes]:
2016-10-12 01:59:57.399518500 github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc821433080, 0xc8689d56b0)
2016-10-12 01:59:57.399524500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/event/event.go:217 +0x1c1
2016-10-12 01:59:57.399528500 github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc82062f680, 0xe27d40, 0xc89ce8bb90, 0x0, 0x0)
2016-10-12 01:59:57.399535500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/event/event.go:108 +0x2ce
2016-10-12 01:59:57.399537500 created by github.com/ethereum/go-ethereum/core.(*TxPool).promoteTx
2016-10-12 01:59:57.399540500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/tx_pool.go:371 +0x516
2016-10-12 01:59:57.399544500 
2016-10-12 01:59:57.399544500 goroutine 18375 [select, 2 minutes]:
2016-10-12 01:59:57.399550500 github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc868bad7c0)
2016-10-12 01:59:57.399555500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:199 +0x261
2016-10-12 01:59:57.399557500 created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
2016-10-12 01:59:57.399561500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:146 +0x11d
2016-10-12 01:59:57.399564500 
2016-10-12 01:59:57.399565500 goroutine 54710 [semacquire, 20 minutes]:
2016-10-12 01:59:57.399571500 sync.runtime_Semacquire(0xc8202c83ac)
2016-10-12 01:59:57.399573500   /usr/lib/go/src/runtime/sema.go:43 +0x26
2016-10-12 01:59:57.399579500 sync.(*Mutex).Lock(0xc8202c83a8)
2016-10-12 01:59:57.399582500   /usr/lib/go/src/sync/mutex.go:82 +0x1c4
2016-10-12 01:59:57.399584500 sync.(*RWMutex).Lock(0xc8202c83a8)
2016-10-12 01:59:57.399587500   /usr/lib/go/src/sync/rwmutex.go:82 +0x30
2016-10-12 01:59:57.399593500 github.com/ethereum/go-ethereum/core.(*BlockChain).InsertChain(0xc8202c8360, 0xc8642e11b8, 0x1, 0x1, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.399602500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/blockchain.go:820 +0xf0
2016-10-12 01:59:57.399604500 github.com/ethereum/go-ethereum/eth.(*ProtocolManager).insertChain(0xc820089e10, 0xc8642e11b8, 0x1, 0x1, 0x8, 0x0, 0x0)
2016-10-12 01:59:57.399612500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:185 +0x58
2016-10-12 01:59:57.399619500 github.com/ethereum/go-ethereum/eth.NewProtocolManager.func6(0xc8642e11b8, 0x1, 0x1, 0x1947f01, 0x0, 0x0)
2016-10-12 01:59:57.399626500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:172 +0x75
2016-10-12 01:59:57.399628500 github.com/ethereum/go-ethereum/eth/fetcher.(*Fetcher).insert.func1(0xc820089ee0, 0xc8aa16b7a0, 0xc89d8ed4d0, 0xc8427b8c30, 0x10)
2016-10-12 01:59:57.399641500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/fetcher/fetcher.go:684 +0x676
2016-10-12 01:59:57.399642500 created by github.com/ethereum/go-ethereum/eth/fetcher.(*Fetcher).insert
2016-10-12 01:59:57.399643500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/fetcher/fetcher.go:696 +0x30c
2016-10-12 01:59:57.399647500 
2016-10-12 01:59:57.399647500 goroutine 60978 [select]:
2016-10-12 01:59:57.399653500 github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc8bb6cb700, 0x7f0ab82f1d20)
2016-10-12 01:59:57.399657500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:155 +0xcd6
2016-10-12 01:59:57.399663500 github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc821042a80, 0xc8bb6cb700)
2016-10-12 01:59:57.399667500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:685 +0x328
2016-10-12 01:59:57.399669500 created by github.com/ethereum/go-ethereum/p2p.(*Server).run
2016-10-12 01:59:57.399675500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:493 +0x16c5
2016-10-12 01:59:57.399677500 
2016-10-12 01:59:57.399680500 goroutine 66506 [select, 4 minutes]:
2016-10-12 01:59:57.399685500 github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc821433080, 0xc869417e30)
2016-10-12 01:59:57.399691500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/event/event.go:217 +0x1c1
2016-10-12 01:59:57.399693500 github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc82062f680, 0xe27d40, 0xc8b6254630, 0x0, 0x0)
2016-10-12 01:59:57.399702500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/event/event.go:108 +0x2ce
2016-10-12 01:59:57.399704500 created by github.com/ethereum/go-ethereum/core.(*TxPool).promoteTx
2016-10-12 01:59:57.399708500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/tx_pool.go:371 +0x516
2016-10-12 01:59:57.399711500 
2016-10-12 01:59:57.399712500 goroutine 66434 [select]:
2016-10-12 01:59:57.399715500 github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc8214547e0, 0xc85d7090e0)
2016-10-12 01:59:57.399721500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/event/event.go:217 +0x1c1
2016-10-12 01:59:57.399725500 github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc82062f680, 0xe27d40, 0xc82e1935f0, 0x0, 0x0)
2016-10-12 01:59:57.399732500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/event/event.go:108 +0x2ce
2016-10-12 01:59:57.399734500 created by github.com/ethereum/go-ethereum/core.(*TxPool).promoteTx
2016-10-12 01:59:57.399738500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/tx_pool.go:371 +0x516
2016-10-12 01:59:57.399742500 
2016-10-12 01:59:57.399742500 goroutine 62530 [runnable]:
2016-10-12 01:59:57.399748500 net.runtime_pollWait(0x7f0abb8cefe8, 0x72, 0xc820032110)
2016-10-12 01:59:57.399753500   /usr/lib/go/src/runtime/netpoll.go:157 +0x60
2016-10-12 01:59:57.399756500 net.(*pollDesc).Wait(0xc85c6f8bc0, 0x72, 0x0, 0x0)
2016-10-12 01:59:57.399762500   /usr/lib/go/src/net/fd_poll_runtime.go:73 +0x3a
2016-10-12 01:59:57.399766500 net.(*pollDesc).WaitRead(0xc85c6f8bc0, 0x0, 0x0)
2016-10-12 01:59:57.399770500   /usr/lib/go/src/net/fd_poll_runtime.go:78 +0x36
2016-10-12 01:59:57.399775500 net.(*netFD).Read(0xc85c6f8b60, 0xc867ebe660, 0x20, 0x20, 0x0, 0x7f0abb8ca050, 0xc820032110)
2016-10-12 01:59:57.399784500   /usr/lib/go/src/net/fd_unix.go:232 +0x23a
2016-10-12 01:59:57.399786500 net.(*conn).Read(0xc83a4cc918, 0xc867ebe660, 0x20, 0x20, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.399797500   /usr/lib/go/src/net/net.go:172 +0xe4
2016-10-12 01:59:57.399799500 io.ReadAtLeast(0x7f0ab8411048, 0xc83a4cc918, 0xc867ebe660, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.399812500   /usr/lib/go/src/io/io.go:298 +0xe6
2016-10-12 01:59:57.399814500 io.ReadFull(0x7f0ab8411048, 0xc83a4cc918, 0xc867ebe660, 0x20, 0x20, 0x20, 0x0, 0x0)
2016-10-12 01:59:57.399825500   /usr/lib/go/src/io/io.go:316 +0x62
2016-10-12 01:59:57.399847500 github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc8b36cf620, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.399857500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x13d
2016-10-12 01:59:57.399858500 github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc86e620990, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.399870500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x1db
2016-10-12 01:59:57.399874500 github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc8b2e2c1c0, 0xc8acf34960)
2016-10-12 01:59:57.399878500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:214 +0x90
2016-10-12 01:59:57.399882500 created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
2016-10-12 01:59:57.399882500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:145 +0xf8
2016-10-12 01:59:57.399886500 
2016-10-12 01:59:57.399886500 goroutine 66428 [select]:
2016-10-12 01:59:57.399892500 github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc8214547e0, 0xc8b915b080)
2016-10-12 01:59:57.399897500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/event/event.go:217 +0x1c1
2016-10-12 01:59:57.399899500 github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc82062f680, 0xe27d40, 0xc898b8aea0, 0x0, 0x0)
2016-10-12 01:59:57.399908500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/event/event.go:108 +0x2ce
2016-10-12 01:59:57.399910500 created by github.com/ethereum/go-ethereum/core.(*TxPool).promoteTx
2016-10-12 01:59:57.399914500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/tx_pool.go:371 +0x516
2016-10-12 01:59:57.399918500 
2016-10-12 01:59:57.399918500 goroutine 25655 [select, 2 minutes]:
2016-10-12 01:59:57.399924500 github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc8990c8580)
2016-10-12 01:59:57.399929500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:199 +0x261
2016-10-12 01:59:57.399931500 created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
2016-10-12 01:59:57.399934500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:146 +0x11d
2016-10-12 01:59:57.399938500 
2016-10-12 01:59:57.399938500 goroutine 66979 [IO wait, 2 minutes]:
2016-10-12 01:59:57.399952500 net.runtime_pollWait(0x7f0abb8cece8, 0x77, 0x485350)
2016-10-12 01:59:57.399952500   /usr/lib/go/src/runtime/netpoll.go:157 +0x60
2016-10-12 01:59:57.399956500 net.(*pollDesc).Wait(0xc8a10e6bc0, 0x77, 0x0, 0x0)
2016-10-12 01:59:57.399962500   /usr/lib/go/src/net/fd_poll_runtime.go:73 +0x3a
2016-10-12 01:59:57.399964500 net.(*pollDesc).WaitWrite(0xc8a10e6bc0, 0x0, 0x0)
2016-10-12 01:59:57.399969500   /usr/lib/go/src/net/fd_poll_runtime.go:82 +0x36
2016-10-12 01:59:57.399974500 net.(*netFD).connect(0xc8a10e6b60, 0x0, 0x0, 0x7f0abb8ce480, 0xc868ff1dc0, 0xecf8f9029, 0xd9e004d, 0x1947f40, 0x0, 0x0)
2016-10-12 01:59:57.399987500   /usr/lib/go/src/net/fd_unix.go:114 +0x1f6
2016-10-12 01:59:57.399992500 net.(*netFD).dial(0xc8a10e6b60, 0x7f0ab82f04e8, 0x0, 0x7f0ab82f04e8, 0xc8ae48b830, 0xecf8f9029, 0xd9e004d, 0x1947f40, 0x0, 0x0)
2016-10-12 01:59:57.400005500   /usr/lib/go/src/net/sock_posix.go:137 +0x351
2016-10-12 01:59:57.400009500 net.socket(0xf9d5f0, 0x3, 0x2, 0x1, 0x0, 0xc8ae48b800, 0x7f0ab82f04e8, 0x0, 0x7f0ab82f04e8, 0xc8ae48b830, ...)
2016-10-12 01:59:57.400022500   /usr/lib/go/src/net/sock_posix.go:89 +0x411
2016-10-12 01:59:57.400026500 net.internetSocket(0xf9d5f0, 0x3, 0x7f0ab82f04e8, 0x0, 0x7f0ab82f04e8, 0xc8ae48b830, 0xecf8f9029, 0xc80d9e004d, 0x1947f40, 0x1, ...)
2016-10-12 01:59:57.400039500   /usr/lib/go/src/net/ipsock_posix.go:160 +0x141
2016-10-12 01:59:57.400041500 net.dialTCP(0xf9d5f0, 0x3, 0x0, 0xc8ae48b830, 0xecf8f9029, 0xc80d9e004d, 0x1947f40, 0xc85dcca7e0, 0x0, 0x0)
2016-10-12 01:59:57.400056500   /usr/lib/go/src/net/tcpsock_posix.go:171 +0x11e
2016-10-12 01:59:57.400059500 net.dialSingle(0xc8897ef780, 0x7f0ab82f0480, 0xc8ae48b830, 0xecf8f9029, 0xd9e004d, 0x1947f40, 0x0, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.400076500   /usr/lib/go/src/net/dial.go:364 +0x3f5
2016-10-12 01:59:57.400077500 net.dialSerial.func1(0xecf8f9029, 0xd9e004d, 0x1947f40, 0x0, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.400084500   /usr/lib/go/src/net/dial.go:336 +0x75
2016-10-12 01:59:57.400089500 net.dial(0xf9d5f0, 0x3, 0x7f0ab82f0480, 0xc8ae48b830, 0xc8ba625be0, 0xecf8f9029, 0xd9e004d, 0x1947f40, 0x0, 0x0, ...)
2016-10-12 01:59:57.400099500   /usr/lib/go/src/net/fd_unix.go:40 +0x60
2016-10-12 01:59:57.400105500 net.dialSerial(0xc8897ef780, 0xc85dcca7e0, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.400117500   /usr/lib/go/src/net/dial.go:338 +0x760
2016-10-12 01:59:57.400121500 net.(*Dialer).Dial(0xc8207c0960, 0xf9d5f0, 0x3, 0xc868ff1da0, 0x13, 0x0, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.400132500   /usr/lib/go/src/net/dial.go:232 +0x50f
2016-10-12 01:59:57.400136500 github.com/ethereum/go-ethereum/p2p.(*dialTask).dial(0xc8ae48b7a0, 0xc821042a80, 0xc896603700, 0x0)
2016-10-12 01:59:57.400142500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:264 +0x287
2016-10-12 01:59:57.400147500 github.com/ethereum/go-ethereum/p2p.(*dialTask).Do(0xc8ae48b7a0, 0xc821042a80)
2016-10-12 01:59:57.400149500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/dial.go:217 +0x72
2016-10-12 01:59:57.400153500 github.com/ethereum/go-ethereum/p2p.(*Server).run.func2.1(0x7f0ab8411ab8, 0xc8ae48b7a0, 0xc821042a80, 0xc840ae16e0)
2016-10-12 01:59:57.400161500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:431 +0x31
2016-10-12 01:59:57.400163500 created by github.com/ethereum/go-ethereum/p2p.(*Server).run.func2
2016-10-12 01:59:57.400166500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:431 +0x286
2016-10-12 01:59:57.400170500 
2016-10-12 01:59:57.400173500 goroutine 66436 [select]:
2016-10-12 01:59:57.400176500 github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc8214547e0, 0xc869496db0)
2016-10-12 01:59:57.400181500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/event/event.go:217 +0x1c1
2016-10-12 01:59:57.400186500 github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc82062f680, 0xe27d40, 0xc82e193b90, 0x0, 0x0)
2016-10-12 01:59:57.400193500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/event/event.go:108 +0x2ce
2016-10-12 01:59:57.400195500 created by github.com/ethereum/go-ethereum/core.(*TxPool).promoteTx
2016-10-12 01:59:57.400199500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/tx_pool.go:371 +0x516
2016-10-12 01:59:57.400202500 
2016-10-12 01:59:57.400202500 goroutine 66901 [select, 2 minutes]:
2016-10-12 01:59:57.400208500 github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc821433080, 0xc8b58eb470)
2016-10-12 01:59:57.400215500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/event/event.go:217 +0x1c1
2016-10-12 01:59:57.400217500 github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc82062f680, 0xe27d40, 0xc8b6255320, 0x0, 0x0)
2016-10-12 01:59:57.400226500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/event/event.go:108 +0x2ce
2016-10-12 01:59:57.400228500 created by github.com/ethereum/go-ethereum/core.(*TxPool).promoteTx
2016-10-12 01:59:57.400232500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/tx_pool.go:371 +0x516
2016-10-12 01:59:57.400235500 
2016-10-12 01:59:57.400235500 goroutine 66437 [select]:
2016-10-12 01:59:57.400241500 github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc8214547e0, 0xc8b8162420)
2016-10-12 01:59:57.400243500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/event/event.go:217 +0x1c1
2016-10-12 01:59:57.400250500 github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc82062f680, 0xe27d40, 0xc82e193d40, 0x0, 0x0)
2016-10-12 01:59:57.400256500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/event/event.go:108 +0x2ce
2016-10-12 01:59:57.400261500 created by github.com/ethereum/go-ethereum/core.(*TxPool).promoteTx
2016-10-12 01:59:57.400262500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/tx_pool.go:371 +0x516
2016-10-12 01:59:57.400269500 
2016-10-12 01:59:57.400269500 goroutine 18694 [IO wait, 2 minutes]:
2016-10-12 01:59:57.400273500 net.runtime_pollWait(0x7f0abb8ceda8, 0x72, 0xc820032110)
2016-10-12 01:59:57.400276500   /usr/lib/go/src/runtime/netpoll.go:157 +0x60
2016-10-12 01:59:57.400280500 net.(*pollDesc).Wait(0xc8a0a97560, 0x72, 0x0, 0x0)
2016-10-12 01:59:57.400287500   /usr/lib/go/src/net/fd_poll_runtime.go:73 +0x3a
2016-10-12 01:59:57.400289500 net.(*pollDesc).WaitRead(0xc8a0a97560, 0x0, 0x0)
2016-10-12 01:59:57.400293500   /usr/lib/go/src/net/fd_poll_runtime.go:78 +0x36
2016-10-12 01:59:57.400300500 net.(*netFD).Read(0xc8a0a97500, 0xc868ff14c0, 0x20, 0x20, 0x0, 0x7f0abb8ca050, 0xc820032110)
2016-10-12 01:59:57.400309500   /usr/lib/go/src/net/fd_unix.go:232 +0x23a
2016-10-12 01:59:57.400313500 net.(*conn).Read(0xc89f812d68, 0xc868ff14c0, 0x20, 0x20, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.400320500   /usr/lib/go/src/net/net.go:172 +0xe4
2016-10-12 01:59:57.400326500 io.ReadAtLeast(0x7f0ab8411048, 0xc89f812d68, 0xc868ff14c0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.400335500   /usr/lib/go/src/io/io.go:298 +0xe6
2016-10-12 01:59:57.400341500 io.ReadFull(0x7f0ab8411048, 0xc89f812d68, 0xc868ff14c0, 0x20, 0x20, 0x20, 0x0, 0x0)
2016-10-12 01:59:57.400351500   /usr/lib/go/src/io/io.go:316 +0x62
2016-10-12 01:59:57.400355500 github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc854948f60, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.400367500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x13d
2016-10-12 01:59:57.400372500 github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc89f93e600, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.400383500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x1db
2016-10-12 01:59:57.400386500 github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc880723700, 0xc8a8a22780)
2016-10-12 01:59:57.400389500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:214 +0x90
2016-10-12 01:59:57.400396500 created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
2016-10-12 01:59:57.400397500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:145 +0xf8
2016-10-12 01:59:57.400400500 
2016-10-12 01:59:57.400401500 goroutine 41657 [select, 2 minutes]:
2016-10-12 01:59:57.400406500 github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc8bb57c600, 0x7f0ab82f1d20)
2016-10-12 01:59:57.400412500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:155 +0xcd6
2016-10-12 01:59:57.400418500 github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc821042a80, 0xc8bb57c600)
2016-10-12 01:59:57.400422500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:685 +0x328
2016-10-12 01:59:57.400424500 created by github.com/ethereum/go-ethereum/p2p.(*Server).run
2016-10-12 01:59:57.400431500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:493 +0x16c5
2016-10-12 01:59:57.400433500 
2016-10-12 01:59:57.400436500 goroutine 18376 [select, 2 minutes]:
2016-10-12 01:59:57.400440500 github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc8a009eb60, 0x0, 0x7f0a00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.400454500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:357 +0x221
2016-10-12 01:59:57.400459500 github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc820089e10, 0xc833ee3cb0, 0x0, 0x0)
2016-10-12 01:59:57.400465500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:315 +0xa4
2016-10-12 01:59:57.400470500 github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc820089e10, 0xc833ee3cb0, 0x0, 0x0)
2016-10-12 01:59:57.400476500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:304 +0xb36
2016-10-12 01:59:57.400481500 github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc868bad7c0, 0x7f0ab82f1dd8, 0xc8a009eb60, 0x0, 0x0)
2016-10-12 01:59:57.400492500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:139 +0x17b
2016-10-12 01:59:57.400493500 github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc8a009eb60, 0xc868bad7c0)
2016-10-12 01:59:57.400496500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:303 +0x8c
2016-10-12 01:59:57.400497500 created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
2016-10-12 01:59:57.400501500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:312 +0x304
2016-10-12 01:59:57.400505500 
2016-10-12 01:59:57.400505500 goroutine 41355 [select]:
2016-10-12 01:59:57.400508500 github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc8a42ade00, 0x7f0ab82f1d20)
2016-10-12 01:59:57.400515500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:155 +0xcd6
2016-10-12 01:59:57.400520500 github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc821042a80, 0xc8a42ade00)
2016-10-12 01:59:57.400524500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:685 +0x328
2016-10-12 01:59:57.400527500 created by github.com/ethereum/go-ethereum/p2p.(*Server).run
2016-10-12 01:59:57.400533500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:493 +0x16c5
2016-10-12 01:59:57.400535500 
2016-10-12 01:59:57.400538500 goroutine 66077 [select]:
2016-10-12 01:59:57.400542500 github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc827540a40, 0x7f0ab82f1d20)
2016-10-12 01:59:57.400547500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:155 +0xcd6
2016-10-12 01:59:57.400553500 github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc821042a80, 0xc827540a40)
2016-10-12 01:59:57.400556500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:685 +0x328
2016-10-12 01:59:57.400558500 created by github.com/ethereum/go-ethereum/p2p.(*Server).run
2016-10-12 01:59:57.400565500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:493 +0x16c5
2016-10-12 01:59:57.400569500 
2016-10-12 01:59:57.400570500 goroutine 18358 [select, 2 minutes]:
2016-10-12 01:59:57.400576500 github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc868bad7c0, 0x7f0ab82f1d20)
2016-10-12 01:59:57.400580500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:155 +0xcd6
2016-10-12 01:59:57.400586500 github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc821042a80, 0xc868bad7c0)
2016-10-12 01:59:57.400588500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:685 +0x328
2016-10-12 01:59:57.400595500 created by github.com/ethereum/go-ethereum/p2p.(*Server).run
2016-10-12 01:59:57.400599500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:493 +0x16c5
2016-10-12 01:59:57.400601500 
2016-10-12 01:59:57.400604500 goroutine 66893 [select, 2 minutes]:
2016-10-12 01:59:57.400608500 github.com/ethereum/go-ethereum/event.(*muxsub).deliver(0xc821433080, 0xc8598eef60)
2016-10-12 01:59:57.400614500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/event/event.go:217 +0x1c1
2016-10-12 01:59:57.400616500 github.com/ethereum/go-ethereum/event.(*TypeMux).Post(0xc82062f680, 0xe27d40, 0xc87f319c20, 0x0, 0x0)
2016-10-12 01:59:57.400625500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/event/event.go:108 +0x2ce
2016-10-12 01:59:57.400627500 created by github.com/ethereum/go-ethereum/core.(*TxPool).promoteTx
2016-10-12 01:59:57.400631500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/core/tx_pool.go:371 +0x516
2016-10-12 01:59:57.400635500 
2016-10-12 01:59:57.400635500 goroutine 66866 [semacquire, 2 minutes]:
2016-10-12 01:59:57.400641500 sync.runtime_Semacquire(0xc85c1b195c)
2016-10-12 01:59:57.400643500   /usr/lib/go/src/runtime/sema.go:43 +0x26
2016-10-12 01:59:57.400649500 sync.(*WaitGroup).Wait(0xc85c1b1950)
2016-10-12 01:59:57.400652500   /usr/lib/go/src/sync/waitgroup.go:126 +0xb4
2016-10-12 01:59:57.400659500 github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc85c1b1940, 0x7f0ab82f1d20)
2016-10-12 01:59:57.400660500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:187 +0x468
2016-10-12 01:59:57.400664500 github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc821042a80, 0xc85c1b1940)
2016-10-12 01:59:57.400668500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:685 +0x328
2016-10-12 01:59:57.400672500 created by github.com/ethereum/go-ethereum/p2p.(*Server).run
2016-10-12 01:59:57.400675500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:493 +0x16c5
2016-10-12 01:59:57.400680500 
2016-10-12 01:59:57.400680500 goroutine 58406 [IO wait, 2 minutes]:
2016-10-12 01:59:57.400686500 net.runtime_pollWait(0x7f0abb8ce928, 0x72, 0xc820032110)
2016-10-12 01:59:57.400692500   /usr/lib/go/src/runtime/netpoll.go:157 +0x60
2016-10-12 01:59:57.400697500 net.(*pollDesc).Wait(0xc886e2db80, 0x72, 0x0, 0x0)
2016-10-12 01:59:57.400702500   /usr/lib/go/src/net/fd_poll_runtime.go:73 +0x3a
2016-10-12 01:59:57.400704500 net.(*pollDesc).WaitRead(0xc886e2db80, 0x0, 0x0)
2016-10-12 01:59:57.400710500   /usr/lib/go/src/net/fd_poll_runtime.go:78 +0x36
2016-10-12 01:59:57.400715500 net.(*netFD).Read(0xc886e2db20, 0xc867e98f60, 0x20, 0x20, 0x0, 0x7f0abb8ca050, 0xc820032110)
2016-10-12 01:59:57.400723500   /usr/lib/go/src/net/fd_unix.go:232 +0x23a
2016-10-12 01:59:57.400728500 net.(*conn).Read(0xc8421af0c0, 0xc867e98f60, 0x20, 0x20, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.400737500   /usr/lib/go/src/net/net.go:172 +0xe4
2016-10-12 01:59:57.400740500 io.ReadAtLeast(0x7f0ab8411048, 0xc8421af0c0, 0xc867e98f60, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.400752500   /usr/lib/go/src/io/io.go:298 +0xe6
2016-10-12 01:59:57.400754500 io.ReadFull(0x7f0ab8411048, 0xc8421af0c0, 0xc867e98f60, 0x20, 0x20, 0x20, 0x0, 0x0)
2016-10-12 01:59:57.400765500   /usr/lib/go/src/io/io.go:316 +0x62
2016-10-12 01:59:57.400767500 github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc89dbcafc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.400779500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x13d
2016-10-12 01:59:57.400786500 github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc8c9e8a960, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.400798500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x1db
2016-10-12 01:59:57.400800500 github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc8bb6882c0, 0xc89dbcb5c0)
2016-10-12 01:59:57.400804500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:214 +0x90
2016-10-12 01:59:57.400808500 created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
2016-10-12 01:59:57.400811500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:145 +0xf8
2016-10-12 01:59:57.400815500 
2016-10-12 01:59:57.400815500 goroutine 62184 [select, 2 minutes]:
2016-10-12 01:59:57.400821500 github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc898e87f10, 0x0, 0x7f0a00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.400835500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:357 +0x221
2016-10-12 01:59:57.400837500 github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc820089e10, 0xc82fbae3f0, 0x0, 0x0)
2016-10-12 01:59:57.400845500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:315 +0xa4
2016-10-12 01:59:57.400849500 github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc820089e10, 0xc82fbae3f0, 0x0, 0x0)
2016-10-12 01:59:57.400856500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:304 +0xb36
2016-10-12 01:59:57.400861500 github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc87fcda680, 0x7f0ab82f1dd8, 0xc898e87f10, 0x0, 0x0)
2016-10-12 01:59:57.400868500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:139 +0x17b
2016-10-12 01:59:57.400870500 github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc898e87f10, 0xc87fcda680)
2016-10-12 01:59:57.400878500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:303 +0x8c
2016-10-12 01:59:57.400879500 created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
2016-10-12 01:59:57.400882500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:312 +0x304
2016-10-12 01:59:57.400886500 
2016-10-12 01:59:57.400886500 goroutine 60981 [select, 2 minutes]:
2016-10-12 01:59:57.400892500 github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc834594700, 0x0, 0x7f0a00000000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.400906500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:357 +0x221
2016-10-12 01:59:57.400908500 github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc820089e10, 0xc899e2b4d0, 0x0, 0x0)
2016-10-12 01:59:57.400916500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:315 +0xa4
2016-10-12 01:59:57.400921500 github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc820089e10, 0xc899e2b4d0, 0x0, 0x0)
2016-10-12 01:59:57.400927500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:304 +0xb36
2016-10-12 01:59:57.400931500 github.com/ethereum/go-ethereum/eth.NewProtocolManager.func1(0xc8bb6cb700, 0x7f0ab82f1dd8, 0xc834594700, 0x0, 0x0)
2016-10-12 01:59:57.400938500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/eth/handler.go:139 +0x17b
2016-10-12 01:59:57.400942500 github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols.func1(0xc834594700, 0xc8bb6cb700)
2016-10-12 01:59:57.400946500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:303 +0x8c
2016-10-12 01:59:57.400950500 created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
2016-10-12 01:59:57.400951500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:312 +0x304
2016-10-12 01:59:57.400954500 
2016-10-12 01:59:57.400955500 goroutine 41658 [IO wait, 2 minutes]:
2016-10-12 01:59:57.400961500 net.runtime_pollWait(0x7f0abb8ceb68, 0x72, 0xc820032110)
2016-10-12 01:59:57.400967500   /usr/lib/go/src/runtime/netpoll.go:157 +0x60
2016-10-12 01:59:57.400968500 net.(*pollDesc).Wait(0xc85bcd1250, 0x72, 0x0, 0x0)
2016-10-12 01:59:57.400976500   /usr/lib/go/src/net/fd_poll_runtime.go:73 +0x3a
2016-10-12 01:59:57.400980500 net.(*pollDesc).WaitRead(0xc85bcd1250, 0x0, 0x0)
2016-10-12 01:59:57.400982500   /usr/lib/go/src/net/fd_poll_runtime.go:78 +0x36
2016-10-12 01:59:57.400988500 net.(*netFD).Read(0xc85bcd11f0, 0xc884548a40, 0x20, 0x20, 0x0, 0x7f0abb8ca050, 0xc820032110)
2016-10-12 01:59:57.400998500   /usr/lib/go/src/net/fd_unix.go:232 +0x23a
2016-10-12 01:59:57.401000500 net.(*conn).Read(0xc8748dc340, 0xc884548a40, 0x20, 0x20, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.401010500   /usr/lib/go/src/net/net.go:172 +0xe4
2016-10-12 01:59:57.401015500 io.ReadAtLeast(0x7f0ab8411048, 0xc8748dc340, 0xc884548a40, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.401025500   /usr/lib/go/src/io/io.go:298 +0xe6
2016-10-12 01:59:57.401030500 io.ReadFull(0x7f0ab8411048, 0xc8748dc340, 0xc884548a40, 0x20, 0x20, 0x20, 0x0, 0x0)
2016-10-12 01:59:57.401037500   /usr/lib/go/src/io/io.go:316 +0x62
2016-10-12 01:59:57.401043500 github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc899f4f260, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe00000000, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.401054500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:628 +0x13d
2016-10-12 01:59:57.401060500 github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0xc88a45a8a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
2016-10-12 01:59:57.401072500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:89 +0x1db
2016-10-12 01:59:57.401077500 github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc8bb57c600, 0xc899f4f860)
2016-10-12 01:59:57.401080500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:214 +0x90
2016-10-12 01:59:57.401088500 created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
2016-10-12 01:59:57.401088500   /home/ubuntu/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/peer.go:145 +0xf8
@fjl
Copy link
Contributor

fjl commented Oct 15, 2016

This should be resolved in the 1.4.18 release.

@fjl fjl closed this as completed Oct 15, 2016
@vogelito
Copy link
Author

Thanks. Just upgraded. Will report any additional problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants