Skip to content

Instantly share code, notes, and snippets.

@clevinson
Created August 7, 2015 06:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save clevinson/b9ab5c4e447a8e651ae1 to your computer and use it in GitHub Desktop.
Save clevinson/b9ab5c4e447a8e651ae1 to your computer and use it in GitHub Desktop.
ubuntu@ip-172-31-60-212:~$ geth --rpc --autodag console
I0807 06:48:49.146903 4518 database.go:74] Alloted 16MB cache to /home/ubuntu/.ethereum/blockchain
I0807 06:48:49.150675 4518 database.go:74] Alloted 16MB cache to /home/ubuntu/.ethereum/state
I0807 06:48:49.154258 4518 database.go:74] Alloted 16MB cache to /home/ubuntu/.ethereum/extra
I0807 06:48:49.155898 4518 backend.go:291] Protocol Versions: [61 60], Network Id: 1
I0807 06:48:49.156228 4518 backend.go:328] Blockchain DB Version: 3
I0807 06:48:49.156891 4518 chain_manager.go:241] Last block (#46754) 8f80183e28325df44588e8433463d9a94ac9553dbf0a175a88d40d443a5ebc2a TD=43570924419012648
I0807 06:48:49.173190 4518 cmd.go:124] Starting Geth/v1.0.1/linux/go1.4.2
I0807 06:48:49.173311 4518 server.go:312] Starting Server
I0807 06:48:51.254786 4518 udp.go:207] Listening, enode://0c70c7c11a92dcee534d859a94f0b85514da69b24b3a2ba211f9c1d2605e89a5cb73f0f363b2835c45559acd2fdc28abb271603bb63074ddebb0b529343875ef@[::]:30303
I0807 06:48:51.254927 4518 backend.go:564] Server started
I0807 06:48:51.254921 4518 server.go:549] Listening on [::]:30303
I0807 06:48:51.254937 4518 backend.go:651] Automatic pregeneration of ethash DAG ON (ethash dir: /home/ubuntu/.ethash)
I0807 06:48:51.255995 4518 backend.go:658] checking DAG (ethash dir: /home/ubuntu/.ethash)
I0807 06:48:51.256542 4518 ipc_unix.go:78] IPC service started (/home/ubuntu/.ethereum/geth.ipc)
I0807 06:48:51.271757 4518 backend.go:667] removed DAG for epoch 0 (full-R23-0000000000000000)
I0807 06:48:51.271800 4518 backend.go:672] Pregenerating DAG for epoch 2 (full-R23-510e4e770828ddbf)
I0807 06:48:51.271839 4518 ethash.go:202] Generating DAG for epoch 2 (510e4e770828ddbf7f7b00ab00a9f6adaf81c0dc9cc85f1f8249c256942d61d9)
instance: Geth/v1.0.1/linux/go1.4.2
datadir: /home/ubuntu/.ethereum
coinbase: 0x22ce7561c8196ced2b68bdd8fbaaa9e661864505
at block: 46754 (2015-08-07 06:24:23)
modules: admin:1.0 db:1.0 debug:1.0 eth:1.0 miner:1.0 net:1.0 personal:1.0 shh:1.0 txpool:1.0 web3:1.0
> panic: ethash_full_new IO or memory error
goroutine 47 [running]:
github.com/ethereum/ethash.func·002()
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go:216 +0x486
sync.(*Once).Do(0xc209f8ac60, 0xc20a065d10)
/usr/lib/go/src/sync/once.go:44 +0xd4
github.com/ethereum/ethash.(*dag).generate(0xc209f8ac40)
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go:220 +0x54
github.com/ethereum/ethash.MakeDAG(0xea60, 0x0, 0x0, 0x0, 0x0)
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go:242 +0x1f9
github.com/ethereum/go-ethereum/eth.func·002()
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/eth/backend.go:673 +0x932
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).StartAutoDAG
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/eth/backend.go:688 +0xa2
goroutine 1 [select]:
main.(*jsre).interactive(0xc208e2a620)
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/cmd/geth/js.go:407 +0x6d1
main.console(0xc2080a89a0)
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:439 +0x572
github.com/codegangsta/cli.Command.Run(0xd4e1b0, 0x7, 0x0, 0x0, 0x0, 0x0, 0x0, 0xe76670, 0x30, 0x100e370, ...)
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/codegangsta/cli/command.go:118 +0x104b
github.com/codegangsta/cli.(*App).Run(0xc208132000, 0xc20800a000, 0x4, 0x4, 0x0, 0x0)
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/codegangsta/cli/app.go:177 +0xdf6
main.main()
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:343 +0x80
goroutine 5 [syscall]:
os/signal.loop()
/usr/lib/go/src/os/signal/signal_unix.go:21 +0x1f
created by os/signal.init·1
/usr/lib/go/src/os/signal/signal_unix.go:27 +0x35
goroutine 7 [chan receive]:
github.com/ethereum/go-ethereum/logger/glog.(*loggingT).flushDaemon(0x15efd80)
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/logger/glog/glog.go:897 +0x78
created by github.com/ethereum/go-ethereum/logger/glog.init·1
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/logger/glog/glog.go:428 +0x77
goroutine 17 [syscall, locked to thread]:
runtime.goexit()
/usr/lib/go/src/runtime/asm_amd64.s:2232 +0x1
goroutine 8 [select]:
github.com/ethereum/go-ethereum/logger.dispatchLoop()
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/logger/sys.go:81 +0x6d1
created by github.com/ethereum/go-ethereum/logger.init·1
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/logger/sys.go:60 +0x25
goroutine 11 [syscall]:
syscall.Syscall(0x0, 0x3, 0xc208198000, 0x8000, 0xc208dce058, 0x43a53a, 0xc208017670)
/usr/lib/go/src/syscall/asm_linux_amd64.s:21 +0x5
syscall.read(0x3, 0xc208198000, 0x8000, 0x8000, 0xc208017668, 0x0, 0x0)
/usr/lib/go/src/syscall/zsyscall_linux_amd64.go:867 +0x6e
syscall.Read(0x3, 0xc208198000, 0x8000, 0x8000, 0x20, 0x0, 0x0)
/usr/lib/go/src/syscall/syscall_unix.go:136 +0x58
os.(*File).read(0xc20803a138, 0xc208198000, 0x8000, 0x8000, 0x2, 0x0, 0x0)
/usr/lib/go/src/os/file_unix.go:191 +0x5e
os.(*File).Read(0xc20803a138, 0xc208198000, 0x8000, 0x8000, 0x2, 0x0, 0x0)
/usr/lib/go/src/os/file.go:95 +0x91
io.Copy(0x7fd001aec858, 0xc20803a008, 0x7fd001aec7b8, 0xc20803a138, 0x10a, 0x0, 0x0)
/usr/lib/go/src/io/io.go:362 +0x1f6
created by main.console
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:412 +0x164
goroutine 89 [select]:
github.com/peterh/liner.(*State).readNext(0xc209fc4360, 0x0, 0x0, 0x0, 0x0)
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/peterh/liner/input.go:140 +0x2a1d
github.com/peterh/liner.(*State).Prompt(0xc209fc4360, 0xd3a330, 0x2, 0x0, 0x0, 0x0, 0x0)
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/peterh/liner/line.go:494 +0x443
main.func·008()
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/cmd/geth/js.go:388 +0xe8
created by main.(*jsre).interactive
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/cmd/geth/js.go:394 +0x184
goroutine 34 [chan receive]:
github.com/ethereum/go-ethereum/logger.sysLoop(0x7fd001aeddd0, 0xc208196280, 0xc2081aa000, 0xc20801e880)
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/logger/sys.go:117 +0x5a
created by github.com/ethereum/go-ethereum/logger.func·001
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/logger/sys.go:77 +0x176
goroutine 13 [select]:
github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0xc2080a8a80)
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:205 +0x21e
created by github.com/syndtr/goleveldb/leveldb/util.NewBufferPool
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:236 +0x24c
goroutine 50 [IO wait]:
net.(*pollDesc).Wait(0xc20811e140, 0x72, 0x0, 0x0)
/usr/lib/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc20811e140, 0x0, 0x0)
/usr/lib/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).readFrom(0xc20811e0e0, 0xc2081ac080, 0xc, 0xc, 0x0, 0x0, 0x0, 0x7fd001aec808, 0xc20802afa8)
/usr/lib/go/src/net/fd_unix.go:269 +0x4a1
net.(*UDPConn).ReadFromUDP(0xc208234010, 0xc2081ac080, 0xc, 0xc, 0x2, 0x0, 0x0, 0x0)
/usr/lib/go/src/net/udpsock_posix.go:67 +0x124
github.com/jackpal/go-nat-pmp.(*Client).rpc(0xc20801ede0, 0xc208051ede, 0x2, 0x2, 0xc, 0xc2081ac080, 0xc, 0xc, 0x0, 0x0)
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/jackpal/go-nat-pmp/natpmp.go:130 +0x3c8
github.com/jackpal/go-nat-pmp.(*Client).GetExternalAddress(0xc20801ede0, 0x0, 0x0, 0x0)
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/jackpal/go-nat-pmp/natpmp.go:52 +0xc8
github.com/ethereum/go-ethereum/p2p/nat.func·006()
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/nat/natpmp.go:73 +0xa5
created by github.com/ethereum/go-ethereum/p2p/nat.discoverPMP
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/nat/natpmp.go:78 +0x1a1
goroutine 14 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc20822a160)
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:120 +0x48c
created by github.com/syndtr/goleveldb/leveldb.openDB
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:126 +0x849
goroutine 15 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0xc20822a160)
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_state.go:82 +0x14a
created by github.com/syndtr/goleveldb/leveldb.openDB
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:127 +0x863
goroutine 16 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc20822a160)
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:812 +0x858
created by github.com/syndtr/goleveldb/leveldb.openDB
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:130 +0x8a7
goroutine 66 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc20822a160)
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:759 +0x283
created by github.com/syndtr/goleveldb/leveldb.openDB
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:131 +0x8c1
goroutine 67 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0xc20822a160)
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_write.go:37 +0x197
created by github.com/syndtr/goleveldb/leveldb.openDB
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:132 +0x8db
goroutine 68 [select]:
github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).meter(0xc2080ce000, 0xb2d05e00)
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/ethdb/database.go:261 +0xaa5
created by github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).Meter
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/ethdb/database.go:193 +0x537
goroutine 69 [select]:
github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0xc2080a8380)
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:205 +0x21e
created by github.com/syndtr/goleveldb/leveldb/util.NewBufferPool
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:236 +0x24c
goroutine 70 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc2081e22c0)
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:120 +0x48c
created by github.com/syndtr/goleveldb/leveldb.openDB
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:126 +0x849
goroutine 71 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0xc2081e22c0)
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_state.go:82 +0x14a
created by github.com/syndtr/goleveldb/leveldb.openDB
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:127 +0x863
goroutine 72 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc2081e22c0)
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:812 +0x858
created by github.com/syndtr/goleveldb/leveldb.openDB
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:130 +0x8a7
goroutine 73 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc2081e22c0)
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:759 +0x283
created by github.com/syndtr/goleveldb/leveldb.openDB
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:131 +0x8c1
goroutine 74 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0xc2081e22c0)
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_write.go:37 +0x197
created by github.com/syndtr/goleveldb/leveldb.openDB
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:132 +0x8db
goroutine 75 [select]:
github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).meter(0xc2080ce0c0, 0xb2d05e00)
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/ethdb/database.go:261 +0xaa5
created by github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).Meter
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/ethdb/database.go:193 +0x537
goroutine 76 [select]:
github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0xc2080a8620)
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:205 +0x21e
created by github.com/syndtr/goleveldb/leveldb/util.NewBufferPool
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:236 +0x24c
goroutine 77 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc20822a580)
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:120 +0x48c
created by github.com/syndtr/goleveldb/leveldb.openDB
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:126 +0x849
goroutine 78 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0xc20822a580)
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_state.go:82 +0x14a
created by github.com/syndtr/goleveldb/leveldb.openDB
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:127 +0x863
goroutine 79 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc20822a580)
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:812 +0x858
created by github.com/syndtr/goleveldb/leveldb.openDB
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:130 +0x8a7
goroutine 80 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc20822a580)
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:759 +0x283
created by github.com/syndtr/goleveldb/leveldb.openDB
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:131 +0x8c1
goroutine 81 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0xc20822a580)
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_write.go:37 +0x197
created by github.com/syndtr/goleveldb/leveldb.openDB
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:132 +0x8db
goroutine 82 [select]:
github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).meter(0xc2080ce180, 0xb2d05e00)
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/ethdb/database.go:261 +0xaa5
created by github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).Meter
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/ethdb/database.go:193 +0x537
goroutine 83 [select]:
github.com/ethereum/go-ethereum/core.(*ChainManager).update(0xc208187560)
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/core/chain_manager.go:750 +0x580
created by github.com/ethereum/go-ethereum/core.NewChainManager
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/core/chain_manager.go:136 +0xa7c
goroutine 84 [chan receive]:
github.com/ethereum/go-ethereum/core.(*TxPool).eventLoop(0xc208119960)
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:95 +0x93
created by github.com/ethereum/go-ethereum/core.NewTxPool
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:86 +0x3ce
goroutine 85 [select]:
github.com/ethereum/go-ethereum/miner.(*worker).update(0xc208c2aa50)
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/miner/worker.go:220 +0x689
created by github.com/ethereum/go-ethereum/miner.newWorker
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/miner/worker.go:140 +0x37c
goroutine 86 [chan receive]:
github.com/ethereum/go-ethereum/miner.(*worker).wait(0xc208c2aa50)
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/miner/worker.go:259 +0x92
created by github.com/ethereum/go-ethereum/miner.newWorker
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/miner/worker.go:141 +0x396
goroutine 87 [chan receive]:
github.com/ethereum/go-ethereum/miner.(*Miner).update(0xc2081a7c20)
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/miner/miner.go:66 +0x209
created by github.com/ethereum/go-ethereum/miner.New
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/miner/miner.go:54 +0x16d
goroutine 88 [select]:
github.com/ethereum/go-ethereum/p2p/nat.Map(0x7fd001aedd90, 0xc20800b980, 0xc208df69c0, 0xd62ef0, 0x3, 0x765f, 0x765f, 0xdd18b0, 0x12)
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/nat/nat.go:114 +0x936
created by github.com/ethereum/go-ethereum/p2p/discover.newUDP
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:222 +0x2ce
goroutine 35 [select]:
github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0xc208e1a000)
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:205 +0x21e
created by github.com/syndtr/goleveldb/leveldb/util.NewBufferPool
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:236 +0x24c
goroutine 36 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc2080e6420)
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:120 +0x48c
created by github.com/syndtr/goleveldb/leveldb.openDB
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:126 +0x849
goroutine 37 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0xc2080e6420)
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_state.go:82 +0x14a
created by github.com/syndtr/goleveldb/leveldb.openDB
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:127 +0x863
goroutine 38 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc2080e6420)
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:812 +0x858
created by github.com/syndtr/goleveldb/leveldb.openDB
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:130 +0x8a7
goroutine 39 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc2080e6420)
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:759 +0x283
created by github.com/syndtr/goleveldb/leveldb.openDB
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:131 +0x8c1
goroutine 40 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0xc2080e6420)
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_write.go:37 +0x197
created by github.com/syndtr/goleveldb/leveldb.openDB
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:132 +0x8db
goroutine 41 [select]:
github.com/ethereum/go-ethereum/p2p/discover.(*udp).loop(0xc208e02070)
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:332 +0xb53
created by github.com/ethereum/go-ethereum/p2p/discover.newUDP
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:232 +0x533
goroutine 42 [IO wait]:
net.(*pollDesc).Wait(0xc208e02060, 0x72, 0x0, 0x0)
/usr/lib/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc208e02060, 0x0, 0x0)
/usr/lib/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).readFrom(0xc208e02000, 0xc209b2e000, 0x500, 0x500, 0x0, 0x0, 0x0, 0x7fd001aec808, 0xc2098ce3b0)
/usr/lib/go/src/net/fd_unix.go:269 +0x4a1
net.(*UDPConn).ReadFromUDP(0xc2081a24d8, 0xc209b2e000, 0x500, 0x500, 0x500, 0x0, 0x0, 0x0)
/usr/lib/go/src/net/udpsock_posix.go:67 +0x124
github.com/ethereum/go-ethereum/p2p/discover.(*udp).readLoop(0xc208e02070)
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:453 +0xf5
created by github.com/ethereum/go-ethereum/p2p/discover.newUDP
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:233 +0x550
goroutine 43 [IO wait]:
net.(*pollDesc).Wait(0xc208e2a450, 0x72, 0x0, 0x0)
/usr/lib/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc208e2a450, 0x0, 0x0)
/usr/lib/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).accept(0xc208e2a3f0, 0x0, 0x7fd001aec808, 0xc20802b4a8)
/usr/lib/go/src/net/fd_unix.go:419 +0x40b
net.(*TCPListener).AcceptTCP(0xc208234120, 0x0, 0x0, 0x0)
/usr/lib/go/src/net/tcpsock_posix.go:234 +0x4e
net.(*TCPListener).Accept(0xc208234120, 0x0, 0x0, 0x0, 0x0)
/usr/lib/go/src/net/tcpsock_posix.go:244 +0x4c
github.com/ethereum/go-ethereum/fdtrack.(*wrappedListener).Accept(0xc208c5fc60, 0x0, 0x0, 0x0, 0x0)
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/fdtrack/fdtrack.go:64 +0x6e
github.com/ethereum/go-ethereum/p2p.(*Server).listenLoop(0xc208224000)
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:565 +0x350
created by github.com/ethereum/go-ethereum/p2p.(*Server).startListening
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:378 +0x26a
goroutine 44 [select]:
github.com/ethereum/go-ethereum/p2p/nat.Map(0x7fd001aedd90, 0xc20800b980, 0xc208df6720, 0xd61c10, 0x3, 0x765f, 0x765f, 0xd8d0f0, 0xc)
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/nat/nat.go:114 +0x936
github.com/ethereum/go-ethereum/p2p.func·006()
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:383 +0x92
created by github.com/ethereum/go-ethereum/p2p.(*Server).startListening
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:385 +0x350
goroutine 45 [select]:
github.com/ethereum/go-ethereum/p2p.(*Server).run(0xc208224000, 0x7fd001b04560, 0xc208e2a380)
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:447 +0x180a
created by github.com/ethereum/go-ethereum/p2p.(*Server).Start
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:363 +0xd5a
goroutine 46 [select]:
github.com/ethereum/go-ethereum/eth.(*Ethereum).syncDatabases(0xc20822a2c0)
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/eth/backend.go:574 +0x53f
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).Start
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/eth/backend.go:552 +0x1a5
goroutine 48 [chan receive]:
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).txBroadcastLoop(0xc2080ce3c0)
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:509 +0x99
created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:152 +0x144
goroutine 49 [chan receive]:
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).minedBroadcastLoop(0xc2080ce3c0)
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:498 +0x88
created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:155 +0x264
goroutine 98 [select]:
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).syncer(0xc2080ce3c0)
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/eth/sync.go:138 +0x23f
created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:158 +0x281
goroutine 99 [select]:
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).txsyncLoop(0xc2080ce3c0)
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/eth/sync.go:104 +0x5f9
created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:159 +0x29e
goroutine 51 [select]:
github.com/ethereum/go-ethereum/eth/fetcher.(*Fetcher).loop(0xc2081205a0)
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/eth/fetcher/fetcher.go:242 +0x1ff6
created by github.com/ethereum/go-ethereum/eth/fetcher.(*Fetcher).Start
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/eth/fetcher/fetcher.go:144 +0x32
goroutine 114 [chan receive]:
github.com/ethereum/go-ethereum/p2p/discover.(*Table).Lookup(0xc209b08900, 0xeedc921ac1c7700c, 0x55b8f0949a854d53, 0xa22b3a4bb269da14, 0xa5895e60d2c1f911, 0x5c83b263f3f073cb, 0xab28dc2fcd9a5545, 0xdd7430b63b6071b2, 0xef75383429b5b0eb, 0x0, ...)
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:248 +0x757
github.com/ethereum/go-ethereum/p2p/discover.(*Table).refresh(0xc209b08900)
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:304 +0x557
github.com/ethereum/go-ethereum/p2p/discover.(*Table).Bootstrap(0xc209b08900, 0x15ee980, 0x3, 0x3)
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:185 +0x3f6
github.com/ethereum/go-ethereum/p2p.(*discoverTask).Do(0xc209f92000, 0xc208224000)
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/dial.go:227 +0x7b
github.com/ethereum/go-ethereum/p2p.func·008()
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:433 +0x53
created by github.com/ethereum/go-ethereum/p2p.func·009
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:433 +0x58e
goroutine 100 [chan receive]:
github.com/ethereum/go-ethereum/cmd/utils.func·001()
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/cmd/utils/cmd.go:132 +0x13c
created by github.com/ethereum/go-ethereum/cmd/utils.StartEthereum
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/cmd/utils/cmd.go:145 +0x312
goroutine 101 [chan receive]:
github.com/ethereum/go-ethereum/fdtrack.func·001()
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/fdtrack/fdtrack.go:99 +0x8c
created by github.com/ethereum/go-ethereum/fdtrack.Start
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/fdtrack/fdtrack.go:111 +0x25
goroutine 102 [select]:
github.com/ethereum/go-ethereum/xeth.(*XEth).start(0xc208e0e270)
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/xeth/xeth.go:138 +0x702
created by github.com/ethereum/go-ethereum/xeth.New
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/xeth/xeth.go:128 +0x61c
goroutine 52 [select]:
github.com/ethereum/go-ethereum/event/filter.(*FilterManager).filterLoop(0xc208ab2bc0)
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/event/filter/eth_filter.go:90 +0x7f9
created by github.com/ethereum/go-ethereum/event/filter.(*FilterManager).Start
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/event/filter/eth_filter.go:47 +0x32
goroutine 90 [chan receive]:
github.com/ethereum/go-ethereum/p2p/discover.(*udp).findnode(0xc208e02070, 0x2031169bb8498400, 0x27d54f7f5e6b459e, 0xa1342e58ac9337cb, 0xd755a7076ffa22e5, 0x737121eea14bba58, 0x1559903d8ab735ed, 0x4d61e3b973d10c12, 0x2aa6ee1745223b21, 0xc2098b9f50, ...)
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:280 +0x319
github.com/ethereum/go-ethereum/p2p/discover.func·002()
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:227 +0x165
created by github.com/ethereum/go-ethereum/p2p/discover.(*Table).Lookup
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:240 +0x65d
goroutine 148 [chan receive]:
github.com/ethereum/go-ethereum/p2p/discover.(*udp).findnode(0xc208e02070, 0xd6b8955457fb79a9, 0x460f7d3150f744db, 0x6a5d36a32a4cbf22, 0xf2ee68993384c2f7, 0xd8a472ce0dad699b, 0x3b0ede6849bb5edb, 0x9f7734f1270191ec, 0x3c1631336dcbb0bc, 0xc2098e41b0, ...)
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:280 +0x319
github.com/ethereum/go-ethereum/p2p/discover.func·002()
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:227 +0x165
created by github.com/ethereum/go-ethereum/p2p/discover.(*Table).Lookup
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:240 +0x65d
goroutine 91 [chan receive]:
github.com/ethereum/go-ethereum/p2p/discover.(*udp).findnode(0xc208e02070, 0xfe94cd2d38902002, 0x7046a251d2288516, 0x6153433a0cb7aace, 0x6ed903d24465ba27, 0x162052e17d9e8898, 0xa87cd8a4c4c736be, 0x315a7bc68d0ccdcc, 0xa662910a8f2fc32d, 0xc2098d40c0, ...)
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:280 +0x319
github.com/ethereum/go-ethereum/p2p/discover.func·002()
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:227 +0x165
created by github.com/ethereum/go-ethereum/p2p/discover.(*Table).Lookup
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:240 +0x65d
goroutine 130 [select]:
github.com/ethereum/go-ethereum/event/filter.(*FilterManager).filterLoop(0xc208ab2a00)
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/event/filter/eth_filter.go:90 +0x7f9
created by github.com/ethereum/go-ethereum/event/filter.(*FilterManager).Start
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/event/filter/eth_filter.go:47 +0x32
goroutine 104 [IO wait]:
net.(*pollDesc).Wait(0xc208e2a5a0, 0x72, 0x0, 0x0)
/usr/lib/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc208e2a5a0, 0x0, 0x0)
/usr/lib/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).accept(0xc208e2a540, 0x0, 0x7fd001aec808, 0xc209fec128)
/usr/lib/go/src/net/fd_unix.go:419 +0x40b
net.(*UnixListener).AcceptUnix(0xc209fba520, 0x0, 0x0, 0x0)
/usr/lib/go/src/net/unixsock_posix.go:282 +0x56
net.(*UnixListener).Accept(0xc209fba520, 0x0, 0x0, 0x0, 0x0)
/usr/lib/go/src/net/unixsock_posix.go:293 +0x4c
github.com/ethereum/go-ethereum/fdtrack.(*wrappedListener).Accept(0xc209fba540, 0x0, 0x0, 0x0, 0x0)
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/fdtrack/fdtrack.go:64 +0x6e
github.com/ethereum/go-ethereum/rpc/comms.func·001()
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/rpc/comms/ipc_unix.go:63 +0x67
created by github.com/ethereum/go-ethereum/rpc/comms.startIpc
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/rpc/comms/ipc_unix.go:76 +0x2c7
goroutine 105 [select]:
github.com/ethereum/go-ethereum/xeth.(*XEth).start(0xc208e0e410)
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/xeth/xeth.go:138 +0x702
created by github.com/ethereum/go-ethereum/xeth.New
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/xeth/xeth.go:128 +0x61c
goroutine 107 [IO wait]:
net.(*pollDesc).Wait(0xc208e2a610, 0x72, 0x0, 0x0)
/usr/lib/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc208e2a610, 0x0, 0x0)
/usr/lib/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).accept(0xc208e2a5b0, 0x0, 0x7fd001aec808, 0xc2080a47d0)
/usr/lib/go/src/net/fd_unix.go:419 +0x40b
net.(*TCPListener).AcceptTCP(0xc208234180, 0x0, 0x0, 0x0)
/usr/lib/go/src/net/tcpsock_posix.go:234 +0x4e
net.(*TCPListener).Accept(0xc208234180, 0x0, 0x0, 0x0, 0x0)
/usr/lib/go/src/net/tcpsock_posix.go:244 +0x4c
github.com/ethereum/go-ethereum/fdtrack.(*wrappedListener).Accept(0xc209fbac60, 0x0, 0x0, 0x0, 0x0)
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/fdtrack/fdtrack.go:64 +0x6e
net/http.(*Server).Serve(0xc208e56de0, 0x7fd001b04528, 0xc209fbac60, 0x0, 0x0)
/usr/lib/go/src/net/http/server.go:1728 +0x92
created by github.com/ethereum/go-ethereum/rpc/comms.listenHTTP
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/rpc/comms/http.go:190 +0x31d
goroutine 108 [select]:
github.com/ethereum/go-ethereum/xeth.(*XEth).start(0xc208e0e5b0)
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/xeth/xeth.go:138 +0x702
created by github.com/ethereum/go-ethereum/xeth.New
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/xeth/xeth.go:128 +0x61c
goroutine 110 [select]:
github.com/ethereum/go-ethereum/xeth.func·002()
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/xeth/xeth.go:250 +0x4ca
created by github.com/ethereum/go-ethereum/xeth.(*XEth).UpdateState
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/xeth/xeth.go:269 +0x104
goroutine 111 [select]:
github.com/ethereum/go-ethereum/jsre.(*JSRE).runEventLoop(0xc208ab2f40)
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/jsre/jsre.go:139 +0xd15
created by github.com/ethereum/go-ethereum/jsre.New
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/jsre/jsre.go:67 +0x153
goroutine 112 [select]:
github.com/ethereum/go-ethereum/event/filter.(*FilterManager).filterLoop(0xc208ab2d80)
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/event/filter/eth_filter.go:90 +0x7f9
created by github.com/ethereum/go-ethereum/event/filter.(*FilterManager).Start
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/event/filter/eth_filter.go:47 +0x32
goroutine 22 [syscall]:
syscall.Syscall(0x0, 0x0, 0xc2080fd000, 0x1000, 0x50, 0x40, 0xc8aa40)
/usr/lib/go/src/syscall/asm_linux_amd64.s:21 +0x5
syscall.read(0x0, 0xc2080fd000, 0x1000, 0x1000, 0xe266ad6aca1513e8, 0x0, 0x0)
/usr/lib/go/src/syscall/zsyscall_linux_amd64.go:867 +0x6e
syscall.Read(0x0, 0xc2080fd000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
/usr/lib/go/src/syscall/syscall_unix.go:136 +0x58
os.(*File).read(0xc20803a000, 0xc2080fd000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
/usr/lib/go/src/os/file_unix.go:191 +0x5e
os.(*File).Read(0xc20803a000, 0xc2080fd000, 0x1000, 0x1000, 0xc208a7ec40, 0x0, 0x0)
/usr/lib/go/src/os/file.go:95 +0x91
bufio.(*Reader).fill(0xc208dbcba0)
/usr/lib/go/src/bufio/bufio.go:97 +0x1ce
bufio.(*Reader).ReadRune(0xc208dbcba0, 0x4a, 0xc208e04150, 0x0, 0x0)
/usr/lib/go/src/bufio/bufio.go:227 +0xd7
github.com/peterh/liner.func·002()
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/peterh/liner/input.go:95 +0x5d
created by github.com/peterh/liner.(*State).restartPrompt
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/peterh/liner/input.go:103 +0xff
goroutine 23 [select]:
github.com/ethereum/go-ethereum/p2p/discover.(*nodeDB).expirer(0xc208e2a2a0)
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/database.go:235 +0x21b
created by github.com/ethereum/go-ethereum/p2p/discover.func·001
/build/ethereum-KnsrcM/ethereum-1.0.1+46trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/database.go:227 +0x34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment