ethereum / go-ethereum

Go implementation of the Ethereum protocol
https://geth.ethereum.org
GNU Lesser General Public License v3.0
47.07k stars 19.95k forks source link

mobile: fatal error: addspecial on invalid pointer #14367

Closed ligi closed 6 years ago

ligi commented 7 years ago

System information

Geth version: 1.6.0 OS & Version: Android

Expected behaviour

should not crash

Actual behaviour

crashes

Backtrace

```` 04-22 20:42:32.717 11258 11351 E Go : fatal error: addspecial on invalid pointer 04-22 20:42:32.717 11258 11352 E GoLog : fatal error: addspecial on invalid pointer 04-22 20:42:32.717 11258 11351 E Go : runtime stack: 04-22 20:42:32.717 11258 11351 E Go : runtime.throw(0x9f1ef649, 0x1d) 04-22 20:42:32.717 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/runtime/panic.go:596 +0x78 04-22 20:42:32.717 11258 11351 E Go : runtime.addspecial(0x9e7d3600, 0x7d785190, 0x0) 04-22 20:42:32.717 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/runtime/mheap.go:1131 +0x1bc 04-22 20:42:32.717 11258 11351 E Go : runtime.setprofilebucket(0x9e7d3600, 0x7d2a33d0) 04-22 20:42:32.717 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/runtime/mheap.go:1292 +0x70 04-22 20:42:32.717 11258 11351 E Go : runtime.mProf_Malloc.func1() 04-22 20:42:32.717 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/runtime/mprof.go:258 +0x24 04-22 20:42:32.717 11258 11351 E Go : runtime.systemstack(0x8e7ee000) 04-22 20:42:32.717 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/runtime/asm_arm.s:264 +0x8c 04-22 20:42:32.717 11258 11351 E Go : runtime.mstart() 04-22 20:42:32.717 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/runtime/proc.go:1132 04-22 20:42:32.717 11258 11351 E Go : goroutine 30422 [running]: 04-22 20:42:32.717 11258 11351 E Go : runtime.systemstack_switch() 04-22 20:42:32.717 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/runtime/asm_arm.s:209 +0x4 fp=0x9bd9c6e4 sp=0x9bd9c6e0 04-22 20:42:32.717 11258 11351 E Go : runtime.mProf_Malloc(0x9e7d3600, 0x100) 04-22 20:42:32.717 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/runtime/mprof.go:259 +0x104 fp=0x9bd9c798 sp=0x9bd9c6e4 04-22 20:42:32.717 11258 11351 E Go : runtime.profilealloc(0x8e7fa780, 0x9e7d3600, 0x100) 04-22 20:42:32.717 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/runtime/malloc.go:831 +0x38 fp=0x9bd9c7a4 sp=0x9bd9c798 04-22 20:42:32.717 11258 11351 E Go : runtime.mallocgc(0x100, 0x9f5e9798, 0x9ea67501, 0x9f9c3798) 04-22 20:42:32.717 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/runtime/malloc.go:761 +0x554 fp=0x9bd9c7fc sp=0x9bd9c7a4 04-22 20:42:32.717 11258 11351 E Go : runtime.newobject(0x9f5e9798, 0x9f5e9798) 04-22 20:42:32.717 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/runtime/malloc.go:808 +0x2c fp=0x9bd9c810 sp=0x9bd9c7fc 04-22 20:42:32.717 11258 11351 E Go : reflect.unsafe_New(0x9f5e9798, 0x9bd9c860) 04-22 20:42:32.717 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/runtime/malloc.go:813 +0x1c fp=0x9bd9c81c sp=0x9bd9c810 04-22 20:42:32.717 11258 11351 E Go : reflect.New(0x9f9c3798, 0x9f5e9798, 0x91, 0x9f9c3798, 0x9f5e9798) 04-22 20:42:32.717 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/reflect/value.go:2138 +0x40 fp=0x9bd9c83c sp=0x9bd9c81c 04-22 20:42:32.717 11258 11351 E Go : github.com/ethereum/go-ethereum/rlp.writeByteArray(0x9f5e9798, 0x9e7d3500, 0x91, 0x9cfe8930, 0x0, 0x0) 04-22 20:42:32.717 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rlp/encode.go:451 +0xec fp=0x9bd9c86c sp=0x9bd9c83c 04-22 20:42:32.717 11258 11351 E Go : github.com/ethereum/go-ethereum/rlp.writeInterface(0x9f572728, 0x9e6e68b0, 0x194, 0x9cfe8930, 0x9f572728, 0x9e6e68b0) 04-22 20:42:32.717 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rlp/encode.go:506 +0x1c8 fp=0x9bd9c8a4 sp=0x9bd9c86c 04-22 20:42:32.717 11258 11351 E Go : github.com/ethereum/go-ethereum/rlp.makeSliceWriter.func1(0x9f54a100, 0x5e634090, 0x97, 0x9cfe8930, 0x0, 0x0) 04-22 20:42:32.717 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rlp/encode.go:520 +0xb4 fp=0x9bd9c8d0 sp=0x9bd9c8a4 04-22 20:42:32.717 11258 11351 E Go : github.com/ethereum/go-ethereum/rlp.(*encbuf).encode(0x9cfe8930, 0x9f54a100, 0x5e634090, 0x9f60f420, 0x9cfe8930) 04-22 20:42:32.717 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rlp/encode.go:188 +0xdc fp=0x9bd9c8f8 sp=0x9bd9c8d0 04-22 20:42:32.717 11258 11351 E Go : github.com/ethereum/go-ethereum/rlp.Encode(0x7e23c040, 0x5e630d00, 0x9f54a100, 0x5e634090, 0x0, 0x0) 04-22 20:42:32.717 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rlp/encode.go:89 +0xe8 fp=0x9bd9c914 sp=0x9bd9c8f8 04-22 20:42:32.717 11258 11351 E Go : github.com/ethereum/go-ethereum/consensus/clique.sigHash(0x90f8d400, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) 04-22 20:42:32.717 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/consensus/clique/clique.go:159 +0x4bc fp=0x9bd9c960 sp=0x9bd9c914 04-22 20:42:32.717 11258 11351 E Go : github.com/ethereum/go-ethereum/consensus/clique.ecrecover(0x90f8d400, 0x0, 0x0, 0x0, 0x0, 0x0, 0x2ad872e6, 0x42c78412) 04-22 20:42:32.717 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/consensus/clique/clique.go:173 +0x9c fp=0x9bd9c9c4 sp=0x9bd9c960 04-22 20:42:32.717 11258 11351 E Go : github.com/ethereum/go-ethereum/consensus/clique.(*Snapshot).apply(0x9e6d6af0, 0x9b7994e8, 0x1, 0x2, 0x9e6d6af0, 0x9b799401, 0x0) 04-22 20:42:32.717 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/consensus/clique/snapshot.go:193 +0x334 fp=0x9bd9cc5c sp=0x9bd9c9c4 04-22 20:42:32.717 11258 11351 E Go : github.com/ethereum/go-ethereum/consensus/clique.(*Clique).snapshot(0x8eb30690, 0x9f9c0a80, 0x8eb306e0, 0xb8dd, 0x0, 0x65866e97, 0x523021a8, 0xbc9da3e9, 0xb536bc67, 0xaf345ce9, ...) 04-22 20:42:32.717 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/consensus/clique/clique.go:418 +0x770 fp=0x9bd9ce14 sp=0x9bd9cc5c 04-22 20:42:32.717 11258 11351 E Go : github.com/ethereum/go-ethereum/consensus/clique.(*Clique).verifyCascadingFields(0x8eb30690, 0x9f9c0a80, 0x8eb306e0, 0x90f8d600, 0x8f83e500, 0x7b6, 0x32c0, 0x2, 0x0) 04-22 20:42:32.717 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/consensus/clique/clique.go:338 +0x24c fp=0x9bd9cedc sp=0x9bd9ce14 04-22 20:42:32.717 11258 11351 E Go : github.com/ethereum/go-ethereum/consensus/clique.(*Clique).verifyHeader(0x8eb30690, 0x9f9c0a80, 0x8eb306e0, 0x90f8d600, 0x8f83e500, 0x7b6, 0x32c0, 0x0, 0x0) 04-22 20:42:32.717 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/consensus/clique/clique.go:311 +0x2fc fp=0x9bd9cf48 sp=0x9bd9cedc 04-22 20:42:32.717 11258 11351 E Go : github.com/ethereum/go-ethereum/consensus/clique.(*Clique).VerifyHeaders.func1(0x8f83e500, 0x800, 0x32c0, 0x8eb30690, 0x9f9c0a80, 0x8eb306e0, 0x9b839780, 0x9b8397c0) 04-22 20:42:32.717 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/consensus/clique/clique.go:243 +0x70 fp=0x9bd9cfcc sp=0x9bd9cf48 04-22 20:42:32.717 11258 11351 E Go : runtime.goexit() 04-22 20:42:32.717 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/runtime/asm_arm.s:1017 +0x4 fp=0x9bd9cfcc sp=0x9bd9cfcc 04-22 20:42:32.717 11258 11351 E Go : created by github.com/ethereum/go-ethereum/consensus/clique.(*Clique).VerifyHeaders 04-22 20:42:32.717 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/consensus/clique/clique.go:251 +0xb4 04-22 20:42:32.717 11258 11351 E Go : goroutine 21 [select, 1 minutes]: 04-22 20:42:32.717 11258 11351 E Go : github.com/ethereum/go-ethereum/accounts/keystore.(*watcher).loop(0x8ea2e1c0) 04-22 20:42:32.717 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/accounts/keystore/watch.go:91 +0x550 04-22 20:42:32.717 11258 11351 E Go : created by github.com/ethereum/go-ethereum/accounts/keystore.(*watcher).start 04-22 20:42:32.717 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/accounts/keystore/watch.go:52 +0x54 04-22 20:42:32.717 11258 11351 E Go : goroutine 17 [syscall, locked to thread]: 04-22 20:42:32.717 11258 11351 E Go : runtime.goexit() 04-22 20:42:32.717 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/runtime/asm_arm.s:1017 +0x4 04-22 20:42:32.717 11258 11351 E Go : goroutine 18 [syscall, locked to thread]: 04-22 20:42:32.717 11258 11351 E Go : runtime.goexit() 04-22 20:42:32.717 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/runtime/asm_arm.s:1017 +0x4 04-22 20:42:32.717 11258 11351 E Go : goroutine 5 [runnable, locked to thread]: 04-22 20:42:32.717 11258 11351 E Go : golang.org/x/mobile/internal/mobileinit._Cfunc___android_log_write(0x6, 0xaac1c1f0, 0xadf4f570, 0x32) 04-22 20:42:32.717 11258 11351 E Go : golang.org/x/mobile/internal/mobileinit/_obj/_cgo_gotypes.go:97 +0x3c 04-22 20:42:32.717 11258 11351 E Go : golang.org/x/mobile/internal/mobileinit.lineLog(0x8e7ec140, 0x6) 04-22 20:42:32.717 11258 11351 E Go : /home/travis/go/src/golang.org/x/mobile/internal/mobileinit/mobileinit_android.go:60 +0xf0 04-22 20:42:32.717 11258 11351 E Go : created by golang.org/x/mobile/internal/mobileinit.init.1 04-22 20:42:32.717 11258 11351 E Go : /home/travis/go/src/golang.org/x/mobile/internal/mobileinit/mobileinit_android.go:81 +0x148 04-22 20:42:32.717 11258 11351 E Go : goroutine 6 [syscall, 1 minutes]: 04-22 20:42:32.717 11258 11351 E Go : syscall.Syscall(0x3, 0x33, 0x8e864000, 0x400, 0x0, 0x0, 0x0) 04-22 20:42:32.717 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/syscall/asm_linux_arm.s:17 +0x8 04-22 20:42:32.717 11258 11351 E Go : syscall.read(0x33, 0x8e864000, 0x400, 0x400, 0x0, 0x0, 0x0) 04-22 20:42:32.717 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/syscall/zsyscall_linux_arm.go:783 +0x3c 04-22 20:42:32.717 11258 11351 E Go : syscall.Read(0x33, 0x8e864000, 0x400, 0x400, 0x0, 0x0, 0x0) 04-22 20:42:32.717 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/syscall/syscall_unix.go:162 +0x34 04-22 20:42:32.717 11258 11351 E Go : os.(*File).read(0x8e7ec150, 0x8e864000, 0x400, 0x400, 0x1, 0x0, 0x9ea6e63c) 04-22 20:42:32.717 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/os/file_unix.go:165 +0x3c 04-22 20:42:32.717 11258 11351 E Go : os.(*File).Read(0x8e7ec150, 0x8e864000, 0x400, 0x400, 0x9ea6e06c, 0x9eaa489c, 0x7e59e000) 04-22 20:42:32.717 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/os/file.go:101 +0x60 04-22 20:42:32.717 11258 11351 E Go : bufio.(*Reader).fill(0x8e7f878c) 04-22 20:42:32.717 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/bufio/bufio.go:97 +0xf4 04-22 20:42:32.717 11258 11351 E Go : bufio.(*Reader).ReadSlice(0x8e7f878c, 0xa, 0x0, 0x0, 0x0, 0x9eb366e4, 0x400) 04-22 20:42:32.717 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/bufio/bufio.go:338 +0x9c 04-22 20:42:32.717 11258 11351 E Go : bufio.(*Reader).ReadLine(0x8e7f878c, 0x400, 0x400, 0x8e864000, 0x400, 0x400, 0x0) 04-22 20:42:32.717 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/bufio/bufio.go:367 +0x24 04-22 20:42:32.717 11258 11351 E Go : golang.org/x/mobile/internal/mobileinit.lineLog(0x8e7ec150, 0x4) 04-22 20:42:32.717 11258 11351 E Go : /home/travis/go/src/golang.org/x/mobile/internal/mobileinit/mobileinit_android.go:54 +0x6c 04-22 20:42:32.717 11258 11351 E Go : created by golang.org/x/mobile/internal/mobileinit.init.1 04-22 20:42:32.717 11258 11351 E Go : /home/travis/go/src/golang.org/x/mobile/internal/mobileinit/mobileinit_android.go:91 +0x224 04-22 20:42:32.717 11258 11351 E Go : goroutine 8 [chan receive, 1 minutes]: 04-22 20:42:32.717 11258 11351 E Go : github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify.(*nonrecursiveTree).dispatch(0x8e893380, 0x8e893300) 04-22 20:42:32.717 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify/tree_nonrecursive.go:36 +0x3c 04-22 20:42:32.717 11258 11351 E Go : created by github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify.newNonrecursiveTree 04-22 20:42:32.717 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify/tree_nonrecursive.go:29 +0x178 04-22 20:42:32.717 11258 11351 E Go : goroutine 9 [chan receive, 1 minutes]: 04-22 20:42:32.717 11258 11351 E Go : github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify.(*nonrecursiveTree).internal(0x8e893380, 0x8e893340) 04-22 20:42:32.717 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify/tree_nonrecursive.go:81 +0x48 04-22 20:42:32.717 11258 11351 E Go : created by github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify.newNonrecursiveTree 04-22 20:42:32.717 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify/tree_nonrecursive.go:30 +0x1a0 04-22 20:42:32.717 11258 11351 E Go : goroutine 10 [chan receive]: 04-22 20:42:32.717 11258 11351 E Go : github.com/ethereum/go-ethereum/vendor/github.com/rcrowley/go-metrics.(*meterArbiter).tick(0x9fa77108) 04-22 20:42:32.717 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/vendor/github.com/rcrowley/go-metrics/meter.go:221 +0x40 04-22 20:42:32.717 11258 11351 E Go : created by github.com/ethereum/go-ethereum/vendor/github.com/rcrowley/go-metrics.NewMeter 04-22 20:42:32.717 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/vendor/github.com/rcrowley/go-metrics/meter.go:40 +0x13c 04-22 20:42:32.717 11258 11351 E Go : goroutine 12 [syscall, 1 minutes]: 04-22 20:42:32.717 11258 11351 E Go : syscall.Syscall6(0xfc, 0x38, 0x8e7f2fac, 0x1, 0xffffffff, 0x0, 0x0, 0x8ea00230, 0x1, 0x0) 04-22 20:42:32.717 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/syscall/asm_linux_arm.s:48 +0x8 04-22 20:42:32.717 11258 11351 E Go : syscall.EpollWait(0x38, 0x8e7f2fac, 0x1, 0x1, 0xffffffff, 0x0, 0xc, 0x6) 04-22 20:42:32.717 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/syscall/zsyscall_linux_arm.go:365 +0x50 04-22 20:42:32.717 11258 11351 E Go : github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify.(*inotify).loop(0x8e8a0000, 0x8ea00280) 04-22 20:42:32.717 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify/watcher_inotify.go:193 +0x74 04-22 20:42:32.717 11258 11351 E Go : created by github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify.(*inotify).lazyinit 04-22 20:42:32.717 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify/watcher_inotify.go:133 +0x13c 04-22 20:42:32.717 11258 11351 E Go : goroutine 19 [syscall, 1 minutes]: 04-22 20:42:32.717 11258 11351 E Go : os/signal.signal_recv(0x0) 04-22 20:42:32.717 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/runtime/sigqueue.go:116 +0x174 04-22 20:42:32.717 11258 11351 E Go : os/signal.loop() 04-22 20:42:32.717 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/os/signal/signal_unix.go:22 +0x14 04-22 20:42:32.717 11258 11351 E Go : created by os/signal.init.1 04-22 20:42:32.717 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/os/signal/signal_unix.go:28 +0x34 04-22 20:42:32.717 11258 11351 E Go : goroutine 20 [select, 1 minutes, locked to thread]: 04-22 20:42:32.717 11258 11351 E Go : runtime.gopark(0x9f639824, 0x0, 0x9f1b2f4e, 0x6, 0x18, 0x2) 04-22 20:42:32.717 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/runtime/proc.go:271 +0x10c 04-22 20:42:32.717 11258 11351 E Go : runtime.selectgoImpl(0x8ea5afa0, 0x0, 0xc) 04-22 20:42:32.717 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/runtime/select.go:423 +0x125c 04-22 20:42:32.717 11258 11351 E Go : runtime.selectgo(0x8ea5afa0) 04-22 20:42:32.717 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/runtime/select.go:238 +0x10 04-22 20:42:32.717 11258 11351 E Go : runtime.ensureSigM.func1() 04-22 20:42:32.717 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/runtime/signal_unix.go:434 +0x2e0 04-22 20:42:32.717 11258 11351 E Go : runtime.goexit() 04-22 20:42:32.717 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/runtime/asm_arm.s:1017 +0x4 04-22 20:42:32.717 11258 11351 E Go : goroutine 13 [chan receive, 1 minutes]: 04-22 20:42:32.717 11258 11351 E Go : github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify.(*inotify).send(0x8e8a0000, 0x8ea00280) 04-22 20:42:32.717 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify/watcher_inotify.go:253 +0x44 04-22 20:42:32.717 11258 11351 E Go : created by github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify.(*inotify).lazyinit 04-22 20:42:32.717 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify/watcher_inotify.go:136 +0x190 04-22 20:42:32.717 11258 11351 E Go : goroutine 14 [chan receive, 1 minutes]: 04-22 20:42:32.717 11258 11351 E Go : github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify.(*inotify).send(0x8e8a0000, 0x8ea00280) 04-22 20:42:32.717 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify/watcher_inotify.go:253 +0x44 04-22 20:42:32.717 11258 11351 E Go : created by github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify.(*inotify).lazyinit 04-22 20:42:32.717 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify/watcher_inotify.go:136 +0x190 04-22 20:42:32.717 11258 11351 E Go : goroutine 22 [select, 1 minutes]: 04-22 20:42:32.717 11258 11351 E Go : github.com/ethereum/go-ethereum/accounts/keystore.(*watcher).loop(0x8ea2e4f0) 04-22 20:42:32.717 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/accounts/keystore/watch.go:91 +0x550 04-22 20:42:32.717 11258 11351 E Go : created by github.com/ethereum/go-ethereum/accounts/keystore.(*watcher).start 04-22 20:42:32.717 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/accounts/keystore/watch.go:52 +0x54 04-22 20:42:32.717 11258 11351 E Go : goroutine 23 [select]: 04-22 20:42:32.717 11258 11351 E Go : github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).updater(0x8ea445a0) 04-22 20:42:32.717 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:203 +0x12c 04-22 20:42:32.717 11258 11351 E Go : created by github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).Subscribe 04-22 20:42:32.717 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:190 +0x100 04-22 20:42:32.717 11258 11351 E Go : goroutine 24 [chan receive]: 04-22 20:42:32.717 11258 11351 E Go : github.com/ethereum/go-ethereum/accounts/usbwallet.(*LedgerHub).updater(0x8ea54280) 04-22 20:42:32.717 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/accounts/usbwallet/ledger_hub.go:203 +0x4c 04-22 20:42:32.717 11258 11351 E Go : created by github.com/ethereum/go-ethereum/accounts/usbwallet.(*LedgerHub).Subscribe 04-22 20:42:32.717 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/accounts/usbwallet/ledger_hub.go:188 +0x100 04-22 20:42:32.717 11258 11351 E Go : goroutine 25 [select, 1 minutes]: 04-22 20:42:32.717 11258 11351 E Go : github.com/ethereum/go-ethereum/accounts.(*Manager).update(0x8e840a80) 04-22 20:42:32.717 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/accounts/manager.go:95 +0x2fc 04-22 20:42:32.717 11258 11351 E Go : created by github.com/ethereum/go-ethereum/accounts.NewManager 04-22 20:42:32.717 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/accounts/manager.go:68 +0x504 04-22 20:42:32.717 11258 11351 E Go : goroutine 26 [select]: 04-22 20:42:32.717 11258 11351 E Go : github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0x8ea38840) 04-22 20:42:32.717 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:206 +0x1b0 04-22 20:42:32.717 11258 11351 E Go : created by github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/util.NewBufferPool 04-22 20:42:32.717 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:237 +0x180 04-22 20:42:32.717 11258 11351 E Go : goroutine 51 [select]: 04-22 20:42:32.717 11258 11351 E Go : github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0x8ea36300) 04-22 20:42:32.727 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db_compaction.go:90 +0x48c 04-22 20:42:32.727 11258 11351 E Go : created by github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.openDB 04-22 20:42:32.727 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db.go:139 +0x540 04-22 20:42:32.727 11258 11351 E Go : goroutine 52 [select]: 04-22 20:42:32.727 11258 11351 E Go : github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0x8ea36300) 04-22 20:42:32.727 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db_state.go:96 +0x1d4 04-22 20:42:32.727 11258 11351 E Go : created by github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.openDB 04-22 20:42:32.727 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db.go:140 +0x560 04-22 20:42:32.727 11258 11351 E Go : goroutine 53 [select]: 04-22 20:42:32.727 11258 11351 E Go : github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0x8ea36300) 04-22 20:42:32.727 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db_compaction.go:804 +0x4a0 04-22 20:42:32.727 11258 11351 E Go : created by github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.openDB 04-22 20:42:32.727 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db.go:146 +0x694 04-22 20:42:32.727 11258 11351 E Go : goroutine 54 [select]: 04-22 20:42:32.727 11258 11351 E Go : github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0x8ea36300) 04-22 20:42:32.727 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db_compaction.go:751 +0x1d4 04-22 20:42:32.727 11258 11351 E Go : created by github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.openDB 04-22 20:42:32.727 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db.go:147 +0x6b4 04-22 20:42:32.727 11258 11351 E Go : goroutine 38 [chan receive]: 04-22 20:42:32.727 11258 11351 E Go : github.com/ethereum/go-ethereum/light.(*TxPool).eventLoop(0x8eac5290) 04-22 20:42:32.727 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/light/txpool.go:305 +0x44 04-22 20:42:32.727 11258 11351 E Go : created by github.com/ethereum/go-ethereum/light.NewTxPool 04-22 20:42:32.727 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/light/txpool.go:97 +0x3e4 04-22 20:42:32.727 11258 11351 E Go : goroutine 39 [select]: 04-22 20:42:32.727 11258 11351 E Go : github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).qosTuner(0x8e850240) 04-22 20:42:32.727 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:1481 +0x3d4 04-22 20:42:32.727 11258 11351 E Go : created by github.com/ethereum/go-ethereum/eth/downloader.New 04-22 20:42:32.727 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:202 +0xe40 04-22 20:42:32.727 11258 11351 E Go : goroutine 40 [select]: 04-22 20:42:32.727 11258 11351 E Go : github.com/ethereum/go-ethereum/les.(*requestDistributor).loop(0x8e8f0660) 04-22 20:42:32.727 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/les/distributor.go:92 +0x4dc 04-22 20:42:32.727 11258 11351 E Go : created by github.com/ethereum/go-ethereum/les.newRequestDistributor 04-22 20:42:32.727 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/les/distributor.go:81 +0x144 04-22 20:42:32.727 11258 11351 E Go : goroutine 41 [select]: 04-22 20:42:32.727 11258 11351 E Go : github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0x8ef691e0) 04-22 20:42:32.727 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:206 +0x1b0 04-22 20:42:32.727 11258 11351 E Go : created by github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/util.NewBufferPool 04-22 20:42:32.727 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:237 +0x180 04-22 20:42:32.727 11258 11351 E Go : goroutine 42 [select, 1 minutes]: 04-22 20:42:32.727 11258 11351 E Go : github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0x8ea36400) 04-22 20:42:32.727 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db_compaction.go:90 +0x48c 04-22 20:42:32.727 11258 11351 E Go : created by github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.openDB 04-22 20:42:32.727 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db.go:139 +0x540 04-22 20:42:32.727 11258 11351 E Go : goroutine 43 [select]: 04-22 20:42:32.727 11258 11351 E Go : github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0x8ea36400) 04-22 20:42:32.727 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db_state.go:96 +0x1d4 04-22 20:42:32.727 11258 11351 E Go : created by github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.openDB 04-22 20:42:32.727 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db.go:140 +0x560 04-22 20:42:32.727 11258 11351 E Go : goroutine 44 [select, 1 minutes]: 04-22 20:42:32.727 11258 11351 E Go : github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0x8ea36400) 04-22 20:42:32.727 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db_compaction.go:804 +0x4a0 04-22 20:42:32.727 11258 11351 E Go : created by github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.openDB 04-22 20:42:32.727 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db.go:146 +0x694 04-22 20:42:32.727 11258 11351 E Go : goroutine 45 [select, 1 minutes]: 04-22 20:42:32.727 11258 11351 E Go : github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0x8ea36400) 04-22 20:42:32.727 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db_compaction.go:751 +0x1d4 04-22 20:42:32.727 11258 11351 E Go : created by github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb.openDB 04-22 20:42:32.727 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/vendor/github.com/syndtr/goleveldb/leveldb/db.go:147 +0x6b4 04-22 20:42:32.727 11258 11351 E Go : goroutine 46 [select]: 04-22 20:42:32.727 11258 11351 E Go : github.com/ethereum/go-ethereum/p2p/discv5.(*Network).loop(0x8ef8b100) 04-22 20:42:32.727 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/p2p/discv5/net.go:424 +0x1ed0 04-22 20:42:32.727 11258 11351 E Go : created by github.com/ethereum/go-ethereum/p2p/discv5.newNetwork 04-22 20:42:32.727 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/p2p/discv5/net.go:177 +0x7dc 04-22 20:42:32.727 11258 11351 E Go : goroutine 47 [IO wait]: 04-22 20:42:32.727 11258 11351 E Go : net.runtime_pollWait(0x7d294a18, 0x72, 0x0) 04-22 20:42:32.727 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/runtime/netpoll.go:164 +0x44 04-22 20:42:32.727 11258 11351 E Go : net.(*pollDesc).wait(0x8ea5f73c, 0x72, 0x0, 0x0) 04-22 20:42:32.727 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/net/fd_poll_runtime.go:75 +0x28 04-22 20:42:32.727 11258 11351 E Go : net.(*pollDesc).waitRead(0x8ea5f73c, 0x8ebb6000, 0x500) 04-22 20:42:32.727 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/net/fd_poll_runtime.go:80 +0x24 04-22 20:42:32.727 11258 11351 E Go : net.(*netFD).readFrom(0x8ea5f700, 0x8ebb6000, 0x500, 0x500, 0x0, 0x0, 0x0, 0x9f9bb648, 0x9f9b8b9c) 04-22 20:42:32.727 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/net/fd_unix.go:277 +0x144 04-22 20:42:32.727 11258 11351 E Go : net.(*UDPConn).readFrom(0x8ea2d0c0, 0x8ebb6000, 0x500, 0x500, 0x9e7a58a0, 0x4, 0x9e7ce1e0, 0x20) 04-22 20:42:32.727 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/net/udpsock_posix.go:47 +0x38 04-22 20:42:32.727 11258 11351 E Go : net.(*UDPConn).ReadFromUDP(0x8ea2d0c0, 0x8ebb6000, 0x500, 0x500, 0x500, 0x0, 0x0, 0x0) 04-22 20:42:32.727 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/net/udpsock.go:97 +0x58 04-22 20:42:32.727 11258 11351 E Go : github.com/ethereum/go-ethereum/p2p/discv5.(*udp).readLoop(0x8e8f0810) 04-22 20:42:32.727 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/p2p/discv5/udp.go:392 +0x98 04-22 20:42:32.727 11258 11351 E Go : created by github.com/ethereum/go-ethereum/p2p/discv5.ListenUDP 04-22 20:42:32.727 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/p2p/discv5/udp.go:250 +0xfc 04-22 20:42:32.727 11258 11351 E Go : goroutine 194 [select, 1 minutes]: 04-22 20:42:32.727 11258 11351 E Go : github.com/ethereum/go-ethereum/rpc.(*Client).dispatch(0x8e9e50c0, 0x9f9c1310, 0x8ea403a8) 04-22 20:42:32.727 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/client.go:489 +0xb9c 04-22 20:42:32.727 11258 11351 E Go : created by github.com/ethereum/go-ethereum/rpc.newClient 04-22 20:42:32.727 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/client.go:202 +0x3c4 04-22 20:42:32.727 11258 11351 E Go : goroutine 16 [IO wait, 1 minutes]: 04-22 20:42:32.727 11258 11351 E Go : net.runtime_pollWait(0x7d2949a0, 0x72, 0x0) 04-22 20:42:32.727 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/runtime/netpoll.go:164 +0x44 04-22 20:42:32.727 11258 11351 E Go : net.(*pollDesc).wait(0x8eb5243c, 0x72, 0x0, 0x8eae86a0) 04-22 20:42:32.727 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/net/fd_poll_runtime.go:75 +0x28 04-22 20:42:32.727 11258 11351 E Go : net.(*pollDesc).waitRead(0x8eb5243c, 0xffffffff, 0x0) 04-22 20:42:32.727 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/net/fd_poll_runtime.go:80 +0x24 04-22 20:42:32.727 11258 11351 E Go : net.(*netFD).accept(0x8eb52400, 0x0, 0x9f9bab38, 0x8eae86a0) 04-22 20:42:32.727 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/net/fd_unix.go:430 +0x168 04-22 20:42:32.727 11258 11351 E Go : net.(*TCPListener).accept(0x8ea2c3b0, 0x9ef4ec84, 0x9ef4ecb0, 0x9f550e58) 04-22 20:42:32.727 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/net/tcpsock_posix.go:136 +0x20 04-22 20:42:32.727 11258 11351 E Go : net.(*TCPListener).Accept(0x8ea2c3b0, 0x8e9e46c0, 0x0, 0x8e9e46c0, 0x2) 04-22 20:42:32.727 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/net/tcpsock.go:228 +0x3c 04-22 20:42:32.727 11258 11351 E Go : github.com/ethereum/go-ethereum/p2p.(*Server).listenLoop(0x8e834f00) 04-22 20:42:32.727 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/p2p/server.go:641 +0x1ac 04-22 20:42:32.727 11258 11351 E Go : created by github.com/ethereum/go-ethereum/p2p.(*Server).startListening 04-22 20:42:32.727 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/p2p/server.go:432 +0x12c 04-22 20:42:32.727 11258 11351 E Go : goroutine 67 [select, 1 minutes]: 04-22 20:42:32.727 11258 11351 E Go : github.com/ethereum/go-ethereum/p2p/nat.Map(0x9f9bf638, 0x8e84c750, 0x8ea5f500, 0x9f1b004a, 0x3, 0xb6a8, 0xb6a8, 0x9f1bbd8c, 0xc) 04-22 20:42:32.727 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/p2p/nat/nat.go:114 +0x638 04-22 20:42:32.727 11258 11351 E Go : github.com/ethereum/go-ethereum/p2p.(*Server).startListening.func1(0x8e834f00, 0x8ef92320) 04-22 20:42:32.727 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/p2p/server.go:437 +0x68 04-22 20:42:32.727 11258 11351 E Go : created by github.com/ethereum/go-ethereum/p2p.(*Server).startListening 04-22 20:42:32.727 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/p2p/server.go:439 +0x1b4 04-22 20:42:32.727 11258 11351 E Go : goroutine 68 [select]: 04-22 20:42:32.727 11258 11351 E Go : github.com/ethereum/go-ethereum/p2p.(*Server).run(0x8e834f00, 0x9f9bf5e8, 0x8ea33680) 04-22 20:42:32.727 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/p2p/server.go:501 +0x11b4 04-22 20:42:32.727 11258 11351 E Go : created by github.com/ethereum/go-ethereum/p2p.(*Server).Start 04-22 20:42:32.727 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/p2p/server.go:417 +0x640 04-22 20:42:32.727 11258 11351 E Go : goroutine 69 [select, 1 minutes]: 04-22 20:42:32.727 11258 11351 E Go : github.com/ethereum/go-ethereum/p2p/discv5.(*Network).SearchTopic(0x8ef8b100, 0x8ef92340, 0x14, 0x8eb52600, 0x8eb52640, 0x8ea548c0) 04-22 20:42:32.727 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/p2p/discv5/net.go:311 +0x1ac 04-22 20:42:32.727 11258 11351 E Go : created by github.com/ethereum/go-ethereum/les.newServerPool 04-22 20:42:32.727 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/les/serverpool.go:146 +0x768 04-22 20:42:32.727 11258 11351 E Go : goroutine 70 [select]: 04-22 20:42:32.727 11258 11351 E Go : github.com/ethereum/go-ethereum/les.(*serverPool).eventLoop(0x8ea44360) 04-22 20:42:32.727 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/les/serverpool.go:279 +0x64c 04-22 20:42:32.727 11258 11351 E Go : created by github.com/ethereum/go-ethereum/les.newServerPool 04-22 20:42:32.727 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/les/serverpool.go:149 +0x644 04-22 20:42:32.727 11258 11351 E Go : goroutine 71 [select]: 04-22 20:42:32.727 11258 11351 E Go : github.com/ethereum/go-ethereum/les.(*lightFetcher).syncLoop(0x8eb317c0) 04-22 20:42:32.727 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/les/fetcher.go:130 +0x8a4 04-22 20:42:32.727 11258 11351 E Go : created by github.com/ethereum/go-ethereum/les.newLightFetcher 04-22 20:42:32.727 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/les/fetcher.go:119 +0x2d0 04-22 20:42:32.727 11258 11351 E Go : goroutine 72 [select, 1 minutes]: 04-22 20:42:32.727 11258 11351 E Go : github.com/ethereum/go-ethereum/les.(*ProtocolManager).syncer(0x8ef8af00) 04-22 20:42:32.727 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/les/sync.go:44 +0xe8 04-22 20:42:32.727 11258 11351 E Go : created by github.com/ethereum/go-ethereum/les.(*ProtocolManager).Start 04-22 20:42:32.727 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/les/handler.go:272 +0xf8 04-22 20:42:32.727 11258 11351 E Go : goroutine 73 [select]: 04-22 20:42:32.727 11258 11351 E Go : github.com/ethereum/go-ethereum/ethstats.(*Service).loop(0x8ea5f480) 04-22 20:42:32.727 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/ethstats/ethstats.go:182 +0xc34 04-22 20:42:32.727 11258 11351 E Go : created by github.com/ethereum/go-ethereum/ethstats.(*Service).Start 04-22 20:42:32.727 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/ethstats/ethstats.go:106 +0x54 04-22 20:42:32.727 11258 11351 E Go : goroutine 74 [select, 1 minutes]: 04-22 20:42:32.727 11258 11351 E Go : github.com/ethereum/go-ethereum/eth/downloader.(*PublicDownloaderAPI).eventLoop(0x8e96f140) 04-22 20:42:32.727 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/eth/downloader/api.go:63 +0x450 04-22 20:42:32.727 11258 11351 E Go : created by github.com/ethereum/go-ethereum/eth/downloader.NewPublicDownloaderAPI 04-22 20:42:32.727 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/eth/downloader/api.go:49 +0x114 04-22 20:42:32.727 11258 11351 E Go : goroutine 75 [select]: 04-22 20:42:32.727 11258 11351 E Go : github.com/ethereum/go-ethereum/eth/filters.(*EventSystem).eventLoop(0x8ef924e0) 04-22 20:42:32.727 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/eth/filters/filter_system.go:407 +0x640 04-22 20:42:32.727 11258 11351 E Go : created by github.com/ethereum/go-ethereum/eth/filters.NewEventSystem 04-22 20:42:32.727 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/eth/filters/filter_system.go:100 +0x120 04-22 20:42:32.727 11258 11351 E Go : goroutine 76 [chan receive, 1 minutes]: 04-22 20:42:32.727 11258 11351 E Go : github.com/ethereum/go-ethereum/eth/filters.(*PublicFilterAPI).timeoutLoop(0x8eb24450) 04-22 20:42:32.727 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/eth/filters/api.go:85 +0x4c 04-22 20:42:32.727 11258 11351 E Go : created by github.com/ethereum/go-ethereum/eth/filters.NewPublicFilterAPI 04-22 20:42:32.727 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/eth/filters/api.go:75 +0x1bc 04-22 20:42:32.727 11258 11351 E Go : goroutine 77 [semacquire, 1 minutes]: 04-22 20:42:32.727 11258 11351 E Go : sync.runtime_notifyListWait(0x8e7e8eac, 0x0) 04-22 20:42:32.727 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/runtime/sema.go:298 +0x150 04-22 20:42:32.727 11258 11351 E Go : sync.(*Cond).Wait(0x8e7e8ea4) 04-22 20:42:32.727 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/sync/cond.go:57 +0x78 04-22 20:42:32.727 11258 11351 E Go : io.(*pipe).read(0x8e7e8e80, 0x8e888001, 0x5ff, 0x5ff, 0x0, 0x0, 0x0) 04-22 20:42:32.727 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/io/pipe.go:47 +0xdc 04-22 20:42:32.727 11258 11351 E Go : io.(*PipeReader).Read(0x8ea2d390, 0x8e888001, 0x5ff, 0x5ff, 0x0, 0x0, 0x0) 04-22 20:42:32.727 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/io/pipe.go:130 +0x38 04-22 20:42:32.727 11258 11351 E Go : encoding/json.(*Decoder).refill(0x8ef6ac30, 0x9f58f30a, 0x9) 04-22 20:42:32.727 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/encoding/json/stream.go:152 +0xdc 04-22 20:42:32.727 11258 11351 E Go : encoding/json.(*Decoder).readValue(0x8ef6ac30, 0x0, 0x0, 0x9eead310) 04-22 20:42:32.727 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/encoding/json/stream.go:128 +0x258 04-22 20:42:32.727 11258 11351 E Go : encoding/json.(*Decoder).Decode(0x8ef6ac30, 0x9f59f968, 0x8eae8ba0, 0x7e59e000, 0x0) 04-22 20:42:32.727 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/encoding/json/stream.go:57 +0x60 04-22 20:42:32.727 11258 11351 E Go : github.com/ethereum/go-ethereum/rpc.(*jsonCodec).ReadRequestHeaders(0x8eb252c0, 0x0, 0x0, 0x0, 0x8ea35100, 0x0, 0x0) 04-22 20:42:32.727 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/json.go:126 +0xcc 04-22 20:42:32.727 11258 11351 E Go : github.com/ethereum/go-ethereum/rpc.(*Server).readRequest(0x8ef925a0, 0x9f9c15e8, 0x8eb252c0, 0x8ef925a0, 0x8ea2d5a0, 0x9f9c15e8, 0x8eb252c0, 0x8ea2d5b8, 0x1) 04-22 20:42:32.727 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/server.go:396 +0x34 04-22 20:42:32.727 11258 11351 E Go : github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest(0x8ef925a0, 0x9f9c15e8, 0x8eb252c0, 0x0, 0x3, 0x0, 0x0) 04-22 20:42:32.727 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/server.go:180 +0x1d0 04-22 20:42:32.727 11258 11351 E Go : github.com/ethereum/go-ethereum/rpc.(*Server).ServeCodec(0x8ef925a0, 0x9f9c15e8, 0x8eb252c0, 0x3) 04-22 20:42:32.727 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/server.go:236 +0x68 04-22 20:42:32.727 11258 11351 E Go : created by github.com/ethereum/go-ethereum/rpc.DialInProc.func1 04-22 20:42:32.727 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/inproc.go:29 +0x2d8 04-22 20:42:32.727 11258 11351 E Go : goroutine 78 [select]: 04-22 20:42:32.727 11258 11351 E Go : github.com/ethereum/go-ethereum/rpc.(*Client).dispatch(0x8e9e4680, 0x9f9c1310, 0x8ea2d3b8) 04-22 20:42:32.727 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/client.go:489 +0xb9c 04-22 20:42:32.727 11258 11351 E Go : created by github.com/ethereum/go-ethereum/rpc.newClient 04-22 20:42:32.727 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/client.go:202 +0x3c4 04-22 20:42:32.727 11258 11351 E Go : goroutine 79 [semacquire]: 04-22 20:42:32.727 11258 11351 E Go : sync.runtime_notifyListWait(0x8e7e8f2c, 0x1b66) 04-22 20:42:32.727 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/runtime/sema.go:298 +0x150 04-22 20:42:32.727 11258 11351 E Go : sync.(*Cond).Wait(0x8e7e8f24) 04-22 20:42:32.727 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/sync/cond.go:57 +0x78 04-22 20:42:32.727 11258 11351 E Go : io.(*pipe).read(0x8e7e8f00, 0x8ea03001, 0xdff, 0xdff, 0x0, 0x0, 0x0) 04-22 20:42:32.727 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/io/pipe.go:47 +0xdc 04-22 20:42:32.727 11258 11351 E Go : io.(*PipeReader).Read(0x8ea2d3a0, 0x8ea03001, 0xdff, 0xdff, 0x0, 0x0, 0x0) 04-22 20:42:32.727 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/io/pipe.go:130 +0x38 04-22 20:42:32.727 11258 11351 E Go : encoding/json.(*Decoder).refill(0x8ef6aff0, 0xa, 0x9) 04-22 20:42:32.727 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/encoding/json/stream.go:152 +0xdc 04-22 20:42:32.727 11258 11351 E Go : encoding/json.(*Decoder).readValue(0x8ef6aff0, 0x0, 0x0, 0x9eeb7d3c) 04-22 20:42:32.727 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/encoding/json/stream.go:128 +0x258 04-22 20:42:32.727 11258 11351 E Go : encoding/json.(*Decoder).Decode(0x8ef6aff0, 0x9f59f968, 0x8eae8620, 0x9ea62ce0, 0x979cd3c0) 04-22 20:42:32.737 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/encoding/json/stream.go:57 +0x60 04-22 20:42:32.737 11258 11351 E Go : github.com/ethereum/go-ethereum/rpc.(*Client).read.func1(0x9f550458, 0x8e9e45c0, 0x8ea66fc8, 0x0, 0x0) 04-22 20:42:32.737 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/client.go:630 +0x70 04-22 20:42:32.737 11258 11351 E Go : github.com/ethereum/go-ethereum/rpc.(*Client).read(0x8e9e4680, 0x9f9c1310, 0x8ea2d3b8, 0x0, 0x0) 04-22 20:42:32.737 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/client.go:643 +0x11c 04-22 20:42:32.737 11258 11351 E Go : created by github.com/ethereum/go-ethereum/rpc.(*Client).dispatch 04-22 20:42:32.737 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/client.go:465 +0x44 04-22 20:42:32.737 11258 11351 E Go : goroutine 199 [semacquire, 1 minutes]: 04-22 20:42:32.737 11258 11351 E Go : sync.runtime_notifyListWait(0x8ebc492c, 0x1) 04-22 20:42:32.737 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/runtime/sema.go:298 +0x150 04-22 20:42:32.737 11258 11351 E Go : sync.(*Cond).Wait(0x8ebc4924) 04-22 20:42:32.737 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/sync/cond.go:57 +0x78 04-22 20:42:32.737 11258 11351 E Go : io.(*pipe).read(0x8ebc4900, 0x8f3b0001, 0x5ff, 0x5ff, 0x0, 0x0, 0x0) 04-22 20:42:32.737 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/io/pipe.go:47 +0xdc 04-22 20:42:32.737 11258 11351 E Go : io.(*PipeReader).Read(0x8ea2c7b0, 0x8f3b0001, 0x5ff, 0x5ff, 0x0, 0x0, 0x0) 04-22 20:42:32.737 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/io/pipe.go:130 +0x38 04-22 20:42:32.737 11258 11351 E Go : encoding/json.(*Decoder).refill(0x8e9f0870, 0x9f58f30a, 0x9) 04-22 20:42:32.737 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/encoding/json/stream.go:152 +0xdc 04-22 20:42:32.737 11258 11351 E Go : encoding/json.(*Decoder).readValue(0x8e9f0870, 0x0, 0x0, 0x9eead310) 04-22 20:42:32.737 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/encoding/json/stream.go:128 +0x258 04-22 20:42:32.737 11258 11351 E Go : encoding/json.(*Decoder).Decode(0x8e9f0870, 0x9f59f968, 0x8ebd0d40, 0x7e59e4b0, 0x0) 04-22 20:42:32.737 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/encoding/json/stream.go:57 +0x60 04-22 20:42:32.737 11258 11351 E Go : github.com/ethereum/go-ethereum/rpc.(*jsonCodec).ReadRequestHeaders(0x8ebb5aa0, 0x0, 0x0, 0x0, 0x8e9c2200, 0x0, 0x0) 04-22 20:42:32.737 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/json.go:126 +0xcc 04-22 20:42:32.737 11258 11351 E Go : github.com/ethereum/go-ethereum/rpc.(*Server).readRequest(0x8ef925a0, 0x9f9c15e8, 0x8ebb5aa0, 0x8ef925a0, 0x8ea2c8d0, 0x9f9c15e8, 0x8ebb5aa0, 0x8eaee358, 0x1) 04-22 20:42:32.737 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/server.go:396 +0x34 04-22 20:42:32.737 11258 11351 E Go : github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest(0x8ef925a0, 0x9f9c15e8, 0x8ebb5aa0, 0x9eabc800, 0x3, 0x0, 0x0) 04-22 20:42:32.737 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/server.go:180 +0x1d0 04-22 20:42:32.737 11258 11351 E Go : github.com/ethereum/go-ethereum/rpc.(*Server).ServeCodec(0x8ef925a0, 0x9f9c15e8, 0x8ebb5aa0, 0x3) 04-22 20:42:32.747 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/server.go:236 +0x68 04-22 20:42:32.747 11258 11351 E Go : created by github.com/ethereum/go-ethereum/rpc.DialInProc.func1 04-22 20:42:32.747 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/inproc.go:29 +0x2d8 04-22 20:42:32.747 11258 11351 E Go : goroutine 3598 [semacquire, 1 minutes]: 04-22 20:42:32.747 11258 11351 E Go : sync.runtime_notifyListWait(0x8ebf42ac, 0x1) 04-22 20:42:32.747 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/runtime/sema.go:298 +0x150 04-22 20:42:32.747 11258 11351 E Go : sync.(*Cond).Wait(0x8ebf42a4) 04-22 20:42:32.747 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/sync/cond.go:57 +0x78 04-22 20:42:32.747 11258 11351 E Go : io.(*pipe).read(0x8ebf4280, 0x8ecb6001, 0x5ff, 0x5ff, 0x0, 0x0, 0x0) 04-22 20:42:32.747 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/io/pipe.go:47 +0xdc 04-22 20:42:32.747 11258 11351 E Go : io.(*PipeReader).Read(0x8f954960, 0x8ecb6001, 0x5ff, 0x5ff, 0x0, 0x0, 0x0) 04-22 20:42:32.747 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/io/pipe.go:130 +0x38 04-22 20:42:32.747 11258 11351 E Go : encoding/json.(*Decoder).refill(0x9101e000, 0x9f58f30a, 0x9) 04-22 20:42:32.747 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/encoding/json/stream.go:152 +0xdc 04-22 20:42:32.747 11258 11351 E Go : encoding/json.(*Decoder).readValue(0x9101e000, 0x0, 0x0, 0x9eead310) 04-22 20:42:32.747 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/encoding/json/stream.go:128 +0x258 04-22 20:42:32.747 11258 11351 E Go : encoding/json.(*Decoder).Decode(0x9101e000, 0x9f59f968, 0x91369a90, 0x7e59e4b0, 0x0) 04-22 20:42:32.747 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/encoding/json/stream.go:57 +0x60 04-22 20:42:32.747 11258 11351 E Go : github.com/ethereum/go-ethereum/rpc.(*jsonCodec).ReadRequestHeaders(0x90b6bda0, 0x0, 0x0, 0x0, 0x8e9c2200, 0x0, 0x0) 04-22 20:42:32.747 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/json.go:126 +0xcc 04-22 20:42:32.747 11258 11351 E Go : github.com/ethereum/go-ethereum/rpc.(*Server).readRequest(0x8ef925a0, 0x9f9c15e8, 0x90b6bda0, 0x8ef925a0, 0x90b7a480, 0x9f9c15e8, 0x90b6bda0, 0x8f9549e0, 0x1) 04-22 20:42:32.747 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/server.go:396 +0x34 04-22 20:42:32.747 11258 11351 E Go : github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest(0x8ef925a0, 0x9f9c15e8, 0x90b6bda0, 0x9eabc800, 0x3, 0x0, 0x0) 04-22 20:42:32.747 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/server.go:180 +0x1d0 04-22 20:42:32.747 11258 11351 E Go : github.com/ethereum/go-ethereum/rpc.(*Server).ServeCodec(0x8ef925a0, 0x9f9c15e8, 0x90b6bda0, 0x3) 04-22 20:42:32.747 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/server.go:236 +0x68 04-22 20:42:32.747 11258 11351 E Go : created by github.com/ethereum/go-ethereum/rpc.DialInProc.func1 04-22 20:42:32.747 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/inproc.go:29 +0x2d8 04-22 20:42:32.747 11258 11351 E Go : goroutine 412 [select, 1 minutes]: 04-22 20:42:32.747 11258 11351 E Go : github.com/ethereum/go-ethereum/rpc.(*Client).dispatch(0x8fb5a580, 0x9f9c1310, 0x8eaee7a8) 04-22 20:42:32.747 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/client.go:489 +0xb9c 04-22 20:42:32.747 11258 11351 E Go : created by github.com/ethereum/go-ethereum/rpc.newClient 04-22 20:42:32.747 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/client.go:202 +0x3c4 04-22 20:42:32.747 11258 11351 E Go : goroutine 456 [semacquire, 1 minutes]: 04-22 20:42:32.747 11258 11351 E Go : sync.runtime_notifyListWait(0x8ebf40ac, 0x1) 04-22 20:42:32.747 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/runtime/sema.go:298 +0x150 04-22 20:42:32.747 11258 11351 E Go : sync.(*Cond).Wait(0x8ebf40a4) 04-22 20:42:32.747 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/sync/cond.go:57 +0x78 04-22 20:42:32.747 11258 11351 E Go : io.(*pipe).read(0x8ebf4080, 0x8ec4d201, 0x5ff, 0x5ff, 0x0, 0x0, 0x0) 04-22 20:42:32.747 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/io/pipe.go:47 +0xdc 04-22 20:42:32.747 11258 11351 E Go : io.(*PipeReader).Read(0x8eb50e48, 0x8ec4d201, 0x5ff, 0x5ff, 0x0, 0x0, 0x0) 04-22 20:42:32.747 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/io/pipe.go:130 +0x38 04-22 20:42:32.747 11258 11351 E Go : encoding/json.(*Decoder).refill(0x8e9f14a0, 0xa, 0x9) 04-22 20:42:32.747 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/encoding/json/stream.go:152 +0xdc 04-22 20:42:32.747 11258 11351 E Go : encoding/json.(*Decoder).readValue(0x8e9f14a0, 0x0, 0x0, 0x9eeb7d3c) 04-22 20:42:32.747 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/encoding/json/stream.go:128 +0x258 04-22 20:42:32.747 11258 11351 E Go : encoding/json.(*Decoder).Decode(0x8e9f14a0, 0x9f59f968, 0x8ea202f0, 0x9ea62ce0, 0x8eb50ed8) 04-22 20:42:32.747 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/encoding/json/stream.go:57 +0x60 04-22 20:42:32.747 11258 11351 E Go : github.com/ethereum/go-ethereum/rpc.(*Client).read.func1(0x9f550458, 0x8fbabfc0, 0x8ec84fc8, 0x0, 0x0) 04-22 20:42:32.747 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/client.go:630 +0x70 04-22 20:42:32.747 11258 11351 E Go : github.com/ethereum/go-ethereum/rpc.(*Client).read(0x8fbec080, 0x9f9c1310, 0x8eb50e60, 0x1, 0x9ea5f7e0) 04-22 20:42:32.747 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/client.go:643 +0x11c 04-22 20:42:32.747 11258 11351 E Go : created by github.com/ethereum/go-ethereum/rpc.(*Client).dispatch 04-22 20:42:32.747 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/client.go:465 +0x44 04-22 20:42:32.747 11258 11351 E Go : goroutine 83 [select]: 04-22 20:42:32.747 11258 11351 E Go : github.com/ethereum/go-ethereum/eth/filters.(*PublicFilterAPI).NewHeads.func1(0x8eb24450, 0x8eb25770, 0x8eae8bf0) 04-22 20:42:32.747 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/eth/filters/api.go:218 +0x180 04-22 20:42:32.747 11258 11351 E Go : created by github.com/ethereum/go-ethereum/eth/filters.(*PublicFilterAPI).NewHeads 04-22 20:42:32.747 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/eth/filters/api.go:229 +0x74 04-22 20:42:32.747 11258 11351 E Go : goroutine 84 [select]: 04-22 20:42:32.747 11258 11351 E Go : reflect.rselect(0x9df25da0, 0x2, 0x2, 0x8e9e4bc0, 0x2) 04-22 20:42:32.747 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/runtime/select.go:711 +0x1ac 04-22 20:42:32.747 11258 11351 E Go : reflect.Select(0x8eeb5f7c, 0x2, 0x3, 0x2, 0x0, 0x0, 0x0, 0x0) 04-22 20:42:32.747 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/reflect/value.go:2022 +0x728 04-22 20:42:32.747 11258 11351 E Go : github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).forward(0x8e877d60, 0x0, 0x0, 0x8e9e4600) 04-22 20:42:32.747 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/client.go:743 +0x190 04-22 20:42:32.747 11258 11351 E Go : github.com/ethereum/go-ethereum/rpc.(*ClientSubscription).start(0x8e877d60) 04-22 20:42:32.747 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/client.go:727 +0x1c 04-22 20:42:32.747 11258 11351 E Go : created by github.com/ethereum/go-ethereum/rpc.(*Client).handleResponse 04-22 20:42:32.747 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/client.go:616 +0x1e8 04-22 20:42:32.747 11258 11351 E Go : goroutine 950 [semacquire, 1 minutes]: 04-22 20:42:32.747 11258 11351 E Go : sync.runtime_notifyListWait(0x8ef8b42c, 0x1) 04-22 20:42:32.747 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/runtime/sema.go:298 +0x150 04-22 20:42:32.747 11258 11351 E Go : sync.(*Cond).Wait(0x8ef8b424) 04-22 20:42:32.747 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/sync/cond.go:57 +0x78 04-22 20:42:32.747 11258 11351 E Go : io.(*pipe).read(0x8ef8b400, 0x8fcdb801, 0x5ff, 0x5ff, 0x0, 0x0, 0x0) 04-22 20:42:32.747 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/io/pipe.go:47 +0xdc 04-22 20:42:32.747 11258 11351 E Go : io.(*PipeReader).Read(0x8ec327c8, 0x8fcdb801, 0x5ff, 0x5ff, 0x0, 0x0, 0x0) 04-22 20:42:32.747 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/io/pipe.go:130 +0x38 04-22 20:42:32.747 11258 11351 E Go : encoding/json.(*Decoder).refill(0x8e9db590, 0xa, 0x9) 04-22 20:42:32.747 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/encoding/json/stream.go:152 +0xdc 04-22 20:42:32.747 11258 11351 E Go : encoding/json.(*Decoder).readValue(0x8e9db590, 0x0, 0x0, 0x9eeb7d3c) 04-22 20:42:32.747 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/encoding/json/stream.go:128 +0x258 04-22 20:42:32.747 11258 11351 E Go : encoding/json.(*Decoder).Decode(0x8e9db590, 0x9f59f968, 0x8ec384f0, 0x9ea62ce0, 0x8ec06500) 04-22 20:42:32.747 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/encoding/json/stream.go:57 +0x60 04-22 20:42:32.747 11258 11351 E Go : github.com/ethereum/go-ethereum/rpc.(*Client).read.func1(0x9f550458, 0x8ee67500, 0x8ed9ffc8, 0x0, 0x0) 04-22 20:42:32.747 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/client.go:630 +0x70 04-22 20:42:32.747 11258 11351 E Go : github.com/ethereum/go-ethereum/rpc.(*Client).read(0x8ee675c0, 0x9f9c1310, 0x8ec327e0, 0x9ea6b48c, 0x9fa7a828) 04-22 20:42:32.747 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/client.go:643 +0x11c 04-22 20:42:32.747 11258 11351 E Go : created by github.com/ethereum/go-ethereum/rpc.(*Client).dispatch 04-22 20:42:32.747 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/client.go:465 +0x44 04-22 20:42:32.747 11258 11351 E Go : goroutine 193 [semacquire, 1 minutes]: 04-22 20:42:32.747 11258 11351 E Go : sync.runtime_notifyListWait(0x8e84042c, 0x1) 04-22 20:42:32.747 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/runtime/sema.go:298 +0x150 04-22 20:42:32.747 11258 11351 E Go : sync.(*Cond).Wait(0x8e840424) 04-22 20:42:32.747 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/sync/cond.go:57 +0x78 04-22 20:42:32.747 11258 11351 E Go : io.(*pipe).read(0x8e840400, 0x8e895801, 0x5ff, 0x5ff, 0x0, 0x0, 0x0) 04-22 20:42:32.747 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/io/pipe.go:47 +0xdc 04-22 20:42:32.747 11258 11351 E Go : io.(*PipeReader).Read(0x8ea40368, 0x8e895801, 0x5ff, 0x5ff, 0x0, 0x0, 0x0) 04-22 20:42:32.747 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/io/pipe.go:130 +0x38 04-22 20:42:32.747 11258 11351 E Go : encoding/json.(*Decoder).refill(0x8e9dad20, 0x9f58f30a, 0x9) 04-22 20:42:32.747 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/encoding/json/stream.go:152 +0xdc 04-22 20:42:32.747 11258 11351 E Go : encoding/json.(*Decoder).readValue(0x8e9dad20, 0x0, 0x0, 0x9eead310) 04-22 20:42:32.747 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/encoding/json/stream.go:128 +0x258 04-22 20:42:32.747 11258 11351 E Go : encoding/json.(*Decoder).Decode(0x8e9dad20, 0x9f59f968, 0x8ea610e0, 0x7e59e708, 0x0) 04-22 20:42:32.747 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/encoding/json/stream.go:57 +0x60 04-22 20:42:32.747 11258 11351 E Go : github.com/ethereum/go-ethereum/rpc.(*jsonCodec).ReadRequestHeaders(0x8e831740, 0x0, 0x0, 0x0, 0x8e9c2200, 0x0, 0x0) 04-22 20:42:32.747 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/json.go:126 +0xcc 04-22 20:42:32.747 11258 11351 E Go : github.com/ethereum/go-ethereum/rpc.(*Server).readRequest(0x8ef925a0, 0x9f9c15e8, 0x8e831740, 0x8ef925a0, 0x8ea2c740, 0x9f9c15e8, 0x8e831740, 0x8ea40400, 0x1) 04-22 20:42:32.747 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/server.go:396 +0x34 04-22 20:42:32.747 11258 11351 E Go : github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest(0x8ef925a0, 0x9f9c15e8, 0x8e831740, 0x8ea5ff00, 0x3, 0x0, 0x0) 04-22 20:42:32.747 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/server.go:180 +0x1d0 04-22 20:42:32.747 11258 11351 E Go : github.com/ethereum/go-ethereum/rpc.(*Server).ServeCodec(0x8ef925a0, 0x9f9c15e8, 0x8e831740, 0x3) 04-22 20:42:32.747 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/server.go:236 +0x68 04-22 20:42:32.747 11258 11351 E Go : created by github.com/ethereum/go-ethereum/rpc.DialInProc.func1 04-22 20:42:32.747 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/inproc.go:29 +0x2d8 04-22 20:42:32.747 11258 11351 E Go : goroutine 87 [select]: 04-22 20:42:32.747 11258 11351 E Go : github.com/ethereum/go-ethereum/mobile.(*EthereumClient).SubscribeNewHead.func1(0x8e9e4980, 0x9f9bbc90, 0x8eae86bc, 0x9f9bc370, 0x8e877d60) 04-22 20:42:32.747 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/mobile/ethclient.go:129 +0x178 04-22 20:42:32.747 11258 11351 E Go : created by github.com/ethereum/go-ethereum/mobile.(*EthereumClient).SubscribeNewHead 04-22 20:42:32.747 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/mobile/ethclient.go:138 +0xb8 04-22 20:42:32.747 11258 11351 E Go : goroutine 940 [select, 1 minutes]: 04-22 20:42:32.747 11258 11351 E Go : github.com/ethereum/go-ethereum/rpc.(*Client).dispatch(0x8ee675c0, 0x9f9c1310, 0x8ec327e0) 04-22 20:42:32.747 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/client.go:489 +0xb9c 04-22 20:42:32.747 11258 11351 E Go : created by github.com/ethereum/go-ethereum/rpc.newClient 04-22 20:42:32.747 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/client.go:202 +0x3c4 04-22 20:42:32.747 11258 11351 E Go : goroutine 89 [semacquire, 1 minutes]: 04-22 20:42:32.747 11258 11351 E Go : sync.runtime_notifyListWait(0x8e7e92ac, 0x1) 04-22 20:42:32.747 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/runtime/sema.go:298 +0x150 04-22 20:42:32.747 11258 11351 E Go : sync.(*Cond).Wait(0x8e7e92a4) 04-22 20:42:32.747 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/sync/cond.go:57 +0x78 04-22 20:42:32.747 11258 11351 E Go : io.(*pipe).read(0x8e7e9280, 0x8e894c01, 0x5ff, 0x5ff, 0x0, 0x0, 0x0) 04-22 20:42:32.747 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/io/pipe.go:47 +0xdc 04-22 20:42:32.747 11258 11351 E Go : io.(*PipeReader).Read(0x8ea2d718, 0x8e894c01, 0x5ff, 0x5ff, 0x0, 0x0, 0x0) 04-22 20:42:32.747 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/io/pipe.go:130 +0x38 04-22 20:42:32.747 11258 11351 E Go : encoding/json.(*Decoder).refill(0x8ef6bb30, 0x9f58f30a, 0x9) 04-22 20:42:32.747 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/encoding/json/stream.go:152 +0xdc 04-22 20:42:32.747 11258 11351 E Go : encoding/json.(*Decoder).readValue(0x8ef6bb30, 0x0, 0x0, 0x9eead310) 04-22 20:42:32.747 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/encoding/json/stream.go:128 +0x258 04-22 20:42:32.747 11258 11351 E Go : encoding/json.(*Decoder).Decode(0x8ef6bb30, 0x9f59f968, 0x8eae8f50, 0x7e59e000, 0x0) 04-22 20:42:32.747 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/encoding/json/stream.go:57 +0x60 04-22 20:42:32.747 11258 11351 E Go : github.com/ethereum/go-ethereum/rpc.(*jsonCodec).ReadRequestHeaders(0x8eb25c50, 0x0, 0x0, 0x0, 0x8e9c2200, 0x0, 0x0) 04-22 20:42:32.747 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/json.go:126 +0xcc 04-22 20:42:32.747 11258 11351 E Go : github.com/ethereum/go-ethereum/rpc.(*Server).readRequest(0x8ef925a0, 0x9f9c15e8, 0x8eb25c50, 0x8ef925a0, 0x8e7ec370, 0x9f9c15e8, 0x8eb25c50, 0x8ea2d798, 0x1) 04-22 20:42:32.747 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/server.go:396 +0x34 04-22 20:42:32.747 11258 11351 E Go : github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest(0x8ef925a0, 0x9f9c15e8, 0x8eb25c50, 0x0, 0x3, 0x0, 0x0) 04-22 20:42:32.747 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/server.go:180 +0x1d0 04-22 20:42:32.747 11258 11351 E Go : github.com/ethereum/go-ethereum/rpc.(*Server).ServeCodec(0x8ef925a0, 0x9f9c15e8, 0x8eb25c50, 0x3) 04-22 20:42:32.747 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/server.go:236 +0x68 04-22 20:42:32.747 11258 11351 E Go : created by github.com/ethereum/go-ethereum/rpc.DialInProc.func1 04-22 20:42:32.747 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/inproc.go:29 +0x2d8 04-22 20:42:32.747 11258 11351 E Go : goroutine 90 [select, 1 minutes]: 04-22 20:42:32.747 11258 11351 E Go : github.com/ethereum/go-ethereum/rpc.(*Client).dispatch(0x8e9e5a80, 0x9f9c1310, 0x8ea2d740) 04-22 20:42:32.747 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/client.go:489 +0xb9c 04-22 20:42:32.747 11258 11351 E Go : created by github.com/ethereum/go-ethereum/rpc.newClient 04-22 20:42:32.747 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/client.go:202 +0x3c4 04-22 20:42:32.747 11258 11351 E Go : goroutine 91 [semacquire, 1 minutes]: 04-22 20:42:32.747 11258 11351 E Go : sync.runtime_notifyListWait(0x8e7e932c, 0x1) 04-22 20:42:32.747 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/runtime/sema.go:298 +0x150 04-22 20:42:32.747 11258 11351 E Go : sync.(*Cond).Wait(0x8e7e9324) 04-22 20:42:32.747 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/sync/cond.go:57 +0x78 04-22 20:42:32.747 11258 11351 E Go : io.(*pipe).read(0x8e7e9300, 0x8e895201, 0x5ff, 0x5ff, 0x0, 0x0, 0x0) 04-22 20:42:32.747 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/io/pipe.go:47 +0xdc 04-22 20:42:32.747 11258 11351 E Go : io.(*PipeReader).Read(0x8ea2d728, 0x8e895201, 0x5ff, 0x5ff, 0x0, 0x0, 0x0) 04-22 20:42:32.747 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/io/pipe.go:130 +0x38 04-22 20:42:32.747 11258 11351 E Go : encoding/json.(*Decoder).refill(0x8ef6bef0, 0x9f63980a, 0x9) 04-22 20:42:32.747 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/encoding/json/stream.go:152 +0xdc 04-22 20:42:32.747 11258 11351 E Go : encoding/json.(*Decoder).readValue(0x8ef6bef0, 0x0, 0x0, 0x9eeb7d3c) 04-22 20:42:32.747 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/encoding/json/stream.go:128 +0x258 04-22 20:42:32.747 11258 11351 E Go : encoding/json.(*Decoder).Decode(0x8ef6bef0, 0x9f59f968, 0x8eae8e20, 0x9ea62ce0, 0x8ea2d7c0) 04-22 20:42:32.747 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/encoding/json/stream.go:57 +0x60 04-22 20:42:32.747 11258 11351 E Go : github.com/ethereum/go-ethereum/rpc.(*Client).read.func1(0x9f550458, 0x8e9e5980, 0x8eb19fc8, 0x0, 0x0) 04-22 20:42:32.747 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/client.go:630 +0x70 04-22 20:42:32.747 11258 11351 E Go : github.com/ethereum/go-ethereum/rpc.(*Client).read(0x8e9e5a80, 0x9f9c1310, 0x8ea2d740, 0x0, 0x0) 04-22 20:42:32.747 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/client.go:643 +0x11c 04-22 20:42:32.747 11258 11351 E Go : created by github.com/ethereum/go-ethereum/rpc.(*Client).dispatch 04-22 20:42:32.747 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/client.go:465 +0x44 04-22 20:42:32.747 11258 11351 E Go : goroutine 94 [select, 1 minutes]: 04-22 20:42:32.747 11258 11351 E Go : github.com/ethereum/go-ethereum/p2p/discv5.(*nodeDB).expirer(0x8e860c60) 04-22 20:42:32.747 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/p2p/discv5/database.go:244 +0x174 04-22 20:42:32.747 11258 11351 E Go : created by github.com/ethereum/go-ethereum/p2p/discv5.(*nodeDB).ensureExpirer.func1 04-22 20:42:32.747 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/p2p/discv5/database.go:236 +0x30 04-22 20:42:32.747 11258 11351 E Go : goroutine 962 [select, 1 minutes]: 04-22 20:42:32.747 11258 11351 E Go : github.com/ethereum/go-ethereum/rpc.(*Client).dispatch(0x8edc7780, 0x9f9c1310, 0x8ec067b0) 04-22 20:42:32.747 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/client.go:489 +0xb9c 04-22 20:42:32.747 11258 11351 E Go : created by github.com/ethereum/go-ethereum/rpc.newClient 04-22 20:42:32.757 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/client.go:202 +0x3c4 04-22 20:42:32.757 11258 11351 E Go : goroutine 613 [select, 1 minutes]: 04-22 20:42:32.757 11258 11351 E Go : github.com/ethereum/go-ethereum/rpc.(*Client).dispatch(0x8fc3e080, 0x9f9c1310, 0x8ea416c8) 04-22 20:42:32.757 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/client.go:489 +0xb9c 04-22 20:42:32.757 11258 11351 E Go : created by github.com/ethereum/go-ethereum/rpc.newClient 04-22 20:42:32.757 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/client.go:202 +0x3c4 04-22 20:42:32.757 11258 11351 E Go : goroutine 1170 [select, 1 minutes]: 04-22 20:42:32.757 11258 11351 E Go : github.com/ethereum/go-ethereum/rpc.(*Client).dispatch(0x8fce0a40, 0x9f9c1310, 0x8eaee218) 04-22 20:42:32.757 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/client.go:489 +0xb9c 04-22 20:42:32.757 11258 11351 E Go : created by github.com/ethereum/go-ethereum/rpc.newClient 04-22 20:42:32.757 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/client.go:202 +0x3c4 04-22 20:42:32.757 11258 11351 E Go : goroutine 1517 [semacquire, 1 minutes]: 04-22 20:42:32.757 11258 11351 E Go : sync.runtime_notifyListWait(0x8fcb2fac, 0x1) 04-22 20:42:32.757 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/runtime/sema.go:298 +0x150 04-22 20:42:32.757 11258 11351 E Go : sync.(*Cond).Wait(0x8fcb2fa4) 04-22 20:42:32.757 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/sync/cond.go:57 +0x78 04-22 20:42:32.757 11258 11351 E Go : io.(*pipe).read(0x8fcb2f80, 0x901e1201, 0x5ff, 0x5ff, 0x0, 0x0, 0x0) 04-22 20:42:32.757 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/io/pipe.go:47 +0xdc 04-22 20:42:32.757 11258 11351 E Go : io.(*PipeReader).Read(0x8ec335b8, 0x901e1201, 0x5ff, 0x5ff, 0x0, 0x0, 0x0) 04-22 20:42:32.757 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/io/pipe.go:130 +0x38 04-22 20:42:32.757 11258 11351 E Go : encoding/json.(*Decoder).refill(0x8ecb4780, 0x9f58f30a, 0x9) 04-22 20:42:32.757 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/encoding/json/stream.go:152 +0xdc 04-22 20:42:32.757 11258 11351 E Go : encoding/json.(*Decoder).readValue(0x8ecb4780, 0x0, 0x0, 0x9eead310) 04-22 20:42:32.757 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/encoding/json/stream.go:128 +0x258 04-22 20:42:32.757 11258 11351 E Go : encoding/json.(*Decoder).Decode(0x8ecb4780, 0x9f59f968, 0x8fe27a20, 0x37, 0x40) 04-22 20:42:32.757 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/encoding/json/stream.go:57 +0x60 04-22 20:42:32.757 11258 11351 E Go : github.com/ethereum/go-ethereum/rpc.(*jsonCodec).ReadRequestHeaders(0x8fc1f5c0, 0x0, 0x0, 0x0, 0x9f58f300, 0x0, 0x0) 04-22 20:42:32.757 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/json.go:126 +0xcc 04-22 20:42:32.757 11258 11351 E Go : github.com/ethereum/go-ethereum/rpc.(*Server).readRequest(0x8ef925a0, 0x9f9c15e8, 0x8fc1f5c0, 0x8ef925a0, 0x8fde02e8, 0x9f9c15e8, 0x8fc1f5c0, 0x8ec33650, 0x1) 04-22 20:42:32.757 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/server.go:396 +0x34 04-22 20:42:32.757 11258 11351 E Go : github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest(0x8ef925a0, 0x9f9c15e8, 0x8fc1f5c0, 0x0, 0x3, 0x0, 0x0) 04-22 20:42:32.757 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/server.go:180 +0x1d0 04-22 20:42:32.757 11258 11351 E Go : github.com/ethereum/go-ethereum/rpc.(*Server).ServeCodec(0x8ef925a0, 0x9f9c15e8, 0x8fc1f5c0, 0x3) 04-22 20:42:32.757 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/server.go:236 +0x68 04-22 20:42:32.757 11258 11351 E Go : created by github.com/ethereum/go-ethereum/rpc.DialInProc.func1 04-22 20:42:32.757 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/inproc.go:29 +0x2d8 04-22 20:42:32.757 11258 11351 E Go : goroutine 58 [IO wait]: 04-22 20:42:32.757 11258 11351 E Go : net.runtime_pollWait(0x7d294838, 0x72, 0x8e865800) 04-22 20:42:32.757 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/runtime/netpoll.go:164 +0x44 04-22 20:42:32.757 11258 11351 E Go : net.(*pollDesc).wait(0x8e97c3bc, 0x72, 0x9f9bb648, 0x9f9b8b9c) 04-22 20:42:32.757 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/net/fd_poll_runtime.go:75 +0x28 04-22 20:42:32.757 11258 11351 E Go : net.(*pollDesc).waitRead(0x8e97c3bc, 0x8e865800, 0x400) 04-22 20:42:32.757 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/net/fd_poll_runtime.go:80 +0x24 04-22 20:42:32.757 11258 11351 E Go : net.(*netFD).Read(0x8e97c380, 0x8e865800, 0x400, 0x400, 0x0, 0x9f9bb648, 0x9f9b8b9c) 04-22 20:42:32.757 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/net/fd_unix.go:250 +0x150 04-22 20:42:32.757 11258 11351 E Go : net.(*conn).Read(0x8ea2d7e8, 0x8e865800, 0x400, 0x400, 0x0, 0x0, 0x0) 04-22 20:42:32.757 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/net/net.go:181 +0x58 04-22 20:42:32.757 11258 11351 E Go : crypto/tls.(*block).readFromUntil(0x8eadaa40, 0x7e23da68, 0x8ea2d7e8, 0x5, 0x8ea2d7e8, 0x9f54a100) 04-22 20:42:32.757 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/crypto/tls/conn.go:488 +0x78 04-22 20:42:32.757 11258 11351 E Go : crypto/tls.(*Conn).readRecord(0x8f3b4c00, 0x9f639817, 0x8f3b4ca0, 0x0) 04-22 20:42:32.757 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/crypto/tls/conn.go:590 +0x8c 04-22 20:42:32.757 11258 11351 E Go : crypto/tls.(*Conn).Read(0x8f3b4c00, 0x8e9b5000, 0x1000, 0x1000, 0x0, 0x0, 0x0) 04-22 20:42:32.757 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/crypto/tls/conn.go:1134 +0xe0 04-22 20:42:32.757 11258 11351 E Go : bufio.(*Reader).fill(0x8ebaa840) 04-22 20:42:32.757 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/bufio/bufio.go:97 +0xf4 04-22 20:42:32.757 11258 11351 E Go : bufio.(*Reader).ReadByte(0x8ebaa840, 0x9e422a00, 0x9ea8f1d8, 0x9ea637bc) 04-22 20:42:32.757 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/bufio/bufio.go:239 +0x4c 04-22 20:42:32.757 11258 11351 E Go : github.com/ethereum/go-ethereum/vendor/golang.org/x/net/websocket.hybiFrameReaderFactory.NewFrameReader(0x8ebaa840, 0x9f6398ac, 0x8fb6a104, 0x9ea64974, 0x4) 04-22 20:42:32.757 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/vendor/golang.org/x/net/websocket/hybi.go:123 +0x34 04-22 20:42:32.757 11258 11351 E Go : github.com/ethereum/go-ethereum/vendor/golang.org/x/net/websocket.Codec.Receive(0x9f639278, 0x9f63927c, 0x8fb6a0f0, 0x9f53dfe0, 0x9ba866d0, 0x0, 0x0) 04-22 20:42:32.757 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/vendor/golang.org/x/net/websocket/websocket.go:338 +0x90 04-22 20:42:32.757 11258 11351 E Go : github.com/ethereum/go-ethereum/ethstats.(*Service).readLoop(0x8ea5f480, 0x8fb6a0f0) 04-22 20:42:32.757 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/ethstats/ethstats.go:236 +0x98 04-22 20:42:32.757 11258 11351 E Go : created by github.com/ethereum/go-ethereum/ethstats.(*Service).loop 04-22 20:42:32.757 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/ethstats/ethstats.go:170 +0x490 04-22 20:42:32.757 11258 11351 E Go : goroutine 612 [semacquire, 1 minutes]: 04-22 20:42:32.757 11258 11351 E Go : sync.runtime_notifyListWait(0x8e8417ac, 0x0) 04-22 20:42:32.757 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/runtime/sema.go:298 +0x150 04-22 20:42:32.757 11258 11351 E Go : sync.(*Cond).Wait(0x8e8417a4) 04-22 20:42:32.757 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/sync/cond.go:57 +0x78 04-22 20:42:32.757 11258 11351 E Go : io.(*pipe).read(0x8e841780, 0x8ed34601, 0x5ff, 0x5ff, 0x0, 0x0, 0x0) 04-22 20:42:32.757 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/io/pipe.go:47 +0xdc 04-22 20:42:32.757 11258 11351 E Go : io.(*PipeReader).Read(0x8ea416a0, 0x8ed34601, 0x5ff, 0x5ff, 0x0, 0x0, 0x0) 04-22 20:42:32.757 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/io/pipe.go:130 +0x38 04-22 20:42:32.757 11258 11351 E Go : encoding/json.(*Decoder).refill(0x8e9db1d0, 0x9f58f30a, 0x9) 04-22 20:42:32.757 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/encoding/json/stream.go:152 +0xdc 04-22 20:42:32.757 11258 11351 E Go : encoding/json.(*Decoder).readValue(0x8e9db1d0, 0x0, 0x0, 0x9eead310) 04-22 20:42:32.757 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/encoding/json/stream.go:128 +0x258 04-22 20:42:32.757 11258 11351 E Go : encoding/json.(*Decoder).Decode(0x8e9db1d0, 0x9f59f968, 0x8e7eb3b0, 0x7e59e708, 0x0) 04-22 20:42:32.757 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/encoding/json/stream.go:57 +0x60 04-22 20:42:32.757 11258 11351 E Go : github.com/ethereum/go-ethereum/rpc.(*jsonCodec).ReadRequestHeaders(0x8ec76030, 0x0, 0x0, 0x0, 0x8e9c2200, 0x0, 0x0) 04-22 20:42:32.757 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/json.go:126 +0xcc 04-22 20:42:32.757 11258 11351 E Go : github.com/ethereum/go-ethereum/rpc.(*Server).readRequest(0x8ef925a0, 0x9f9c15e8, 0x8ec76030, 0x8ef925a0, 0x8ea41720, 0x9f9c15e8, 0x8ec76030, 0x8ea41730, 0x1) 04-22 20:42:32.757 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/server.go:396 +0x34 04-22 20:42:32.757 11258 11351 E Go : github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest(0x8ef925a0, 0x9f9c15e8, 0x8ec76030, 0x8ea5ff00, 0x3, 0x0, 0x0) 04-22 20:42:32.757 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/server.go:180 +0x1d0 04-22 20:42:32.757 11258 11351 E Go : github.com/ethereum/go-ethereum/rpc.(*Server).ServeCodec(0x8ef925a0, 0x9f9c15e8, 0x8ec76030, 0x3) 04-22 20:42:32.757 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/server.go:236 +0x68 04-22 20:42:32.757 11258 11351 E Go : created by github.com/ethereum/go-ethereum/rpc.DialInProc.func1 04-22 20:42:32.757 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/inproc.go:29 +0x2d8 04-22 20:42:32.757 11258 11351 E Go : goroutine 62 [semacquire, 1 minutes]: 04-22 20:42:32.757 11258 11351 E Go : sync.runtime_notifyListWait(0x8fb51fac, 0x1) 04-22 20:42:32.757 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/runtime/sema.go:298 +0x150 04-22 20:42:32.757 11258 11351 E Go : sync.(*Cond).Wait(0x8fb51fa4) 04-22 20:42:32.757 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/sync/cond.go:57 +0x78 04-22 20:42:32.757 11258 11351 E Go : io.(*pipe).read(0x8fb51f80, 0x8ebda001, 0x5ff, 0x5ff, 0x0, 0x0, 0x0) 04-22 20:42:32.757 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/io/pipe.go:47 +0xdc 04-22 20:42:32.757 11258 11351 E Go : io.(*PipeReader).Read(0x8ea2c4d8, 0x8ebda001, 0x5ff, 0x5ff, 0x0, 0x0, 0x0) 04-22 20:42:32.757 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/io/pipe.go:130 +0x38 04-22 20:42:32.757 11258 11351 E Go : encoding/json.(*Decoder).refill(0x8e7dfef0, 0x9f58f30a, 0x9) 04-22 20:42:32.757 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/encoding/json/stream.go:152 +0xdc 04-22 20:42:32.757 11258 11351 E Go : encoding/json.(*Decoder).readValue(0x8e7dfef0, 0x0, 0x0, 0x9eead310) 04-22 20:42:32.757 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/encoding/json/stream.go:128 +0x258 04-22 20:42:32.757 11258 11351 E Go : encoding/json.(*Decoder).Decode(0x8e7dfef0, 0x9f59f968, 0x8efa2660, 0x7e59e258, 0x0) 04-22 20:42:32.757 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/encoding/json/stream.go:57 +0x60 04-22 20:42:32.757 11258 11351 E Go : github.com/ethereum/go-ethereum/rpc.(*jsonCodec).ReadRequestHeaders(0x8ebb5b30, 0x0, 0x0, 0x0, 0x8e9c2200, 0x0, 0x0) 04-22 20:42:32.757 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/json.go:126 +0xcc 04-22 20:42:32.757 11258 11351 E Go : github.com/ethereum/go-ethereum/rpc.(*Server).readRequest(0x8ef925a0, 0x9f9c15e8, 0x8ebb5b30, 0x8ef925a0, 0x8eb50188, 0x9f9c15e8, 0x8ebb5b30, 0x8ea2c640, 0x1) 04-22 20:42:32.757 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/server.go:396 +0x34 04-22 20:42:32.757 11258 11351 E Go : github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest(0x8ef925a0, 0x9f9c15e8, 0x8ebb5b30, 0x544900, 0x3, 0x0, 0x0) 04-22 20:42:32.757 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/server.go:180 +0x1d0 04-22 20:42:32.757 11258 11351 E Go : github.com/ethereum/go-ethereum/rpc.(*Server).ServeCodec(0x8ef925a0, 0x9f9c15e8, 0x8ebb5b30, 0x3) 04-22 20:42:32.757 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/server.go:236 +0x68 04-22 20:42:32.757 11258 11351 E Go : created by github.com/ethereum/go-ethereum/rpc.DialInProc.func1 04-22 20:42:32.757 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/inproc.go:29 +0x2d8 04-22 20:42:32.757 11258 11351 E Go : goroutine 63 [select, 1 minutes]: 04-22 20:42:32.757 11258 11351 E Go : github.com/ethereum/go-ethereum/rpc.(*Client).dispatch(0x8fb5b700, 0x9f9c1310, 0x8ea2c500) 04-22 20:42:32.757 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/client.go:489 +0xb9c 04-22 20:42:32.757 11258 11351 E Go : created by github.com/ethereum/go-ethereum/rpc.newClient 04-22 20:42:32.757 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/client.go:202 +0x3c4 04-22 20:42:32.757 11258 11351 E Go : goroutine 64 [semacquire, 1 minutes]: 04-22 20:42:32.757 11258 11351 E Go : sync.runtime_notifyListWait(0x8fba002c, 0x1) 04-22 20:42:32.757 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/runtime/sema.go:298 +0x150 04-22 20:42:32.757 11258 11351 E Go : sync.(*Cond).Wait(0x8fba0024) 04-22 20:42:32.757 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/sync/cond.go:57 +0x78 04-22 20:42:32.757 11258 11351 E Go : io.(*pipe).read(0x8fba0000, 0x8ebda601, 0x5ff, 0x5ff, 0x0, 0x0, 0x0) 04-22 20:42:32.757 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/io/pipe.go:47 +0xdc 04-22 20:42:32.757 11258 11351 E Go : io.(*PipeReader).Read(0x8ea2c4e8, 0x8ebda601, 0x5ff, 0x5ff, 0x0, 0x0, 0x0) 04-22 20:42:32.757 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/io/pipe.go:130 +0x38 04-22 20:42:32.757 11258 11351 E Go : encoding/json.(*Decoder).refill(0x8e8e43c0, 0xa, 0x9) 04-22 20:42:32.757 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/encoding/json/stream.go:152 +0xdc 04-22 20:42:32.757 11258 11351 E Go : encoding/json.(*Decoder).readValue(0x8e8e43c0, 0x0, 0x0, 0x9eeb7d3c) 04-22 20:42:32.757 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/encoding/json/stream.go:128 +0x258 04-22 20:42:32.757 11258 11351 E Go : encoding/json.(*Decoder).Decode(0x8e8e43c0, 0x9f59f968, 0x8ebe4000, 0x9ea62ce0, 0x8ea2c688) 04-22 20:42:32.757 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/encoding/json/stream.go:57 +0x60 04-22 20:42:32.757 11258 11351 E Go : github.com/ethereum/go-ethereum/rpc.(*Client).read.func1(0x9f550458, 0x8fb5b640, 0x8fb9dfc8, 0x0, 0x0) 04-22 20:42:32.757 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/client.go:630 +0x70 04-22 20:42:32.757 11258 11351 E Go : github.com/ethereum/go-ethereum/rpc.(*Client).read(0x8fb5b700, 0x9f9c1310, 0x8ea2c500, 0x8ea60110, 0x0) 04-22 20:42:32.757 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/client.go:643 +0x11c 04-22 20:42:32.757 11258 11351 E Go : created by github.com/ethereum/go-ethereum/rpc.(*Client).dispatch 04-22 20:42:32.757 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/client.go:465 +0x44 04-22 20:42:32.757 11258 11351 E Go : goroutine 1518 [select, 1 minutes]: 04-22 20:42:32.757 11258 11351 E Go : github.com/ethereum/go-ethereum/rpc.(*Client).dispatch(0x8fbaab40, 0x9f9c1310, 0x8ec335e0) 04-22 20:42:32.757 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/client.go:489 +0xb9c 04-22 20:42:32.757 11258 11351 E Go : created by github.com/ethereum/go-ethereum/rpc.newClient 04-22 20:42:32.757 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/client.go:202 +0x3c4 04-22 20:42:32.757 11258 11351 E Go : goroutine 679 [select, 1 minutes]: 04-22 20:42:32.757 11258 11351 E Go : github.com/ethereum/go-ethereum/rpc.(*Client).dispatch(0x8fbff1c0, 0x9f9c1310, 0x8ebd2290) 04-22 20:42:32.757 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/client.go:489 +0xb9c 04-22 20:42:32.757 11258 11351 E Go : created by github.com/ethereum/go-ethereum/rpc.newClient 04-22 20:42:32.757 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/client.go:202 +0x3c4 04-22 20:42:32.757 11258 11351 E Go : goroutine 201 [semacquire, 1 minutes]: 04-22 20:42:32.757 11258 11351 E Go : sync.runtime_notifyListWait(0x8ebc49ac, 0x1) 04-22 20:42:32.757 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/runtime/sema.go:298 +0x150 04-22 20:42:32.757 11258 11351 E Go : sync.(*Cond).Wait(0x8ebc49a4) 04-22 20:42:32.757 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/sync/cond.go:57 +0x78 04-22 20:42:32.757 11258 11351 E Go : io.(*pipe).read(0x8ebc4980, 0x8f3b0c01, 0x5ff, 0x5ff, 0x0, 0x0, 0x0) 04-22 20:42:32.757 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/io/pipe.go:47 +0xdc 04-22 20:42:32.757 11258 11351 E Go : io.(*PipeReader).Read(0x8ea2c7e8, 0x8f3b0c01, 0x5ff, 0x5ff, 0x0, 0x0, 0x0) 04-22 20:42:32.757 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/io/pipe.go:130 +0x38 04-22 20:42:32.757 11258 11351 E Go : encoding/json.(*Decoder).refill(0x8e9f0960, 0xa, 0x9) 04-22 20:42:32.757 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/encoding/json/stream.go:152 +0xdc 04-22 20:42:32.757 11258 11351 E Go : encoding/json.(*Decoder).readValue(0x8e9f0960, 0x0, 0x0, 0x9eeb7d3c) 04-22 20:42:32.757 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/encoding/json/stream.go:128 +0x258 04-22 20:42:32.757 11258 11351 E Go : encoding/json.(*Decoder).Decode(0x8e9f0960, 0x9f59f968, 0x8ef982c0, 0x9ea62ce0, 0x8eaee3a0) 04-22 20:42:32.757 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/encoding/json/stream.go:57 +0x60 04-22 20:42:32.757 11258 11351 E Go : github.com/ethereum/go-ethereum/rpc.(*Client).read.func1(0x9f550458, 0x8ea31140, 0x8ec89fc8, 0x0, 0x0) 04-22 20:42:32.757 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/client.go:630 +0x70 04-22 20:42:32.757 11258 11351 E Go : github.com/ethereum/go-ethereum/rpc.(*Client).read(0x8ea31540, 0x9f9c1310, 0x8ea2c818, 0x1, 0x9ea8f4ec) 04-22 20:42:32.757 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/client.go:643 +0x11c 04-22 20:42:32.757 11258 11351 E Go : created by github.com/ethereum/go-ethereum/rpc.(*Client).dispatch 04-22 20:42:32.757 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/client.go:465 +0x44 04-22 20:42:32.757 11258 11351 E Go : goroutine 200 [select, 1 minutes]: 04-22 20:42:32.757 11258 11351 E Go : github.com/ethereum/go-ethereum/rpc.(*Client).dispatch(0x8ea31540, 0x9f9c1310, 0x8ea2c818) 04-22 20:42:32.757 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/client.go:489 +0xb9c 04-22 20:42:32.757 11258 11351 E Go : created by github.com/ethereum/go-ethereum/rpc.newClient 04-22 20:42:32.757 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/client.go:202 +0x3c4 04-22 20:42:32.757 11258 11351 E Go : goroutine 1006 [semacquire, 1 minutes]: 04-22 20:42:32.757 11258 11351 E Go : sync.runtime_notifyListWait(0x8ef8b52c, 0x1) 04-22 20:42:32.757 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/runtime/sema.go:298 +0x150 04-22 20:42:32.767 11258 11351 E Go : sync.(*Cond).Wait(0x8ef8b524) 04-22 20:42:32.767 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/sync/cond.go:57 +0x78 04-22 20:42:32.767 11258 11351 E Go : io.(*pipe).read(0x8ef8b500, 0x8ee38601, 0x5ff, 0x5ff, 0x0, 0x0, 0x0) 04-22 20:42:32.767 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/io/pipe.go:47 +0xdc 04-22 20:42:32.767 11258 11351 E Go : io.(*PipeReader).Read(0x8ec32948, 0x8ee38601, 0x5ff, 0x5ff, 0x0, 0x0, 0x0) 04-22 20:42:32.767 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/io/pipe.go:130 +0x38 04-22 20:42:32.767 11258 11351 E Go : encoding/json.(*Decoder).refill(0x8fbeaff0, 0xa, 0x9) 04-22 20:42:32.767 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/encoding/json/stream.go:152 +0xdc 04-22 20:42:32.767 11258 11351 E Go : encoding/json.(*Decoder).readValue(0x8fbeaff0, 0x0, 0x0, 0x9eeb7d3c) 04-22 20:42:32.767 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/encoding/json/stream.go:128 +0x258 04-22 20:42:32.767 11258 11351 E Go : encoding/json.(*Decoder).Decode(0x8fbeaff0, 0x9f59f968, 0x8ec6e4a0, 0x9ea62ce0, 0x8ec32a00) 04-22 20:42:32.767 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/encoding/json/stream.go:57 +0x60 04-22 20:42:32.767 11258 11351 E Go : github.com/ethereum/go-ethereum/rpc.(*Client).read.func1(0x9f550458, 0x8ee67940, 0x8eeb4fc8, 0x0, 0x0) 04-22 20:42:32.767 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/client.go:630 +0x70 04-22 20:42:32.767 11258 11351 E Go : github.com/ethereum/go-ethereum/rpc.(*Client).read(0x8ee67a00, 0x9f9c1310, 0x8ec32970, 0x101, 0x1) 04-22 20:42:32.767 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/client.go:643 +0x11c 04-22 20:42:32.767 11258 11351 E Go : created by github.com/ethereum/go-ethereum/rpc.(*Client).dispatch 04-22 20:42:32.767 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/client.go:465 +0x44 04-22 20:42:32.767 11258 11351 E Go : goroutine 172 [semacquire, 1 minutes]: 04-22 20:42:32.767 11258 11351 E Go : sync.runtime_notifyListWait(0x8fb730ac, 0x0) 04-22 20:42:32.767 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/runtime/sema.go:298 +0x150 04-22 20:42:32.767 11258 11351 E Go : sync.(*Cond).Wait(0x8fb730a4) 04-22 20:42:32.767 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/sync/cond.go:57 +0x78 04-22 20:42:32.767 11258 11351 E Go : io.(*pipe).read(0x8fb73080, 0x8ebf6001, 0x5ff, 0x5ff, 0x0, 0x0, 0x0) 04-22 20:42:32.767 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/io/pipe.go:47 +0xdc 04-22 20:42:32.767 11258 11351 E Go : io.(*PipeReader).Read(0x8eb50518, 0x8ebf6001, 0x5ff, 0x5ff, 0x0, 0x0, 0x0) 04-22 20:42:32.767 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/io/pipe.go:130 +0x38 04-22 20:42:32.767 11258 11351 E Go : encoding/json.(*Decoder).refill(0x8e9da780, 0x9f58f30a, 0x9) 04-22 20:42:32.767 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/encoding/json/stream.go:152 +0xdc 04-22 20:42:32.767 11258 11351 E Go : encoding/json.(*Decoder).readValue(0x8e9da780, 0x0, 0x0, 0x9eead310) 04-22 20:42:32.767 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/encoding/json/stream.go:128 +0x258 04-22 20:42:32.767 11258 11351 E Go : encoding/json.(*Decoder).Decode(0x8e9da780, 0x9f59f968, 0x8ec10dd0, 0x7e59e708, 0x0) 04-22 20:42:32.767 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/encoding/json/stream.go:57 +0x60 04-22 20:42:32.767 11258 11351 E Go : github.com/ethereum/go-ethereum/rpc.(*jsonCodec).ReadRequestHeaders(0x8e8f0c00, 0x0, 0x0, 0x0, 0x8e9c2200, 0x0, 0x0) 04-22 20:42:32.767 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/json.go:126 +0xcc 04-22 20:42:32.767 11258 11351 E Go : github.com/ethereum/go-ethereum/rpc.(*Server).readRequest(0x8ef925a0, 0x9f9c15e8, 0x8e8f0c00, 0x8ef925a0, 0x8eb50598, 0x9f9c15e8, 0x8e8f0c00, 0x8eb505a8, 0x1) 04-22 20:42:32.767 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/server.go:396 +0x34 04-22 20:42:32.767 11258 11351 E Go : github.com/ethereum/go-ethereum/rpc.(*Server).serveRequest(0x8ef925a0, 0x9f9c15e8, 0x8e8f0c00, 0x8ea5ff00, 0x3, 0x0, 0x0) 04-22 20:42:32.767 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/server.go:180 +0x1d0 04-22 20:42:32.767 11258 11351 E Go : github.com/ethereum/go-ethereum/rpc.(*Server).ServeCodec(0x8ef925a0, 0x9f9c15e8, 0x8e8f0c00, 0x3) 04-22 20:42:32.767 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/server.go:236 +0x68 04-22 20:42:32.767 11258 11351 E Go : created by github.com/ethereum/go-ethereum/rpc.DialInProc.func1 04-22 20:42:32.767 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/inproc.go:29 +0x2d8 04-22 20:42:32.767 11258 11351 E Go : goroutine 993 [select, 1 minutes]: 04-22 20:42:32.767 11258 11351 E Go : github.com/ethereum/go-ethereum/rpc.(*Client).dispatch(0x8ee933c0, 0x9f9c1310, 0x8ec641c0) 04-22 20:42:32.767 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/client.go:489 +0xb9c 04-22 20:42:32.767 11258 11351 E Go : created by github.com/ethereum/go-ethereum/rpc.newClient 04-22 20:42:32.767 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/client.go:202 +0x3c4 04-22 20:42:32.767 11258 11351 E Go : goroutine 853 [semacquire, 1 minutes]: 04-22 20:42:32.767 11258 11351 E Go : sync.runtime_notifyListWait(0x8ebc5bac, 0x1) 04-22 20:42:32.767 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/runtime/sema.go:298 +0x150 04-22 20:42:32.767 11258 11351 E Go : sync.(*Cond).Wait(0x8ebc5ba4) 04-22 20:42:32.767 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/sync/cond.go:57 +0x78 04-22 20:42:32.767 11258 11351 E Go : io.(*pipe).read(0x8ebc5b80, 0x8fcdac01, 0x5ff, 0x5ff, 0x0, 0x0, 0x0) 04-22 20:42:32.767 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/io/pipe.go:47 +0xdc 04-22 20:42:32.767 11258 11351 E Go : io.(*PipeReader).Read(0x8ebd2830, 0x8fcdac01, 0x5ff, 0x5ff, 0x0, 0x0, 0x0) 04-22 20:42:32.767 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/io/pipe.go:130 +0x38 04-22 20:42:32.767 11258 11351 E Go : encoding/json.(*Decoder).refill(0x8e8e4e10, 0xa, 0x9) 04-22 20:42:32.767 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/encoding/json/stream.go:152 +0xdc 04-22 20:42:32.767 11258 11351 E Go : encoding/json.(*Decoder).readValue(0x8e8e4e10, 0x0, 0x0, 0x9eeb7d3c) 04-22 20:42:32.767 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/encoding/json/stream.go:128 +0x258 04-22 20:42:32.767 11258 11351 E Go : encoding/json.(*Decoder).Decode(0x8e8e4e10, 0x9f59f968, 0x8ec23610, 0x9ea62ce0, 0x8ec06370) 04-22 20:42:32.767 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/encoding/json/stream.go:57 +0x60 04-22 20:42:32.767 11258 11351 E Go : github.com/ethereum/go-ethereum/rpc.(*Client).read.func1(0x9f550458, 0x8eda5800, 0x8ed9dfc8, 0x0, 0x0) 04-22 20:42:32.767 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/client.go:630 +0x70 04-22 20:42:32.767 11258 11351 E Go : github.com/ethereum/go-ethereum/rpc.(*Client).read(0x8eda58c0, 0x9f9c1310, 0x8ebd2850, 0x1, 0x9ea5f7e0) 04-22 20:42:32.767 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/client.go:643 +0x11c 04-22 20:42:32.767 11258 11351 E Go : created by github.com/ethereum/go-ethereum/rpc.(*Client).dispatch 04-22 20:42:32.767 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/client.go:465 +0x44 04-22 20:42:32.767 11258 11351 E Go : goroutine 1519 [semacquire, 1 minutes]: 04-22 20:42:32.767 11258 11351 E Go : sync.runtime_notifyListWait(0x8fcb302c, 0x0) 04-22 20:42:32.767 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/runtime/sema.go:298 +0x150 04-22 20:42:32.767 11258 11351 E Go : sync.(*Cond).Wait(0x8fcb3024) 04-22 20:42:32.767 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/sync/cond.go:57 +0x78 04-22 20:42:32.767 11258 11351 E Go : io.(*pipe).read(0x8fcb3000, 0x901e1801, 0x5ff, 0x5ff, 0x0, 0x0, 0x0) 04-22 20:42:32.767 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/io/pipe.go:47 +0xdc 04-22 20:42:32.767 11258 11351 E Go : io.(*PipeReader).Read(0x8ec335c8, 0x901e1801, 0x5ff, 0x5ff, 0x0, 0x0, 0x0) 04-22 20:42:32.767 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/io/pipe.go:130 +0x38 04-22 20:42:32.767 11258 11351 E Go : encoding/json.(*Decoder).refill(0x8ecb4960, 0xa, 0x9) 04-22 20:42:32.767 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/encoding/json/stream.go:152 +0xdc 04-22 20:42:32.767 11258 11351 E Go : encoding/json.(*Decoder).readValue(0x8ecb4960, 0x0, 0x0, 0x9eeb7d3c) 04-22 20:42:32.767 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/encoding/json/stream.go:128 +0x258 04-22 20:42:32.767 11258 11351 E Go : encoding/json.(*Decoder).Decode(0x8ecb4960, 0x9f59f968, 0x8fe27da0, 0x9ea62ce0, 0x8ec33738) 04-22 20:42:32.767 11258 11351 E Go : /home/travis/build/ethereum/go-ethereum/go/src/encoding/json/stream.go:57 +0x60 04-22 20:42:32.767 11258 11351 E Go : github.com/ethereum/go-ethereum/rpc.(*Client).read.func1(0x9f550458, 0x8fbaaa80, 0x8fc0efc8, 0x0, 0x0) 04-22 20:42:32.767 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/client.go:630 +0x70 04-22 20:42:32.767 11258 11351 E Go : github.com/ethereum/go-ethereum/rpc.(*Client).read(0x8fbaab40, 0x9f9c1310, 0x8ec335e0, 0x8fbe2801, 0x9ea5f7e0) 04-22 20:42:32.767 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/client.go:643 +0x11c 04-22 20:42:32.767 11258 11351 E Go : created by github.com/ethereum/go-ethereum/rpc.(*Client).dispatch 04-22 20:42:32.767 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/client.go:465 +0x44 04-22 20:42:32.767 11258 11351 E Go : goroutine 173 [select, 1 minutes]: 04-22 20:42:32.767 11258 11351 E Go : github.com/ethereum/go-ethereum/rpc.(*Client).dispatch(0x8fbc5780, 0x9f9c1310, 0x8eb50540) 04-22 20:42:32.767 11258 11351 E Go : /home/travis/go/src/github.com/ethereum/go-ethereum/rpc/client.go:489 +0xb9c ````
fjl commented 7 years ago

Can you give some details about the hardware and how often it crashes? This looks like yet another Go runtime issue. Not sure why it's always you who is affected by these.

ligi commented 7 years ago

This particular crash was on a galaxy note 4 and I only had this crash once so far. I think I get these crashes more often as I maybe using go-ethereum with the in-process node on android the most? On the rinkeby stats at https://stats.rinkeby.io e.g. I only see myself with android ( GethDroid/v1.6.0-stable/android-amd64/go1.8.1 ) - Or I am the only one reporting these?

fjl commented 7 years ago

https://github.com/golang/go/issues/20082

ligi commented 7 years ago

Thanks!

karalabe commented 7 years ago

Completely unrelated, but why the heck is the travis build path in the crash dump?!

ligi commented 7 years ago

GethDroid/v1.6.0-stable/android-arm/go1.8.1 in the stats page is the emulator I use most of the time currently. There I never had this issue so far and use it way more often than the phone. Mainly using the phone when needing to test the whole qr-code stuff - scanning is easier with a phone. The crash happened on a Galaxy Note 4 - not sure how this shows up in the stats - can check after I got my first tea

Not sure what the travis build path is doing in the dump. I do not use travis for building - I use kontinuum. Must be coming from the build-pipeline that builds the geth aar for maven-central.

ligi commented 7 years ago

I have some more info regarding this one as I now could produce this more often. It was not happening on my emulator that I use normally because this one has a lot of ram. A current sync from genesis on my note 7 - I get a lot of these crashes. Then I was looking at the memory monitor in Android-Studio:

stale[bot] commented 6 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.