Last active
August 29, 2015 14:26
-
-
Save ryanberckmans/79946de421bd1940804a to your computer and use it in GitHub Desktop.
Ethereum geth mining crash: panic: ethash_full_new IO or memory error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Issue https://github.com/ethereum/go-ethereum/issues/1572 | |
I0801 18:50:56.966438 6114 database.go:74] Alloted 16MB cache to /home/ryan/.ethereum/blockchain | |
I0801 18:50:56.973862 6114 database.go:74] Alloted 16MB cache to /home/ryan/.ethereum/state | |
I0801 18:50:56.980452 6114 database.go:74] Alloted 16MB cache to /home/ryan/.ethereum/extra | |
I0801 18:50:56.985460 6114 backend.go:290] Protocol Versions: [61 60], Network Id: 1 | |
I0801 18:50:56.985755 6114 backend.go:319] Blockchain DB Version: 3 | |
I0801 18:50:56.986026 6114 chain_manager.go:232] Last block (#18839) 52744422a10887088eab7d73ab09c54620e40cb930bf85f83bb9f5de858d874e TD=9454137162789868 | |
I0801 18:50:57.015981 6114 cmd.go:122] Starting Geth/v1.0.0/linux/go1.4.2 | |
I0801 18:50:57.016245 6114 server.go:311] Starting Server | |
I0801 18:50:57.021982 6114 udp.go:205] Listening, enode://ff3bc2c1a70820da489528f22c229a1ef6ed50b1c4371dcca465fe2c130728f153fa81712f2e5531a401e8b97f146f28a88593304e9ee5de5e8401a44e7ab402@24.185.187.91:30303 | |
I0801 18:50:57.022116 6114 backend.go:555] Server started | |
I0801 18:50:57.022460 6114 ipc_unix.go:76] IPC service started (/home/ryan/.ethereum/geth.ipc) | |
I0801 18:50:57.022549 6114 server.go:548] Listening on [::]:30303 | |
I0801 18:50:57.040175 6114 nat.go:111] mapped network port udp:30303 -> 30303 (ethereum discovery) using NAT-PMP(192.168.1.1) | |
I0801 18:50:57.062474 6114 nat.go:111] mapped network port tcp:30303 -> 30303 (ethereum p2p) using NAT-PMP(192.168.1.1) | |
I0801 18:51:02.557662 6114 downloader.go:278] Block synchronisation started | |
I0801 18:51:05.779192 6114 chain_manager.go:650] imported 1 block(s) (0 queued 1 ignored) including 0 txs in 2.833162051s. #18840 [52744422 / 2d5c8826] | |
I0801 18:51:05.787609 6114 chain_manager.go:650] imported 0 block(s) (0 queued 2 ignored) including 0 txs in 8.022952ms. #18840 [52744422 / 2d5c8826] | |
I0801 18:51:05.791929 6114 chain_manager.go:650] imported 0 block(s) (0 queued 1 ignored) including 0 txs in 4.15129ms. #18840 [2d5c8826 / 2d5c8826] | |
I0801 18:51:07.013314 6114 chain_manager.go:650] imported 1 block(s) (0 queued 0 ignored) including 0 txs in 5.941821ms. #18841 [adc1582e / adc1582e] | |
I0801 18:51:07.416338 6114 chain_manager.go:650] imported 0 block(s) (0 queued 1 ignored) including 0 txs in 7.444144ms. #18840 [2d5c8826 / 2d5c8826] | |
I0801 18:51:15.632943 6114 chain_manager.go:650] imported 1 block(s) (0 queued 0 ignored) including 0 txs in 6.739547ms. #18842 [5e05c444 / 5e05c444] | |
I0801 18:51:16.422953 6114 chain_manager.go:650] imported 0 block(s) (0 queued 1 ignored) including 0 txs in 4.952591ms. #18841 [adc1582e / adc1582e] | |
I0801 18:51:29.903104 6114 chain_manager.go:650] imported 1 block(s) (0 queued 0 ignored) including 0 txs in 11.644154ms. #18843 [0d13249c / 0d13249c] | |
I0801 18:51:29.977351 6114 chain_manager.go:650] imported 0 block(s) (0 queued 1 ignored) including 0 txs in 6.943205ms. #18842 [5e05c444 / 5e05c444] | |
I0801 18:51:39.060575 6114 chain_manager.go:650] imported 0 block(s) (0 queued 1 ignored) including 0 txs in 7.128135ms. #18843 [0d13249c / 0d13249c] | |
I0801 18:51:39.773635 6114 backend.go:642] Automatic pregeneration of ethash DAG ON (ethash dir: /home/ryan/.ethash) | |
I0801 18:51:39.773837 6114 miner.go:117] Starting mining operation (CPU=1 TOT=2) | |
I0801 18:51:39.777348 6114 worker.go:503] commit new work on block 18844 with 0 txs & 0 uncles. Took 3.340334ms | |
I0801 18:51:39.780887 6114 ethash.go:202] Generating DAG for epoch 0 (0000000000000000000000000000000000000000000000000000000000000000) | |
I0801 18:51:39.782935 6114 backend.go:649] checking DAG (ethash dir: /home/ryan/.ethash) | |
I0801 18:51:39.783706 6114 backend.go:663] Pregenerating DAG for epoch 1 (full-R23-290decd9548b62a8) | |
I0801 18:51:39.784114 6114 ethash.go:202] Generating DAG for epoch 1 (290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e563) | |
I0801 18:52:06.069736 6114 ethash.go:230] Still generating DAG: 0% | |
panic: ethash_full_new IO or memory error | |
goroutine 1094 [running]: | |
github.com/ethereum/ethash.func·002() | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go:216 +0x436 | |
sync.(*Once).Do(0x1b68b934, 0x1baf3e68) | |
/usr/lib/go/src/sync/once.go:44 +0xb9 | |
github.com/ethereum/ethash.(*dag).generate(0x1b68b920) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go:220 +0x49 | |
github.com/ethereum/ethash.MakeDAG(0x7530, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go:242 +0x196 | |
github.com/ethereum/go-ethereum/eth.func·002() | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/backend.go:664 +0x852 | |
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).StartAutoDAG | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/backend.go:679 +0x88 | |
goroutine 1 [chan receive, 1 minutes]: | |
main.run(0x18f2ab60) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:358 +0x172 | |
github.com/codegangsta/cli.(*App).Run(0x18f48400, 0x18f0a000, 0x1, 0x1, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/codegangsta/cli/app.go:182 +0xc03 | |
main.main() | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:341 +0x6c | |
goroutine 5 [syscall, 1 minutes]: | |
os/signal.loop() | |
/usr/lib/go/src/os/signal/signal_unix.go:21 +0x21 | |
created by os/signal.init·1 | |
/usr/lib/go/src/os/signal/signal_unix.go:27 +0x34 | |
goroutine 7 [chan receive]: | |
github.com/ethereum/go-ethereum/logger/glog.(*loggingT).flushDaemon(0x8d79f80) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/logger/glog/glog.go:897 +0x76 | |
created by github.com/ethereum/go-ethereum/logger/glog.init·1 | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/logger/glog/glog.go:428 +0x6e | |
goroutine 17 [syscall, 1 minutes, locked to thread]: | |
runtime.goexit() | |
/usr/lib/go/src/runtime/asm_386.s:2287 +0x1 | |
goroutine 8 [select]: | |
github.com/ethereum/go-ethereum/logger.dispatchLoop() | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/logger/sys.go:81 +0x58c | |
created by github.com/ethereum/go-ethereum/logger.init·1 | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/logger/sys.go:60 +0x25 | |
goroutine 25 [select]: | |
github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0x18f32380) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_state.go:82 +0x11d | |
created by github.com/syndtr/goleveldb/leveldb.openDB | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:127 +0x74c | |
goroutine 309 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0x1b24d540, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x197 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0x1903a230, 0x1b0fae40, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:223 +0x68 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0x1903a230, 0x1b0fae40, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:211 +0x734 | |
github.com/ethereum/go-ethereum/eth.func·003(0x1b251c80, 0xb7549610, 0x1b24d540, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:112 +0xaa | |
github.com/ethereum/go-ethereum/p2p.func·002() | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x6d | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x2db | |
goroutine 24 [select, 1 minutes]: | |
github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0x18f32380) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:120 +0x414 | |
created by github.com/syndtr/goleveldb/leveldb.openDB | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:126 +0x737 | |
goroutine 308 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0x1b251c80) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x204 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0xf2 | |
goroutine 26 [select, 1 minutes]: | |
github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0x18f32380) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:812 +0x68a | |
created by github.com/syndtr/goleveldb/leveldb.openDB | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:130 +0x786 | |
goroutine 12 [select]: | |
github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0x18fdc2c0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:205 +0x1c5 | |
created by github.com/syndtr/goleveldb/leveldb/util.NewBufferPool | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:236 +0x1bb | |
goroutine 23 [chan receive]: | |
github.com/ethereum/go-ethereum/logger.sysLoop(0xb7538bf8, 0x18f0b388, 0x18f41900, 0x18f36ac0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/logger/sys.go:117 +0x50 | |
created by github.com/ethereum/go-ethereum/logger.func·001 | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/logger/sys.go:77 +0x134 | |
goroutine 13 [select, 1 minutes]: | |
github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0x18f32fc0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:120 +0x414 | |
created by github.com/syndtr/goleveldb/leveldb.openDB | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:126 +0x737 | |
goroutine 14 [select]: | |
github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0x18f32fc0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_state.go:82 +0x11d | |
created by github.com/syndtr/goleveldb/leveldb.openDB | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:127 +0x74c | |
goroutine 15 [select, 1 minutes]: | |
github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0x18f32fc0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:812 +0x68a | |
created by github.com/syndtr/goleveldb/leveldb.openDB | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:130 +0x786 | |
goroutine 16 [select, 1 minutes]: | |
github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0x18f32fc0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:759 +0x221 | |
created by github.com/syndtr/goleveldb/leveldb.openDB | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:131 +0x79b | |
goroutine 34 [select, 1 minutes]: | |
github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0x18f32fc0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_write.go:37 +0x153 | |
created by github.com/syndtr/goleveldb/leveldb.openDB | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:132 +0x7b0 | |
goroutine 35 [select]: | |
github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).meter(0x19048240, 0xb2d05e00, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/ethdb/database.go:261 +0x901 | |
created by github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).Meter | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/ethdb/database.go:193 +0x42d | |
goroutine 36 [select]: | |
github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0x19046210) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:205 +0x1c5 | |
created by github.com/syndtr/goleveldb/leveldb/util.NewBufferPool | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:236 +0x1bb | |
goroutine 27 [select, 1 minutes]: | |
github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0x18f32380) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:759 +0x221 | |
created by github.com/syndtr/goleveldb/leveldb.openDB | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:131 +0x79b | |
goroutine 28 [select, 1 minutes]: | |
github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0x18f32380) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_write.go:37 +0x153 | |
created by github.com/syndtr/goleveldb/leveldb.openDB | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:132 +0x7b0 | |
goroutine 29 [select]: | |
github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).meter(0x19048360, 0xb2d05e00, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/ethdb/database.go:261 +0x901 | |
created by github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).Meter | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/ethdb/database.go:193 +0x42d | |
goroutine 30 [select]: | |
github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0x19046420) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:205 +0x1c5 | |
created by github.com/syndtr/goleveldb/leveldb/util.NewBufferPool | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:236 +0x1bb | |
goroutine 37 [select, 1 minutes]: | |
github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0x18f32620) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:120 +0x414 | |
created by github.com/syndtr/goleveldb/leveldb.openDB | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:126 +0x737 | |
goroutine 38 [select]: | |
github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0x18f32620) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_state.go:82 +0x11d | |
created by github.com/syndtr/goleveldb/leveldb.openDB | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:127 +0x74c | |
goroutine 39 [select, 1 minutes]: | |
github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0x18f32620) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:812 +0x68a | |
created by github.com/syndtr/goleveldb/leveldb.openDB | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:130 +0x786 | |
goroutine 40 [select, 1 minutes]: | |
github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0x18f32620) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:759 +0x221 | |
created by github.com/syndtr/goleveldb/leveldb.openDB | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:131 +0x79b | |
goroutine 41 [select, 1 minutes]: | |
github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0x18f32620) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_write.go:37 +0x153 | |
created by github.com/syndtr/goleveldb/leveldb.openDB | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:132 +0x7b0 | |
goroutine 42 [select]: | |
github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).meter(0x190482a0, 0xb2d05e00, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/ethdb/database.go:261 +0x901 | |
created by github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).Meter | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/ethdb/database.go:193 +0x42d | |
goroutine 43 [select]: | |
github.com/ethereum/go-ethereum/core.(*ChainManager).update(0x18f3c0d0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/core/chain_manager.go:738 +0x46f | |
created by github.com/ethereum/go-ethereum/core.NewChainManager | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/core/chain_manager.go:127 +0x747 | |
goroutine 44 [chan receive]: | |
github.com/ethereum/go-ethereum/core.(*TxPool).eventLoop(0x19ad64c0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:95 +0x73 | |
created by github.com/ethereum/go-ethereum/core.NewTxPool | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:86 +0x303 | |
goroutine 45 [select]: | |
github.com/ethereum/go-ethereum/miner.(*worker).update(0x19009360) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/miner/worker.go:220 +0x539 | |
created by github.com/ethereum/go-ethereum/miner.newWorker | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/miner/worker.go:140 +0x2e3 | |
goroutine 46 [chan receive, 1 minutes]: | |
github.com/ethereum/go-ethereum/miner.(*worker).wait(0x19009360) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/miner/worker.go:259 +0x7f | |
created by github.com/ethereum/go-ethereum/miner.newWorker | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/miner/worker.go:141 +0x2f8 | |
goroutine 646 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0x1a5b83f0, 0xb75495f8) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0x92f | |
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0x18f3c1a0, 0x1a5b83f0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:662 +0x2f5 | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).run | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x12b9 | |
goroutine 48 [select, 1 minutes]: | |
github.com/ethereum/go-ethereum/p2p/nat.Map(0xb7538bd0, 0x18f35740, 0x19c75ac0, 0x875b028, 0x3, 0x765f, 0x765f, 0x87bc7e8, 0x12) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/nat/nat.go:114 +0x710 | |
created by github.com/ethereum/go-ethereum/p2p/discover.newUDP | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:220 +0x273 | |
goroutine 49 [select]: | |
github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0x19c78630) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:205 +0x1c5 | |
created by github.com/syndtr/goleveldb/leveldb/util.NewBufferPool | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:236 +0x1bb | |
goroutine 50 [select]: | |
github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0x19b07180) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:120 +0x414 | |
created by github.com/syndtr/goleveldb/leveldb.openDB | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:126 +0x737 | |
goroutine 51 [select]: | |
github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0x19b07180) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_state.go:82 +0x11d | |
created by github.com/syndtr/goleveldb/leveldb.openDB | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:127 +0x74c | |
goroutine 52 [select]: | |
github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0x19b07180) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:812 +0x68a | |
created by github.com/syndtr/goleveldb/leveldb.openDB | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:130 +0x786 | |
goroutine 53 [select, 1 minutes]: | |
github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0x19b07180) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:759 +0x221 | |
created by github.com/syndtr/goleveldb/leveldb.openDB | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:131 +0x79b | |
goroutine 54 [select, 1 minutes]: | |
github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0x19b07180) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_write.go:37 +0x153 | |
created by github.com/syndtr/goleveldb/leveldb.openDB | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:132 +0x7b0 | |
goroutine 55 [runnable]: | |
github.com/ethereum/go-ethereum/p2p/discover.(*udp).loop(0x19c75b80) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:329 +0xa87 | |
created by github.com/ethereum/go-ethereum/p2p/discover.newUDP | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:230 +0x46c | |
goroutine 56 [semacquire]: | |
sync.(*Mutex).Lock(0x19a76900) | |
/usr/lib/go/src/sync/mutex.go:66 +0xcb | |
github.com/ethereum/go-ethereum/p2p/discover.(*findnode).handle(0x19db86e0, 0x19c75b80, 0x1b2b8ba0, 0xe8b1375d, 0x4f3bc00b, 0xc9133a5d, 0x6f0b7f21, 0x8e373da5, 0xb0e7429a, 0x543bce18, ...) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:546 +0x1c2 | |
github.com/ethereum/go-ethereum/p2p/discover.(*udp).handlePacket(0x19c75b80, 0x1b2b8ba0, 0x18f12500, 0xab, 0x500, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:465 +0x25d | |
github.com/ethereum/go-ethereum/p2p/discover.(*udp).readLoop(0x19c75b80) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:454 +0x132 | |
created by github.com/ethereum/go-ethereum/p2p/discover.newUDP | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:231 +0x484 | |
goroutine 57 [IO wait]: | |
net.(*pollDesc).Wait(0x1a51a738, 0x72, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:84 +0x42 | |
net.(*pollDesc).WaitRead(0x1a51a738, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:89 +0x40 | |
net.(*netFD).accept(0x1a51a700, 0x0, 0xb7538098, 0x1b9966b0) | |
/usr/lib/go/src/net/fd_unix.go:419 +0x34f | |
net.(*TCPListener).AcceptTCP(0x19a7b4e0, 0x807d0f4, 0x0, 0x0) | |
/usr/lib/go/src/net/tcpsock_posix.go:234 +0x48 | |
net.(*TCPListener).Accept(0x19a7b4e0, 0x0, 0x0, 0x0, 0x0) | |
/usr/lib/go/src/net/tcpsock_posix.go:244 +0x48 | |
github.com/ethereum/go-ethereum/p2p.(*Server).listenLoop(0x18f3c1a0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:564 +0x285 | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).startListening | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:377 +0x1a6 | |
goroutine 58 [select, 1 minutes]: | |
github.com/ethereum/go-ethereum/p2p/nat.Map(0xb7538bd0, 0x18f35740, 0x19c75840, 0x875af08, 0x3, 0x765f, 0x765f, 0x87a31e8, 0xc) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/nat/nat.go:114 +0x710 | |
github.com/ethereum/go-ethereum/p2p.func·006() | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:382 +0x7b | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).startListening | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:384 +0x262 | |
goroutine 59 [semacquire]: | |
sync.(*Mutex).Lock(0x19a76900) | |
/usr/lib/go/src/sync/mutex.go:66 +0xcb | |
github.com/ethereum/go-ethereum/p2p/discover.(*Table).ReadRandomNodes(0x19a76900, 0x1ad6a040, 0x6, 0x6, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:122 +0x55 | |
github.com/ethereum/go-ethereum/p2p.(*dialstate).newTasks(0x1a51a6c0, 0x7, 0x1ad6ab00, 0xcd4f4495, 0xe, 0xd769bee, 0x8d79c20, 0x0, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/dial.go:158 +0x31f | |
github.com/ethereum/go-ethereum/p2p.(*Server).run(0x18f3c1a0, 0xb7540488, 0x1a51a6c0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:443 +0x32e | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).Start | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:362 +0xb63 | |
goroutine 60 [select]: | |
github.com/ethereum/go-ethereum/eth.(*Ethereum).syncDatabases(0x190462c0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/backend.go:565 +0x3fc | |
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).Start | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/backend.go:543 +0x11f | |
goroutine 61 [chan receive, 1 minutes]: | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).txBroadcastLoop(0x1903a230) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:509 +0x73 | |
created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:152 +0xfc | |
goroutine 62 [chan receive, 1 minutes]: | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).minedBroadcastLoop(0x1903a230) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:498 +0x73 | |
created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:155 +0x1da | |
goroutine 63 [select]: | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).syncer(0x1903a230) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/sync.go:138 +0x1fb | |
created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:158 +0x1ef | |
goroutine 64 [select, 1 minutes]: | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).txsyncLoop(0x1903a230) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/sync.go:104 +0x530 | |
created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:159 +0x204 | |
goroutine 65 [chan receive, 1 minutes]: | |
github.com/ethereum/go-ethereum/cmd/utils.func·001() | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/cmd/utils/cmd.go:130 +0xfb | |
created by github.com/ethereum/go-ethereum/cmd/utils.StartEthereum | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/cmd/utils/cmd.go:143 +0x240 | |
goroutine 66 [select]: | |
github.com/ethereum/go-ethereum/xeth.(*XEth).start(0x1a50cc80) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/xeth/xeth.go:138 +0x648 | |
created by github.com/ethereum/go-ethereum/xeth.New | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/xeth/xeth.go:128 +0x4d8 | |
goroutine 104 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0x1a0a0180) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x204 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0xf2 | |
goroutine 68 [IO wait]: | |
net.(*pollDesc).Wait(0x1a51aab8, 0x72, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:84 +0x42 | |
net.(*pollDesc).WaitRead(0x1a51aab8, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:89 +0x40 | |
net.(*netFD).accept(0x1a51aa80, 0x0, 0xb7538098, 0x1a5910b4) | |
/usr/lib/go/src/net/fd_unix.go:419 +0x34f | |
net.(*UnixListener).AcceptUnix(0x1a501ca0, 0xb61d6430, 0x0, 0x0) | |
/usr/lib/go/src/net/unixsock_posix.go:282 +0x50 | |
github.com/ethereum/go-ethereum/rpc/comms.func·003() | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/rpc/comms/ipc_unix.go:61 +0x42 | |
created by github.com/ethereum/go-ethereum/rpc/comms.startIpc | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/rpc/comms/ipc_unix.go:74 +0x200 | |
goroutine 814 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0x1a751c80) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x204 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0xf2 | |
goroutine 70 [select]: | |
github.com/ethereum/go-ethereum/eth/fetcher.(*Fetcher).loop(0x19ab8910) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/fetcher/fetcher.go:242 +0x1bc2 | |
created by github.com/ethereum/go-ethereum/eth/fetcher.(*Fetcher).Start | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/fetcher/fetcher.go:144 +0x2f | |
goroutine 71 [select]: | |
github.com/ethereum/go-ethereum/event/filter.(*FilterManager).filterLoop(0x1a936930) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/event/filter/eth_filter.go:90 +0x689 | |
created by github.com/ethereum/go-ethereum/event/filter.(*FilterManager).Start | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/event/filter/eth_filter.go:47 +0x2f | |
goroutine 103 [IO wait]: | |
net.(*pollDesc).Wait(0x19968638, 0x72, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:84 +0x42 | |
net.(*pollDesc).WaitRead(0x19968638, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:89 +0x40 | |
net.(*netFD).Read(0x19968600, 0x1ae96a40, 0x20, 0x20, 0x0, 0xb7538098, 0x1aea2508) | |
/usr/lib/go/src/net/fd_unix.go:242 +0x2f0 | |
net.(*conn).Read(0x19a7a230, 0x1ae96a40, 0x20, 0x20, 0x8d7bf18, 0x0, 0x0) | |
/usr/lib/go/src/net/net.go:121 +0xba | |
github.com/ethereum/go-ethereum/p2p.(*meteredConn).Read(0x19a7a240, 0x1ae96a40, 0x20, 0x20, 0x1ae96a40, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/metrics.go:54 +0x58 | |
io.ReadAtLeast(0xb7544d10, 0x19a7a240, 0x1ae96a40, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/lib/go/src/io/io.go:298 +0xb2 | |
io.ReadFull(0xb7544d10, 0x19a7a240, 0x1ae96a40, 0x20, 0x20, 0x1ae96a40, 0x0, 0x0) | |
/usr/lib/go/src/io/io.go:316 +0x5c | |
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0x1a0a0090, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:561 +0xfd | |
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0x1b007a00, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x155 | |
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0x1a0a0180, 0x1a087f80) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x72 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xda | |
goroutine 88 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0x1b004b10, 0xb75495f8) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0x92f | |
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0x18f3c1a0, 0x1b004b10) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:662 +0x2f5 | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).run | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x12b9 | |
goroutine 815 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0x19c74dc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x197 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0x1903a230, 0x1a84a8a0, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:223 +0x68 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0x1903a230, 0x1a84a8a0, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:211 +0x734 | |
github.com/ethereum/go-ethereum/eth.func·003(0x1a751c80, 0xb7549610, 0x19c74dc0, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:112 +0xaa | |
github.com/ethereum/go-ethereum/p2p.func·002() | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x6d | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x2db | |
goroutine 102 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0x1a0a0180, 0xb75495f8) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0x92f | |
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0x18f3c1a0, 0x1a0a0180) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:662 +0x2f5 | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).run | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x12b9 | |
goroutine 305 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0x19bb7900, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x197 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0x1903a230, 0x1b27f4a0, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:223 +0x68 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0x1903a230, 0x1b27f4a0, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:211 +0x734 | |
github.com/ethereum/go-ethereum/eth.func·003(0x1b042030, 0xb7549610, 0x19bb7900, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:112 +0xaa | |
github.com/ethereum/go-ethereum/p2p.func·002() | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x6d | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x2db | |
goroutine 901 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0x1b99a840, 0xb75495f8) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0x92f | |
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0x18f3c1a0, 0x1b99a840) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:662 +0x2f5 | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).run | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x12b9 | |
goroutine 85 [select, 1 minutes]: | |
github.com/ethereum/go-ethereum/p2p/discover.(*nodeDB).expirer(0x1a934fc0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/database.go:235 +0x1ca | |
created by github.com/ethereum/go-ethereum/p2p/discover.func·001 | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/database.go:227 +0x30 | |
goroutine 97 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0x1ae3a6f0, 0xb75495f8) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0x92f | |
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0x18f3c1a0, 0x1ae3a6f0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:662 +0x2f5 | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).run | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x12b9 | |
goroutine 548 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0x1a953cc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x197 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0x1903a230, 0x1b9accc0, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:223 +0x68 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0x1903a230, 0x1b9accc0, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:211 +0x734 | |
github.com/ethereum/go-ethereum/eth.func·003(0x1b99baa0, 0xb7549610, 0x1a953cc0, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:112 +0xaa | |
github.com/ethereum/go-ethereum/p2p.func·002() | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x6d | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x2db | |
goroutine 360 [IO wait]: | |
net.(*pollDesc).Wait(0x19f28ab8, 0x72, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:84 +0x42 | |
net.(*pollDesc).WaitRead(0x19f28ab8, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:89 +0x40 | |
net.(*netFD).Read(0x19f28a80, 0x1b64b240, 0x20, 0x20, 0x0, 0xb7538098, 0x19ea4868) | |
/usr/lib/go/src/net/fd_unix.go:242 +0x2f0 | |
net.(*conn).Read(0x19a7a1d0, 0x1b64b240, 0x20, 0x20, 0x8d7bf18, 0x0, 0x0) | |
/usr/lib/go/src/net/net.go:121 +0xba | |
github.com/ethereum/go-ethereum/p2p.(*meteredConn).Read(0x19a7a1d8, 0x1b64b240, 0x20, 0x20, 0x1b64b240, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/metrics.go:54 +0x58 | |
io.ReadAtLeast(0xb7544d10, 0x19a7a1d8, 0x1b64b240, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/lib/go/src/io/io.go:298 +0xb2 | |
io.ReadFull(0xb7544d10, 0x19a7a1d8, 0x1b64b240, 0x20, 0x20, 0x1b64b240, 0x0, 0x0) | |
/usr/lib/go/src/io/io.go:316 +0x5c | |
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0x19f1f2f0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:561 +0xfd | |
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0x19cd9320, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x155 | |
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0x19a36b40, 0x19bb6f40) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x72 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xda | |
goroutine 105 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0x1a087d80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x197 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0x1903a230, 0x1b00c2a0, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:223 +0x68 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0x1903a230, 0x1b00c2a0, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:211 +0x734 | |
github.com/ethereum/go-ethereum/eth.func·003(0x1a0a0180, 0xb7549610, 0x1a087d80, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:112 +0xaa | |
github.com/ethereum/go-ethereum/p2p.func·002() | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x6d | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x2db | |
goroutine 89 [IO wait]: | |
net.(*pollDesc).Wait(0x1af2fbb8, 0x72, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:84 +0x42 | |
net.(*pollDesc).WaitRead(0x1af2fbb8, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:89 +0x40 | |
net.(*netFD).Read(0x1af2fb80, 0x1b294ce0, 0x20, 0x20, 0x0, 0xb7538098, 0x1b0ac138) | |
/usr/lib/go/src/net/fd_unix.go:242 +0x2f0 | |
net.(*conn).Read(0x18f0b600, 0x1b294ce0, 0x20, 0x20, 0x8d7bf18, 0x0, 0x0) | |
/usr/lib/go/src/net/net.go:121 +0xba | |
github.com/ethereum/go-ethereum/p2p.(*meteredConn).Read(0x18f0b610, 0x1b294ce0, 0x20, 0x20, 0x1b294ce0, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/metrics.go:54 +0x58 | |
io.ReadAtLeast(0xb7544d10, 0x18f0b610, 0x1b294ce0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/lib/go/src/io/io.go:298 +0xb2 | |
io.ReadFull(0xb7544d10, 0x18f0b610, 0x1b294ce0, 0x20, 0x20, 0x1b294ce0, 0x0, 0x0) | |
/usr/lib/go/src/io/io.go:316 +0x5c | |
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0x1b004840, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:561 +0xfd | |
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0x1af39760, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x155 | |
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0x1b004b10, 0x1afff500) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x72 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xda | |
goroutine 90 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0x1b004b10) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x204 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0xf2 | |
goroutine 91 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0x1afff280, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x197 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0x1903a230, 0x19898360, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:223 +0x68 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0x1903a230, 0x19898360, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:211 +0x734 | |
github.com/ethereum/go-ethereum/eth.func·003(0x1b004b10, 0xb7549610, 0x1afff280, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:112 +0xaa | |
github.com/ethereum/go-ethereum/p2p.func·002() | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x6d | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x2db | |
goroutine 114 [IO wait]: | |
net.(*pollDesc).Wait(0x1afff8f8, 0x72, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:84 +0x42 | |
net.(*pollDesc).WaitRead(0x1afff8f8, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:89 +0x40 | |
net.(*netFD).Read(0x1afff8c0, 0x1a597e00, 0x20, 0x20, 0x0, 0xb7538098, 0x1aee4c88) | |
/usr/lib/go/src/net/fd_unix.go:242 +0x2f0 | |
net.(*conn).Read(0x19006548, 0x1a597e00, 0x20, 0x20, 0x8d7bf18, 0x0, 0x0) | |
/usr/lib/go/src/net/net.go:121 +0xba | |
github.com/ethereum/go-ethereum/p2p.(*meteredConn).Read(0x19006558, 0x1a597e00, 0x20, 0x20, 0x1a597e00, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/metrics.go:54 +0x58 | |
io.ReadAtLeast(0xb7544d10, 0x19006558, 0x1a597e00, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/lib/go/src/io/io.go:298 +0xb2 | |
io.ReadFull(0xb7544d10, 0x19006558, 0x1a597e00, 0x20, 0x20, 0x1a597e00, 0x0, 0x0) | |
/usr/lib/go/src/io/io.go:316 +0x5c | |
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0x1ae3a570, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:561 +0xfd | |
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0x1b007f20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x155 | |
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0x1ae3a6f0, 0x1989e000) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x72 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xda | |
goroutine 115 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0x1ae3a6f0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x204 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0xf2 | |
goroutine 116 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0x19917dc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x197 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0x1903a230, 0x1b0277a0, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:223 +0x68 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0x1903a230, 0x1b0277a0, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:211 +0x734 | |
github.com/ethereum/go-ethereum/eth.func·003(0x1ae3a6f0, 0xb7549610, 0x19917dc0, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:112 +0xaa | |
github.com/ethereum/go-ethereum/p2p.func·002() | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x6d | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x2db | |
goroutine 1049 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0x1b68a9c0, 0xb75495f8) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0x92f | |
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0x18f3c1a0, 0x1b68a9c0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:662 +0x2f5 | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).run | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x12b9 | |
goroutine 361 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0x19a36b40) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x204 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0xf2 | |
goroutine 810 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0x1a751c80, 0xb75495f8) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0x92f | |
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0x18f3c1a0, 0x1a751c80) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:662 +0x2f5 | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).run | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x12b9 | |
goroutine 502 [IO wait]: | |
net.(*pollDesc).Wait(0x19e422f8, 0x72, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:84 +0x42 | |
net.(*pollDesc).WaitRead(0x19e422f8, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:89 +0x40 | |
net.(*netFD).Read(0x19e422c0, 0x1ba3e240, 0x20, 0x20, 0x0, 0xb7538098, 0x1b0b0080) | |
/usr/lib/go/src/net/fd_unix.go:242 +0x2f0 | |
net.(*conn).Read(0x19006518, 0x1ba3e240, 0x20, 0x20, 0x8d7bf18, 0x0, 0x0) | |
/usr/lib/go/src/net/net.go:121 +0xba | |
github.com/ethereum/go-ethereum/p2p.(*meteredConn).Read(0x19006538, 0x1ba3e240, 0x20, 0x20, 0x1ba3e240, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/metrics.go:54 +0x58 | |
io.ReadAtLeast(0xb7544d10, 0x19006538, 0x1ba3e240, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/lib/go/src/io/io.go:298 +0xb2 | |
io.ReadFull(0xb7544d10, 0x19006538, 0x1ba3e240, 0x20, 0x20, 0x1ba3e240, 0x0, 0x0) | |
/usr/lib/go/src/io/io.go:316 +0x5c | |
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0x1b0a8510, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:561 +0xfd | |
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0x1ae97040, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x155 | |
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0x1b4b4ed0, 0x1b4b0cc0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x72 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xda | |
goroutine 301 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0x1b251c80, 0xb75495f8) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0x92f | |
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0x18f3c1a0, 0x1b251c80) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:662 +0x2f5 | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).run | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x12b9 | |
goroutine 238 [IO wait]: | |
net.(*pollDesc).Wait(0x1a708578, 0x72, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:84 +0x42 | |
net.(*pollDesc).WaitRead(0x1a708578, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:89 +0x40 | |
net.(*netFD).Read(0x1a708540, 0x1a8a2340, 0x20, 0x20, 0x0, 0xb7538098, 0x19b881b8) | |
/usr/lib/go/src/net/fd_unix.go:242 +0x2f0 | |
net.(*conn).Read(0x19006000, 0x1a8a2340, 0x20, 0x20, 0x8d7bf18, 0x0, 0x0) | |
/usr/lib/go/src/net/net.go:121 +0xba | |
github.com/ethereum/go-ethereum/p2p.(*meteredConn).Read(0x19006018, 0x1a8a2340, 0x20, 0x20, 0x1a8a2340, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/metrics.go:54 +0x58 | |
io.ReadAtLeast(0xb7544d10, 0x19006018, 0x1a8a2340, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/lib/go/src/io/io.go:298 +0xb2 | |
io.ReadFull(0xb7544d10, 0x19006018, 0x1a8a2340, 0x20, 0x20, 0x1a8a2340, 0x0, 0x0) | |
/usr/lib/go/src/io/io.go:316 +0x5c | |
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0x19d66c60, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:561 +0xfd | |
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0x1a6e1b40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x155 | |
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0x19a1e4e0, 0x1a708300) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x72 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xda | |
goroutine 544 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0x1b99ba70, 0xb75495f8) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0x92f | |
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0x18f3c1a0, 0x1b99ba70) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:662 +0x2f5 | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).run | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x12b9 | |
goroutine 813 [IO wait]: | |
net.(*pollDesc).Wait(0x19c74c38, 0x72, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:84 +0x42 | |
net.(*pollDesc).WaitRead(0x19c74c38, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:89 +0x40 | |
net.(*netFD).Read(0x19c74c00, 0x19aefca0, 0x20, 0x20, 0x0, 0xb7538098, 0x1b4db1b8) | |
/usr/lib/go/src/net/fd_unix.go:242 +0x2f0 | |
net.(*conn).Read(0x1991c748, 0x19aefca0, 0x20, 0x20, 0x8d7bf18, 0x0, 0x0) | |
/usr/lib/go/src/net/net.go:121 +0xba | |
github.com/ethereum/go-ethereum/p2p.(*meteredConn).Read(0x1991c758, 0x19aefca0, 0x20, 0x20, 0x19aefca0, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/metrics.go:54 +0x58 | |
io.ReadAtLeast(0xb7544d10, 0x1991c758, 0x19aefca0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/lib/go/src/io/io.go:298 +0xb2 | |
io.ReadFull(0xb7544d10, 0x1991c758, 0x19aefca0, 0x20, 0x20, 0x19aefca0, 0x0, 0x0) | |
/usr/lib/go/src/io/io.go:316 +0x5c | |
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0x1b3f94a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:561 +0xfd | |
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0x1adab200, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x155 | |
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0x1a751c80, 0x19c75040) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x72 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xda | |
goroutine 836 [IO wait]: | |
net.(*pollDesc).Wait(0x19f52278, 0x72, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:84 +0x42 | |
net.(*pollDesc).WaitRead(0x19f52278, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:89 +0x40 | |
net.(*netFD).Read(0x19f52240, 0x1b5147c0, 0x20, 0x20, 0x0, 0xb7538098, 0x1a591750) | |
/usr/lib/go/src/net/fd_unix.go:242 +0x2f0 | |
net.(*conn).Read(0x1991c008, 0x1b5147c0, 0x20, 0x20, 0x8d7bf18, 0x0, 0x0) | |
/usr/lib/go/src/net/net.go:121 +0xba | |
github.com/ethereum/go-ethereum/p2p.(*meteredConn).Read(0x1991c020, 0x1b5147c0, 0x20, 0x20, 0x1b5147c0, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/metrics.go:54 +0x58 | |
io.ReadAtLeast(0xb7544d10, 0x1991c020, 0x1b5147c0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/lib/go/src/io/io.go:298 +0xb2 | |
io.ReadFull(0xb7544d10, 0x1991c020, 0x1b5147c0, 0x20, 0x20, 0x1b5147c0, 0x0, 0x0) | |
/usr/lib/go/src/io/io.go:316 +0x5c | |
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0x1b635110, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:561 +0xfd | |
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0x1b1662e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x155 | |
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0x1a5b20f0, 0x19f525c0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x72 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xda | |
goroutine 304 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0x1b042030) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x204 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0xf2 | |
goroutine 221 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0x19a1e4e0, 0xb75495f8) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0x92f | |
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0x18f3c1a0, 0x19a1e4e0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:662 +0x2f5 | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).run | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x12b9 | |
goroutine 888 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0x1a936ea0, 0xb75495f8) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0x92f | |
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0x18f3c1a0, 0x1a936ea0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:662 +0x2f5 | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).run | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x12b9 | |
goroutine 1383 [chan receive]: | |
github.com/ethereum/go-ethereum/p2p/discover.(*udp).findnode(0x19c75b80, 0xc94e3173, 0x730fe8dc, 0x126bc602, 0x94376882, 0xe0413cf8, 0xb877d6c9, 0x7fe02822, 0xc5c6e850, 0x8e7bd102, ...) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:277 +0x2f3 | |
github.com/ethereum/go-ethereum/p2p/discover.func·002() | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:227 +0x135 | |
created by github.com/ethereum/go-ethereum/p2p/discover.(*Table).Lookup | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:240 +0x573 | |
goroutine 306 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0x1b042030, 0xb75495f8) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0x92f | |
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0x18f3c1a0, 0x1b042030) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:662 +0x2f5 | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).run | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x12b9 | |
goroutine 239 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0x19a1e4e0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x204 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0xf2 | |
goroutine 697 [IO wait]: | |
net.(*pollDesc).Wait(0x1addbd38, 0x72, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:84 +0x42 | |
net.(*pollDesc).WaitRead(0x1addbd38, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:89 +0x40 | |
net.(*netFD).Read(0x1addbd00, 0x1b5141e0, 0x20, 0x20, 0x0, 0xb7538098, 0x1b4132a8) | |
/usr/lib/go/src/net/fd_unix.go:242 +0x2f0 | |
net.(*conn).Read(0x19006840, 0x1b5141e0, 0x20, 0x20, 0x8d7bf18, 0x0, 0x0) | |
/usr/lib/go/src/net/net.go:121 +0xba | |
github.com/ethereum/go-ethereum/p2p.(*meteredConn).Read(0x19006868, 0x1b5141e0, 0x20, 0x20, 0x1b5141e0, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/metrics.go:54 +0x58 | |
io.ReadAtLeast(0xb7544d10, 0x19006868, 0x1b5141e0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/lib/go/src/io/io.go:298 +0xb2 | |
io.ReadFull(0xb7544d10, 0x19006868, 0x1b5141e0, 0x20, 0x20, 0x1b5141e0, 0x0, 0x0) | |
/usr/lib/go/src/io/io.go:316 +0x5c | |
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0x1a617b90, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:561 +0xfd | |
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0x1adf4c00, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x155 | |
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0x1b5d7110, 0x19c6d300) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x72 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xda | |
goroutine 1033 [IO wait]: | |
net.(*pollDesc).Wait(0x1b3f48f8, 0x72, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:84 +0x42 | |
net.(*pollDesc).WaitRead(0x1b3f48f8, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:89 +0x40 | |
net.(*netFD).Read(0x1b3f48c0, 0x19d6f1a0, 0x20, 0x20, 0x0, 0xb7538098, 0x1b6b8708) | |
/usr/lib/go/src/net/fd_unix.go:242 +0x2f0 | |
net.(*conn).Read(0x1adcc010, 0x19d6f1a0, 0x20, 0x20, 0x8d7bf18, 0x0, 0x0) | |
/usr/lib/go/src/net/net.go:121 +0xba | |
github.com/ethereum/go-ethereum/p2p.(*meteredConn).Read(0x1adcc020, 0x19d6f1a0, 0x20, 0x20, 0x19d6f1a0, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/metrics.go:54 +0x58 | |
io.ReadAtLeast(0xb7544d10, 0x1adcc020, 0x19d6f1a0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/lib/go/src/io/io.go:298 +0xb2 | |
io.ReadFull(0xb7544d10, 0x1adcc020, 0x19d6f1a0, 0x20, 0x20, 0x19d6f1a0, 0x0, 0x0) | |
/usr/lib/go/src/io/io.go:316 +0x5c | |
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0x19e08c30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:561 +0xfd | |
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0x1b825d20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x155 | |
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0x1b68ae10, 0x1afe3700) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x72 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xda | |
goroutine 359 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0x19a36b40, 0xb75495f8) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0x92f | |
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0x18f3c1a0, 0x19a36b40) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:662 +0x2f5 | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).run | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x12b9 | |
goroutine 547 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0x1b99baa0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x204 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0xf2 | |
goroutine 837 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0x1a5b20f0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x204 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0xf2 | |
goroutine 1046 [IO wait]: | |
net.(*pollDesc).Wait(0x19ad7eb8, 0x72, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:84 +0x42 | |
net.(*pollDesc).WaitRead(0x19ad7eb8, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:89 +0x40 | |
net.(*netFD).Read(0x19ad7e80, 0x19d6ea60, 0x20, 0x20, 0x0, 0xb7538098, 0x1b6b84c0) | |
/usr/lib/go/src/net/fd_unix.go:242 +0x2f0 | |
net.(*conn).Read(0x19a7a528, 0x19d6ea60, 0x20, 0x20, 0x8d7bf18, 0x0, 0x0) | |
/usr/lib/go/src/net/net.go:121 +0xba | |
github.com/ethereum/go-ethereum/p2p.(*meteredConn).Read(0x19a7a578, 0x19d6ea60, 0x20, 0x20, 0x19d6ea60, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/metrics.go:54 +0x58 | |
io.ReadAtLeast(0xb7544d10, 0x19a7a578, 0x19d6ea60, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/lib/go/src/io/io.go:298 +0xb2 | |
io.ReadFull(0xb7544d10, 0x19a7a578, 0x19d6ea60, 0x20, 0x20, 0x19d6ea60, 0x0, 0x0) | |
/usr/lib/go/src/io/io.go:316 +0x5c | |
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0x1b60f260, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:561 +0xfd | |
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0x1ba3edc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x155 | |
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0x1b68a8a0, 0x19bc8340) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x72 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xda | |
goroutine 904 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0x1b3bd780, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x197 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0x1903a230, 0x1b815260, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:223 +0x68 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0x1903a230, 0x1b815260, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:211 +0x734 | |
github.com/ethereum/go-ethereum/eth.func·003(0x1b99a840, 0xb7549610, 0x1b3bd780, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:112 +0xaa | |
github.com/ethereum/go-ethereum/p2p.func·002() | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x6d | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x2db | |
goroutine 240 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0x19a69a80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x197 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0x1903a230, 0x1a5fc2a0, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:223 +0x68 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0x1903a230, 0x1a5fc2a0, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:211 +0x734 | |
github.com/ethereum/go-ethereum/eth.func·003(0x19a1e4e0, 0xb7549610, 0x19a69a80, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:112 +0xaa | |
github.com/ethereum/go-ethereum/p2p.func·002() | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x6d | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x2db | |
goroutine 503 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0x1b4b4ed0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x204 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0xf2 | |
goroutine 303 [IO wait]: | |
net.(*pollDesc).Wait(0x1aed6078, 0x72, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:84 +0x42 | |
net.(*pollDesc).WaitRead(0x1aed6078, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:89 +0x40 | |
net.(*netFD).Read(0x1aed6040, 0x1b4efbe0, 0x20, 0x20, 0x0, 0xb7538098, 0x1a86ded8) | |
/usr/lib/go/src/net/fd_unix.go:242 +0x2f0 | |
net.(*conn).Read(0x19a7a010, 0x1b4efbe0, 0x20, 0x20, 0x8d7bf18, 0x0, 0x0) | |
/usr/lib/go/src/net/net.go:121 +0xba | |
github.com/ethereum/go-ethereum/p2p.(*meteredConn).Read(0x19a7a048, 0x1b4efbe0, 0x20, 0x20, 0x1b4efbe0, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/metrics.go:54 +0x58 | |
io.ReadAtLeast(0xb7544d10, 0x19a7a048, 0x1b4efbe0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/lib/go/src/io/io.go:298 +0xb2 | |
io.ReadFull(0xb7544d10, 0x19a7a048, 0x1b4efbe0, 0x20, 0x20, 0x1b4efbe0, 0x0, 0x0) | |
/usr/lib/go/src/io/io.go:316 +0x5c | |
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0x1b0fd140, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:561 +0xfd | |
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0x1b384040, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x155 | |
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0x1b042030, 0x1b24d7c0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x72 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xda | |
goroutine 390 [IO wait]: | |
net.(*pollDesc).Wait(0x1b520478, 0x72, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:84 +0x42 | |
net.(*pollDesc).WaitRead(0x1b520478, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:89 +0x40 | |
net.(*netFD).Read(0x1b520440, 0x1b514ac0, 0x20, 0x20, 0x0, 0xb7538098, 0x1a591878) | |
/usr/lib/go/src/net/fd_unix.go:242 +0x2f0 | |
net.(*conn).Read(0x1adcc2b8, 0x1b514ac0, 0x20, 0x20, 0x8d7bf18, 0x0, 0x0) | |
/usr/lib/go/src/net/net.go:121 +0xba | |
github.com/ethereum/go-ethereum/p2p.(*meteredConn).Read(0x1adcc2c8, 0x1b514ac0, 0x20, 0x20, 0x1b514ac0, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/metrics.go:54 +0x58 | |
io.ReadAtLeast(0xb7544d10, 0x1adcc2c8, 0x1b514ac0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/lib/go/src/io/io.go:298 +0xb2 | |
io.ReadFull(0xb7544d10, 0x1adcc2c8, 0x1b514ac0, 0x20, 0x20, 0x1b514ac0, 0x0, 0x0) | |
/usr/lib/go/src/io/io.go:316 +0x5c | |
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0x1a8eb650, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:561 +0xfd | |
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0x1b51e780, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x155 | |
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0x1b5d6570, 0x1b5cf200) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x72 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xda | |
goroutine 307 [IO wait]: | |
net.(*pollDesc).Wait(0x1a6ac078, 0x72, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:84 +0x42 | |
net.(*pollDesc).WaitRead(0x1a6ac078, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:89 +0x40 | |
net.(*netFD).Read(0x1a6ac040, 0x1b4ef940, 0x20, 0x20, 0x0, 0xb7538098, 0x1a86dd28) | |
/usr/lib/go/src/net/fd_unix.go:242 +0x2f0 | |
net.(*conn).Read(0x19a7a000, 0x1b4ef940, 0x20, 0x20, 0x8d7bf18, 0x0, 0x0) | |
/usr/lib/go/src/net/net.go:121 +0xba | |
github.com/ethereum/go-ethereum/p2p.(*meteredConn).Read(0x19a7a038, 0x1b4ef940, 0x20, 0x20, 0x1b4ef940, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/metrics.go:54 +0x58 | |
io.ReadAtLeast(0xb7544d10, 0x19a7a038, 0x1b4ef940, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/lib/go/src/io/io.go:298 +0xb2 | |
io.ReadFull(0xb7544d10, 0x19a7a038, 0x1b4ef940, 0x20, 0x20, 0x1b4ef940, 0x0, 0x0) | |
/usr/lib/go/src/io/io.go:316 +0x5c | |
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0x1aecf1a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:561 +0xfd | |
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0x1a6c8040, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x155 | |
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0x1b251c80, 0x19bb7b00) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x72 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xda | |
goroutine 698 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0x1b5d7110) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x204 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0xf2 | |
goroutine 391 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0x1b5d6570) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x204 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0xf2 | |
goroutine 392 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0x1b5cf000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x197 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0x1903a230, 0x1b5d3a40, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:223 +0x68 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0x1903a230, 0x1b5d3a40, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:211 +0x734 | |
github.com/ethereum/go-ethereum/eth.func·003(0x1b5d6570, 0xb7549610, 0x1b5cf000, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:112 +0xaa | |
github.com/ethereum/go-ethereum/p2p.func·002() | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x6d | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x2db | |
goroutine 362 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0x19bb6d40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x197 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0x1903a230, 0x1ae6f680, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:223 +0x68 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0x1903a230, 0x1ae6f680, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:211 +0x734 | |
github.com/ethereum/go-ethereum/eth.func·003(0x19a36b40, 0xb7549610, 0x19bb6d40, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:112 +0xaa | |
github.com/ethereum/go-ethereum/p2p.func·002() | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x6d | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x2db | |
goroutine 1035 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0x19bc8d00, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x197 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0x1903a230, 0x1b535740, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:223 +0x68 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0x1903a230, 0x1b535740, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:211 +0x734 | |
github.com/ethereum/go-ethereum/eth.func·003(0x1b68ae10, 0xb7549610, 0x19bc8d00, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:112 +0xaa | |
github.com/ethereum/go-ethereum/p2p.func·002() | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x6d | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x2db | |
goroutine 389 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0x1b5d6570, 0xb75495f8) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0x92f | |
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0x18f3c1a0, 0x1b5d6570) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:662 +0x2f5 | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).run | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x12b9 | |
goroutine 410 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0x1a6d83c0, 0xb75495f8) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0x92f | |
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0x18f3c1a0, 0x1a6d83c0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:662 +0x2f5 | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).run | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x12b9 | |
goroutine 850 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0x1b5ce140, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x197 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0x1903a230, 0x1ae88000, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:223 +0x68 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0x1903a230, 0x1ae88000, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:211 +0x734 | |
github.com/ethereum/go-ethereum/eth.func·003(0x1a5b80f0, 0xb7549610, 0x1b5ce140, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:112 +0xaa | |
github.com/ethereum/go-ethereum/p2p.func·002() | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x6d | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x2db | |
goroutine 546 [IO wait]: | |
net.(*pollDesc).Wait(0x1adc30b8, 0x72, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:84 +0x42 | |
net.(*pollDesc).WaitRead(0x1adc30b8, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:89 +0x40 | |
net.(*netFD).Read(0x1adc3080, 0x1ba3e500, 0x20, 0x20, 0x0, 0xb7538098, 0x1b0b0180) | |
/usr/lib/go/src/net/fd_unix.go:242 +0x2f0 | |
net.(*conn).Read(0x19a7a050, 0x1ba3e500, 0x20, 0x20, 0x8d7bf18, 0x0, 0x0) | |
/usr/lib/go/src/net/net.go:121 +0xba | |
github.com/ethereum/go-ethereum/p2p.(*meteredConn).Read(0x19a7a170, 0x1ba3e500, 0x20, 0x20, 0x1ba3e500, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/metrics.go:54 +0x58 | |
io.ReadAtLeast(0xb7544d10, 0x19a7a170, 0x1ba3e500, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/lib/go/src/io/io.go:298 +0xb2 | |
io.ReadFull(0xb7544d10, 0x19a7a170, 0x1ba3e500, 0x20, 0x20, 0x1ba3e500, 0x0, 0x0) | |
/usr/lib/go/src/io/io.go:316 +0x5c | |
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0x1a89f470, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:561 +0xfd | |
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0x1b543ba0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x155 | |
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0x1b99baa0, 0x1a953ec0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x72 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xda | |
goroutine 411 [IO wait]: | |
net.(*pollDesc).Wait(0x1b5df1b8, 0x72, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:84 +0x42 | |
net.(*pollDesc).WaitRead(0x1b5df1b8, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:89 +0x40 | |
net.(*netFD).Read(0x1b5df180, 0x1b81d8c0, 0x20, 0x20, 0x0, 0xb7538098, 0x19a1a3a0) | |
/usr/lib/go/src/net/fd_unix.go:242 +0x2f0 | |
net.(*conn).Read(0x19a7a948, 0x1b81d8c0, 0x20, 0x20, 0x8d7bf18, 0x0, 0x0) | |
/usr/lib/go/src/net/net.go:121 +0xba | |
github.com/ethereum/go-ethereum/p2p.(*meteredConn).Read(0x19a7a968, 0x1b81d8c0, 0x20, 0x20, 0x1b81d8c0, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/metrics.go:54 +0x58 | |
io.ReadAtLeast(0xb7544d10, 0x19a7a968, 0x1b81d8c0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/lib/go/src/io/io.go:298 +0xb2 | |
io.ReadFull(0xb7544d10, 0x19a7a968, 0x1b81d8c0, 0x20, 0x20, 0x1b81d8c0, 0x0, 0x0) | |
/usr/lib/go/src/io/io.go:316 +0x5c | |
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0x1a7e4d50, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:561 +0xfd | |
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0x1a0186e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x155 | |
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0x1a6d83c0, 0x1b5df800) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x72 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xda | |
goroutine 1210 [IO wait]: | |
net.(*pollDesc).Wait(0x1a8c5578, 0x77, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:84 +0x42 | |
net.(*pollDesc).WaitWrite(0x1a8c5578, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:93 +0x40 | |
net.(*netFD).connect(0x1a8c5540, 0x0, 0x0, 0xb7539f08, 0x1b64b3c0, 0xcd4f4497, 0xe, 0x2ec11718, 0x8d79c20, 0x0, ...) | |
/usr/lib/go/src/net/fd_unix.go:114 +0x21c | |
net.(*netFD).dial(0x1a8c5540, 0xb7540458, 0x0, 0xb7540458, 0x1b64b3a0, 0xcd4f4497, 0xe, 0x2ec11718, 0x8d79c20, 0x0, ...) | |
/usr/lib/go/src/net/sock_posix.go:139 +0x2c6 | |
net.socket(0x875af08, 0x3, 0x2, 0x1, 0x0, 0x1b64b300, 0xb7540458, 0x0, 0xb7540458, 0x1b64b3a0, ...) | |
/usr/lib/go/src/net/sock_posix.go:91 +0x346 | |
net.internetSocket(0x875af08, 0x3, 0xb7540458, 0x0, 0xb7540458, 0x1b64b3a0, 0xcd4f4497, 0xe, 0x2ec11718, 0x8d79c20, ...) | |
/usr/lib/go/src/net/ipsock_posix.go:137 +0xed | |
net.dialTCP(0x875af08, 0x3, 0x0, 0x1b64b3a0, 0xcd4f4497, 0xe, 0x2ec11718, 0x8d79c20, 0x8095cdd, 0x0, ...) | |
/usr/lib/go/src/net/tcpsock_posix.go:156 +0xfc | |
net.dialSingle(0x875af08, 0x3, 0x1b64b380, 0x12, 0x0, 0x0, 0xb7540418, 0x1b64b3a0, 0xcd4f4497, 0xe, ...) | |
/usr/lib/go/src/net/dial.go:235 +0x35a | |
net.func·016(0xcd4f4497, 0xe, 0x2ec11718, 0x8d79c20, 0x0, 0x0, 0x0, 0x0) | |
/usr/lib/go/src/net/dial.go:163 +0xd0 | |
net.dial(0x875af08, 0x3, 0xb7540418, 0x1b64b3a0, 0x1baeef28, 0xcd4f4497, 0xe, 0x2ec11718, 0x8d79c20, 0x0, ...) | |
/usr/lib/go/src/net/fd_unix.go:40 +0x63 | |
net.(*Dialer).Dial(0x19c8ba40, 0x875af08, 0x3, 0x1b64b380, 0x12, 0x0, 0x0, 0x0, 0x0) | |
/usr/lib/go/src/net/dial.go:170 +0x3d8 | |
github.com/ethereum/go-ethereum/p2p.(*dialTask).Do(0x19a7b0b8, 0x18f3c1a0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/dial.go:210 +0x173 | |
github.com/ethereum/go-ethereum/p2p.func·008() | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:432 +0x48 | |
created by github.com/ethereum/go-ethereum/p2p.func·009 | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:432 +0x46e | |
goroutine 412 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0x1a6d83c0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x204 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0xf2 | |
goroutine 413 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0x1b5df600, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x197 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0x1903a230, 0x1a6dcd20, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:223 +0x68 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0x1903a230, 0x1a6dcd20, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:211 +0x734 | |
github.com/ethereum/go-ethereum/eth.func·003(0x1a6d83c0, 0xb7549610, 0x1b5df600, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:112 +0xaa | |
github.com/ethereum/go-ethereum/p2p.func·002() | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x6d | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x2db | |
goroutine 1056 [IO wait]: | |
net.(*pollDesc).Wait(0x1b606ff8, 0x72, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:84 +0x42 | |
net.(*pollDesc).WaitRead(0x1b606ff8, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:89 +0x40 | |
net.(*netFD).Read(0x1b606fc0, 0x1b611420, 0x20, 0x20, 0x0, 0xb7538098, 0x1a5900a0) | |
/usr/lib/go/src/net/fd_unix.go:242 +0x2f0 | |
net.(*conn).Read(0x1adcc370, 0x1b611420, 0x20, 0x20, 0x8d7bf18, 0x0, 0x0) | |
/usr/lib/go/src/net/net.go:121 +0xba | |
github.com/ethereum/go-ethereum/p2p.(*meteredConn).Read(0x1adcc380, 0x1b611420, 0x20, 0x20, 0x1b611420, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/metrics.go:54 +0x58 | |
io.ReadAtLeast(0xb7544d10, 0x1adcc380, 0x1b611420, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/lib/go/src/io/io.go:298 +0xb2 | |
io.ReadFull(0xb7544d10, 0x1adcc380, 0x1b611420, 0x20, 0x20, 0x1b611420, 0x0, 0x0) | |
/usr/lib/go/src/io/io.go:316 +0x5c | |
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0x1b042210, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:561 +0xfd | |
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0x1b262280, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x155 | |
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0x1b68a9c0, 0x19bc8840) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x72 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xda | |
goroutine 501 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0x1b4b4ed0, 0xb75495f8) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0x92f | |
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0x18f3c1a0, 0x1b4b4ed0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:662 +0x2f5 | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).run | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x12b9 | |
goroutine 572 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0x1b2ca690) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x204 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0xf2 | |
goroutine 545 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0x1b99baa0, 0xb75495f8) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0x92f | |
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0x18f3c1a0, 0x1b99baa0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:662 +0x2f5 | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).run | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x12b9 | |
goroutine 504 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0x1b4b0a40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x197 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0x1903a230, 0x1b4aeea0, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:223 +0x68 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0x1903a230, 0x1b4aeea0, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:211 +0x734 | |
github.com/ethereum/go-ethereum/eth.func·003(0x1b4b4ed0, 0xb7549610, 0x1b4b0a40, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:112 +0xaa | |
github.com/ethereum/go-ethereum/p2p.func·002() | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x6d | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x2db | |
goroutine 524 [IO wait]: | |
net.(*pollDesc).Wait(0x1b4b0738, 0x72, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:84 +0x42 | |
net.(*pollDesc).WaitRead(0x1b4b0738, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:89 +0x40 | |
net.(*netFD).Read(0x1b4b0700, 0x1b3fa940, 0x20, 0x20, 0x0, 0xb7538098, 0x1b55ae78) | |
/usr/lib/go/src/net/fd_unix.go:242 +0x2f0 | |
net.(*conn).Read(0x19006090, 0x1b3fa940, 0x20, 0x20, 0x8d7bf18, 0x0, 0x0) | |
/usr/lib/go/src/net/net.go:121 +0xba | |
github.com/ethereum/go-ethereum/p2p.(*meteredConn).Read(0x19006148, 0x1b3fa940, 0x20, 0x20, 0x1b3fa940, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/metrics.go:54 +0x58 | |
io.ReadAtLeast(0xb7544d10, 0x19006148, 0x1b3fa940, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/lib/go/src/io/io.go:298 +0xb2 | |
io.ReadFull(0xb7544d10, 0x19006148, 0x1b3fa940, 0x20, 0x20, 0x1b3fa940, 0x0, 0x0) | |
/usr/lib/go/src/io/io.go:316 +0x5c | |
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0x1b99b710, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:561 +0xfd | |
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0x1b0fe4c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x155 | |
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0x1b99ba70, 0x1a88ffc0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x72 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xda | |
goroutine 525 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0x1b99ba70) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x204 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0xf2 | |
goroutine 526 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0x1a953b00, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x197 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0x1903a230, 0x1a89cae0, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:223 +0x68 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0x1903a230, 0x1a89cae0, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:211 +0x734 | |
github.com/ethereum/go-ethereum/eth.func·003(0x1b99ba70, 0xb7549610, 0x1a953b00, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:112 +0xaa | |
github.com/ethereum/go-ethereum/p2p.func·002() | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x6d | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x2db | |
goroutine 1065 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0x1b68ae10, 0xb75495f8) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0x92f | |
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0x18f3c1a0, 0x1b68ae10) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:662 +0x2f5 | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).run | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x12b9 | |
goroutine 848 [IO wait]: | |
net.(*pollDesc).Wait(0x1b34ad38, 0x72, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:84 +0x42 | |
net.(*pollDesc).WaitRead(0x1b34ad38, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:89 +0x40 | |
net.(*netFD).Read(0x1b34ad00, 0x1b81d8a0, 0x20, 0x20, 0x0, 0xb7538098, 0x1b6bfcb0) | |
/usr/lib/go/src/net/fd_unix.go:242 +0x2f0 | |
net.(*conn).Read(0x19006870, 0x1b81d8a0, 0x20, 0x20, 0x8d7bf18, 0x0, 0x0) | |
/usr/lib/go/src/net/net.go:121 +0xba | |
github.com/ethereum/go-ethereum/p2p.(*meteredConn).Read(0x19006890, 0x1b81d8a0, 0x20, 0x20, 0x1b81d8a0, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/metrics.go:54 +0x58 | |
io.ReadAtLeast(0xb7544d10, 0x19006890, 0x1b81d8a0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/lib/go/src/io/io.go:298 +0xb2 | |
io.ReadFull(0xb7544d10, 0x19006890, 0x1b81d8a0, 0x20, 0x20, 0x1b81d8a0, 0x0, 0x0) | |
/usr/lib/go/src/io/io.go:316 +0x5c | |
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0x1b0a9920, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:561 +0xfd | |
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0x1b51e660, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x155 | |
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0x1a5b80f0, 0x1b5ce300) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x72 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xda | |
goroutine 570 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0x1b2ca690, 0xb75495f8) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0x92f | |
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0x18f3c1a0, 0x1b2ca690) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:662 +0x2f5 | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).run | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x12b9 | |
goroutine 1047 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0x1b68a8a0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x204 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0xf2 | |
goroutine 639 [IO wait]: | |
net.(*pollDesc).Wait(0x1a583a38, 0x72, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:84 +0x42 | |
net.(*pollDesc).WaitRead(0x1a583a38, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:89 +0x40 | |
net.(*netFD).Read(0x1a583a00, 0x1a6f7a00, 0x200, 0x200, 0x0, 0xb7538098, 0x19c6374c) | |
/usr/lib/go/src/net/fd_unix.go:242 +0x2f0 | |
net.(*conn).Read(0x1adcc240, 0x1a6f7a00, 0x200, 0x200, 0x0, 0x0, 0x0) | |
/usr/lib/go/src/net/net.go:121 +0xba | |
encoding/json.(*Decoder).readValue(0x1a872270, 0x18d5390f, 0x0, 0x0) | |
/usr/lib/go/src/encoding/json/stream.go:124 +0x4ba | |
encoding/json.(*Decoder).Decode(0x1a872270, 0x86d4380, 0x19c63780, 0x0, 0x0) | |
/usr/lib/go/src/encoding/json/stream.go:44 +0x59 | |
github.com/ethereum/go-ethereum/rpc/codec.(*JsonCodec).ReadRequest(0x1a5910d0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/rpc/codec/json.go:56 +0x199 | |
github.com/ethereum/go-ethereum/rpc/comms.handle(0x111dd, 0xb61d6430, 0x1adcc240, 0xb75406e0, 0x19a7b620, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/rpc/comms/comms.go:66 +0x68 | |
created by github.com/ethereum/go-ethereum/rpc/comms.func·003 | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/rpc/comms/ipc_unix.go:70 +0x239 | |
goroutine 835 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0x1a5b20f0, 0xb75495f8) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0x92f | |
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0x18f3c1a0, 0x1a5b20f0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:662 +0x2f5 | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).run | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x12b9 | |
goroutine 573 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0x199939c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x197 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0x1903a230, 0x1b2c6a80, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:223 +0x68 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0x1903a230, 0x1b2c6a80, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:211 +0x734 | |
github.com/ethereum/go-ethereum/eth.func·003(0x1b2ca690, 0xb7549610, 0x199939c0, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:112 +0xaa | |
github.com/ethereum/go-ethereum/p2p.func·002() | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x6d | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x2db | |
goroutine 903 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0x1b99a840) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x204 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0xf2 | |
goroutine 1045 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0x1b68a8a0, 0xb75495f8) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0x92f | |
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0x18f3c1a0, 0x1b68a8a0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:662 +0x2f5 | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).run | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x12b9 | |
goroutine 571 [IO wait]: | |
net.(*pollDesc).Wait(0x1b80e638, 0x72, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:84 +0x42 | |
net.(*pollDesc).WaitRead(0x1b80e638, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:89 +0x40 | |
net.(*netFD).Read(0x1b80e600, 0x1ba5cea0, 0x20, 0x20, 0x0, 0xb7538098, 0x1ba577b0) | |
/usr/lib/go/src/net/fd_unix.go:242 +0x2f0 | |
net.(*conn).Read(0x19006048, 0x1ba5cea0, 0x20, 0x20, 0x8d7bf18, 0x0, 0x0) | |
/usr/lib/go/src/net/net.go:121 +0xba | |
github.com/ethereum/go-ethereum/p2p.(*meteredConn).Read(0x19006060, 0x1ba5cea0, 0x20, 0x20, 0x1ba5cea0, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/metrics.go:54 +0x58 | |
io.ReadAtLeast(0xb7544d10, 0x19006060, 0x1ba5cea0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/lib/go/src/io/io.go:298 +0xb2 | |
io.ReadFull(0xb7544d10, 0x19006060, 0x1ba5cea0, 0x20, 0x20, 0x1ba5cea0, 0x0, 0x0) | |
/usr/lib/go/src/io/io.go:316 +0x5c | |
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0x19a94600, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:561 +0xfd | |
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0x19d6f200, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x155 | |
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0x1b2ca690, 0x19993c80) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x72 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xda | |
goroutine 1058 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0x19bc8440, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x197 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0x1903a230, 0x1a08a9c0, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:223 +0x68 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0x1903a230, 0x1a08a9c0, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:211 +0x734 | |
github.com/ethereum/go-ethereum/eth.func·003(0x1b68a9c0, 0xb7549610, 0x19bc8440, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:112 +0xaa | |
github.com/ethereum/go-ethereum/p2p.func·002() | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x6d | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x2db | |
goroutine 649 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0x19ea8480, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x197 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0x1903a230, 0x1afe6000, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:223 +0x68 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0x1903a230, 0x1afe6000, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:211 +0x734 | |
github.com/ethereum/go-ethereum/eth.func·003(0x1a5b83f0, 0xb7549610, 0x19ea8480, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:112 +0xaa | |
github.com/ethereum/go-ethereum/p2p.func·002() | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x6d | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x2db | |
goroutine 647 [IO wait]: | |
net.(*pollDesc).Wait(0x19dcd338, 0x72, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:84 +0x42 | |
net.(*pollDesc).WaitRead(0x19dcd338, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:89 +0x40 | |
net.(*netFD).Read(0x19dcd300, 0x1a8a31e0, 0x20, 0x20, 0x0, 0xb7538098, 0x19b88b00) | |
/usr/lib/go/src/net/fd_unix.go:242 +0x2f0 | |
net.(*conn).Read(0x19a7ad00, 0x1a8a31e0, 0x20, 0x20, 0x8d7bf18, 0x0, 0x0) | |
/usr/lib/go/src/net/net.go:121 +0xba | |
github.com/ethereum/go-ethereum/p2p.(*meteredConn).Read(0x19a7ad20, 0x1a8a31e0, 0x20, 0x20, 0x1a8a31e0, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/metrics.go:54 +0x58 | |
io.ReadAtLeast(0xb7544d10, 0x19a7ad20, 0x1a8a31e0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/lib/go/src/io/io.go:298 +0xb2 | |
io.ReadFull(0xb7544d10, 0x19a7ad20, 0x1a8a31e0, 0x20, 0x20, 0x1a8a31e0, 0x0, 0x0) | |
/usr/lib/go/src/io/io.go:316 +0x5c | |
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0x1905db00, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:561 +0xfd | |
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0x1b8b9200, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x155 | |
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0x1a5b83f0, 0x19ea8680) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x72 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xda | |
goroutine 648 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0x1a5b83f0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x204 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0xf2 | |
goroutine 1064 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0x19bc8940, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x197 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0x1903a230, 0x1a08aae0, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:223 +0x68 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0x1903a230, 0x1a08aae0, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:211 +0x734 | |
github.com/ethereum/go-ethereum/eth.func·003(0x1b68acc0, 0xb7549610, 0x19bc8940, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:112 +0xaa | |
github.com/ethereum/go-ethereum/p2p.func·002() | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x6d | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x2db | |
goroutine 1380 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Server).checkpoint(0x18f3c1a0, 0x1b9a4930, 0x19c75900, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:634 +0x1ec | |
github.com/ethereum/go-ethereum/p2p.(*Server).setupConn(0x18f3c1a0, 0xb7544c90, 0x19a7a390, 0x4, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:604 +0x5ba | |
github.com/ethereum/go-ethereum/p2p.func·010() | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:572 +0x4a | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).listenLoop | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:574 +0x458 | |
goroutine 912 [IO wait]: | |
net.(*pollDesc).Wait(0x1b914c78, 0x72, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:84 +0x42 | |
net.(*pollDesc).WaitRead(0x1b914c78, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:89 +0x40 | |
net.(*netFD).Read(0x1b914c40, 0x19e31a60, 0x20, 0x20, 0x0, 0xb7538098, 0x19e07468) | |
/usr/lib/go/src/net/fd_unix.go:242 +0x2f0 | |
net.(*conn).Read(0x19006a60, 0x19e31a60, 0x20, 0x20, 0x8d7bf18, 0x0, 0x0) | |
/usr/lib/go/src/net/net.go:121 +0xba | |
github.com/ethereum/go-ethereum/p2p.(*meteredConn).Read(0x19006a78, 0x19e31a60, 0x20, 0x20, 0x19e31a60, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/metrics.go:54 +0x58 | |
io.ReadAtLeast(0xb7544d10, 0x19006a78, 0x19e31a60, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/lib/go/src/io/io.go:298 +0xb2 | |
io.ReadFull(0xb7544d10, 0x19006a78, 0x19e31a60, 0x20, 0x20, 0x19e31a60, 0x0, 0x0) | |
/usr/lib/go/src/io/io.go:316 +0x5c | |
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0x1a936990, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:561 +0xfd | |
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0x1b1d0900, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x155 | |
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0x1a936ea0, 0x1b834940) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x72 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xda | |
goroutine 847 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0x1a5b80f0, 0xb75495f8) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0x92f | |
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0x18f3c1a0, 0x1a5b80f0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:662 +0x2f5 | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).run | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x12b9 | |
goroutine 902 [IO wait]: | |
net.(*pollDesc).Wait(0x1b3bd638, 0x72, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:84 +0x42 | |
net.(*pollDesc).WaitRead(0x1b3bd638, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:89 +0x40 | |
net.(*netFD).Read(0x1b3bd600, 0x1b81d480, 0x20, 0x20, 0x0, 0xb7538098, 0x19a1a230) | |
/usr/lib/go/src/net/fd_unix.go:242 +0x2f0 | |
net.(*conn).Read(0x190063b8, 0x1b81d480, 0x20, 0x20, 0x8d7bf18, 0x0, 0x0) | |
/usr/lib/go/src/net/net.go:121 +0xba | |
github.com/ethereum/go-ethereum/p2p.(*meteredConn).Read(0x19006470, 0x1b81d480, 0x20, 0x20, 0x1b81d480, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/metrics.go:54 +0x58 | |
io.ReadAtLeast(0xb7544d10, 0x19006470, 0x1b81d480, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/lib/go/src/io/io.go:298 +0xb2 | |
io.ReadFull(0xb7544d10, 0x19006470, 0x1b81d480, 0x20, 0x20, 0x1b81d480, 0x0, 0x0) | |
/usr/lib/go/src/io/io.go:316 +0x5c | |
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0x19dffdd0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:561 +0xfd | |
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0x19d6f080, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x155 | |
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0x1b99a840, 0x1b3bd980) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x72 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xda | |
goroutine 1218 [IO wait]: | |
net.(*pollDesc).Wait(0x1b34b378, 0x77, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:84 +0x42 | |
net.(*pollDesc).WaitWrite(0x1b34b378, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:93 +0x40 | |
net.(*netFD).connect(0x1b34b340, 0x0, 0x0, 0xb7539f08, 0x1a883dc0, 0xcd4f4496, 0xe, 0x2a865065, 0x8d79c20, 0x0, ...) | |
/usr/lib/go/src/net/fd_unix.go:114 +0x21c | |
net.(*netFD).dial(0x1b34b340, 0xb7540458, 0x0, 0xb7540458, 0x1a883da0, 0xcd4f4496, 0xe, 0x2a865065, 0x8d79c20, 0x0, ...) | |
/usr/lib/go/src/net/sock_posix.go:139 +0x2c6 | |
net.socket(0x875af08, 0x3, 0x2, 0x1, 0x0, 0x1a883d00, 0xb7540458, 0x0, 0xb7540458, 0x1a883da0, ...) | |
/usr/lib/go/src/net/sock_posix.go:91 +0x346 | |
net.internetSocket(0x875af08, 0x3, 0xb7540458, 0x0, 0xb7540458, 0x1a883da0, 0xcd4f4496, 0xe, 0x2a865065, 0x8d79c20, ...) | |
/usr/lib/go/src/net/ipsock_posix.go:137 +0xed | |
net.dialTCP(0x875af08, 0x3, 0x0, 0x1a883da0, 0xcd4f4496, 0xe, 0x2a865065, 0x8d79c20, 0x8095cdd, 0x0, ...) | |
/usr/lib/go/src/net/tcpsock_posix.go:156 +0xfc | |
net.dialSingle(0x875af08, 0x3, 0x1a883d80, 0x12, 0x0, 0x0, 0xb7540418, 0x1a883da0, 0xcd4f4496, 0xe, ...) | |
/usr/lib/go/src/net/dial.go:235 +0x35a | |
net.func·016(0xcd4f4496, 0xe, 0x2a865065, 0x8d79c20, 0x0, 0x0, 0x0, 0x0) | |
/usr/lib/go/src/net/dial.go:163 +0xd0 | |
net.dial(0x875af08, 0x3, 0xb7540418, 0x1a883da0, 0x1af8df28, 0xcd4f4496, 0xe, 0x2a865065, 0x8d79c20, 0x0, ...) | |
/usr/lib/go/src/net/fd_unix.go:40 +0x63 | |
net.(*Dialer).Dial(0x19c8ba40, 0x875af08, 0x3, 0x1a883d80, 0x12, 0x0, 0x0, 0x0, 0x0) | |
/usr/lib/go/src/net/dial.go:170 +0x3d8 | |
github.com/ethereum/go-ethereum/p2p.(*dialTask).Do(0x1991c1a8, 0x18f3c1a0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/dial.go:210 +0x173 | |
github.com/ethereum/go-ethereum/p2p.func·008() | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:432 +0x48 | |
created by github.com/ethereum/go-ethereum/p2p.func·009 | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:432 +0x46e | |
goroutine 913 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0x1a936ea0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x204 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0xf2 | |
goroutine 1048 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0x19bc8140, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x197 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0x1903a230, 0x1a08a780, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:223 +0x68 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0x1903a230, 0x1a08a780, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:211 +0x734 | |
github.com/ethereum/go-ethereum/eth.func·003(0x1b68a8a0, 0xb7549610, 0x19bc8140, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:112 +0xaa | |
github.com/ethereum/go-ethereum/p2p.func·002() | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x6d | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x2db | |
goroutine 849 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0x1a5b80f0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x204 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0xf2 | |
goroutine 699 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0x1a8fc000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x197 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0x1903a230, 0x1b2c7ec0, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:223 +0x68 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0x1903a230, 0x1b2c7ec0, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:211 +0x734 | |
github.com/ethereum/go-ethereum/eth.func·003(0x1b5d7110, 0xb7549610, 0x1a8fc000, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:112 +0xaa | |
github.com/ethereum/go-ethereum/p2p.func·002() | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x6d | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x2db | |
goroutine 721 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0x1b5d7110, 0xb75495f8) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0x92f | |
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0x18f3c1a0, 0x1b5d7110) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:662 +0x2f5 | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).run | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x12b9 | |
goroutine 1012 [IO wait]: | |
net.(*pollDesc).Wait(0x19d8a338, 0x72, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:84 +0x42 | |
net.(*pollDesc).WaitRead(0x19d8a338, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:89 +0x40 | |
net.(*netFD).Read(0x19d8a300, 0x1aeef0a0, 0x20, 0x20, 0x0, 0xb7538098, 0x1b275760) | |
/usr/lib/go/src/net/fd_unix.go:242 +0x2f0 | |
net.(*conn).Read(0x18f0b6d8, 0x1aeef0a0, 0x20, 0x20, 0x8d7bf18, 0x0, 0x0) | |
/usr/lib/go/src/net/net.go:121 +0xba | |
github.com/ethereum/go-ethereum/p2p.(*meteredConn).Read(0x18f0b6e8, 0x1aeef0a0, 0x20, 0x20, 0x1aeef0a0, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/metrics.go:54 +0x58 | |
io.ReadAtLeast(0xb7544d10, 0x18f0b6e8, 0x1aeef0a0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/lib/go/src/io/io.go:298 +0xb2 | |
io.ReadFull(0xb7544d10, 0x18f0b6e8, 0x1aeef0a0, 0x20, 0x20, 0x1aeef0a0, 0x0, 0x0) | |
/usr/lib/go/src/io/io.go:316 +0x5c | |
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0x1afd4c30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:561 +0xfd | |
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0x19f4c640, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x155 | |
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0x1afd4d50, 0x1a725080) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x72 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xda | |
goroutine 838 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0x19f52180, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x197 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0x1903a230, 0x1b6f4000, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:223 +0x68 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0x1903a230, 0x1b6f4000, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:211 +0x734 | |
github.com/ethereum/go-ethereum/eth.func·003(0x1a5b20f0, 0xb7549610, 0x19f52180, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:112 +0xaa | |
github.com/ethereum/go-ethereum/p2p.func·002() | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x6d | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x2db | |
goroutine 1034 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0x1b68ae10) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x204 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0xf2 | |
goroutine 1057 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0x1b68a9c0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x204 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0xf2 | |
goroutine 1059 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0x1b68acc0, 0xb75495f8) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0x92f | |
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0x18f3c1a0, 0x1b68acc0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:662 +0x2f5 | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).run | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x12b9 | |
goroutine 914 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0x1b842100, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x197 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0x1903a230, 0x1ae7faa0, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:223 +0x68 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0x1903a230, 0x1ae7faa0, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:211 +0x734 | |
github.com/ethereum/go-ethereum/eth.func·003(0x1a936ea0, 0xb7549610, 0x1b842100, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:112 +0xaa | |
github.com/ethereum/go-ethereum/p2p.func·002() | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x6d | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x2db | |
goroutine 1358 [chan receive]: | |
github.com/ethereum/go-ethereum/p2p/discover.(*Table).Lookup(0x19a76900, 0x823f3386, 0x2520657, 0xa92f07e3, 0x1fff9eec, 0x2c6c3cfc, 0x88d4a1a8, 0xcc5e905c, 0x72c54bf8, 0x513cc5e, ...) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:248 +0x644 | |
github.com/ethereum/go-ethereum/p2p.(*discoverTask).Do(0x1a645c40, 0x18f3c1a0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/dial.go:238 +0x314 | |
github.com/ethereum/go-ethereum/p2p.func·008() | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:432 +0x48 | |
created by github.com/ethereum/go-ethereum/p2p.func·009 | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:432 +0x46e | |
goroutine 1343 [chan receive]: | |
github.com/ethereum/go-ethereum/p2p/discover.(*udp).ping(0x19c75b80, 0x2405023d, 0xbf1edb80, 0xa11c29cc, 0x932c6e2d, 0xa1efa16f, 0x8fe24a6b, 0xc3630c53, 0x5d481c05, 0xa579320a, ...) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:251 +0x20f | |
github.com/ethereum/go-ethereum/p2p/discover.(*Table).ping(0x19a76900, 0x2405023d, 0xbf1edb80, 0xa11c29cc, 0x932c6e2d, 0xa1efa16f, 0x8fe24a6b, 0xc3630c53, 0x5d481c05, 0xa579320a, ...) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:462 +0xe4 | |
github.com/ethereum/go-ethereum/p2p/discover.(*Table).pingreplace(0x19a76900, 0x1b069d50, 0x1ad67fa0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:441 +0xd3 | |
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bond(0x19a76900, 0xbd14fc01, 0x3e32598, 0xd580bccd, 0xbac29637, 0xba1a694c, 0xd1483f2b, 0xf4cdf2bd, 0xbfd628f5, 0x14c715ff, ...) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:409 +0x20b | |
created by github.com/ethereum/go-ethereum/p2p/discover.(*ping).handle | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:516 +0x2c7 | |
goroutine 1349 [IO wait]: | |
net.(*pollDesc).Wait(0x19917338, 0x77, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:84 +0x42 | |
net.(*pollDesc).WaitWrite(0x19917338, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:93 +0x40 | |
net.(*netFD).connect(0x19917300, 0x0, 0x0, 0xb7539f08, 0x1b1bcac0, 0xcd4f44a2, 0xe, 0x92e5cbe, 0x8d79c20, 0x0, ...) | |
/usr/lib/go/src/net/fd_unix.go:114 +0x21c | |
net.(*netFD).dial(0x19917300, 0xb7540458, 0x0, 0xb7540458, 0x1b1bcaa0, 0xcd4f44a2, 0xe, 0x92e5cbe, 0x8d79c20, 0x0, ...) | |
/usr/lib/go/src/net/sock_posix.go:139 +0x2c6 | |
net.socket(0x875af08, 0x3, 0x2, 0x1, 0x0, 0x1b1bca00, 0xb7540458, 0x0, 0xb7540458, 0x1b1bcaa0, ...) | |
/usr/lib/go/src/net/sock_posix.go:91 +0x346 | |
net.internetSocket(0x875af08, 0x3, 0xb7540458, 0x0, 0xb7540458, 0x1b1bcaa0, 0xcd4f44a2, 0xe, 0x92e5cbe, 0x8d79c20, ...) | |
/usr/lib/go/src/net/ipsock_posix.go:137 +0xed | |
net.dialTCP(0x875af08, 0x3, 0x0, 0x1b1bcaa0, 0xcd4f44a2, 0xe, 0x92e5cbe, 0x8d79c20, 0x8095cdd, 0x0, ...) | |
/usr/lib/go/src/net/tcpsock_posix.go:156 +0xfc | |
net.dialSingle(0x875af08, 0x3, 0x1b1bca80, 0x12, 0x0, 0x0, 0xb7540418, 0x1b1bcaa0, 0xcd4f44a2, 0xe, ...) | |
/usr/lib/go/src/net/dial.go:235 +0x35a | |
net.func·016(0xcd4f44a2, 0xe, 0x92e5cbe, 0x8d79c20, 0x0, 0x0, 0x0, 0x0) | |
/usr/lib/go/src/net/dial.go:163 +0xd0 | |
net.dial(0x875af08, 0x3, 0xb7540418, 0x1b1bcaa0, 0x1baf2f28, 0xcd4f44a2, 0xe, 0x92e5cbe, 0x8d79c20, 0x0, ...) | |
/usr/lib/go/src/net/fd_unix.go:40 +0x63 | |
net.(*Dialer).Dial(0x19c8ba40, 0x875af08, 0x3, 0x1b1bca80, 0x12, 0x0, 0x0, 0x0, 0x0) | |
/usr/lib/go/src/net/dial.go:170 +0x3d8 | |
github.com/ethereum/go-ethereum/p2p.(*dialTask).Do(0x1991c018, 0x18f3c1a0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/dial.go:210 +0x173 | |
github.com/ethereum/go-ethereum/p2p.func·008() | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:432 +0x48 | |
created by github.com/ethereum/go-ethereum/p2p.func·009 | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:432 +0x46e | |
goroutine 1062 [IO wait]: | |
net.(*pollDesc).Wait(0x19d8a078, 0x72, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:84 +0x42 | |
net.(*pollDesc).WaitRead(0x19d8a078, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:89 +0x40 | |
net.(*netFD).Read(0x19d8a040, 0x1b611600, 0x20, 0x20, 0x0, 0xb7538098, 0x1a590158) | |
/usr/lib/go/src/net/fd_unix.go:242 +0x2f0 | |
net.(*conn).Read(0x19a7a040, 0x1b611600, 0x20, 0x20, 0x8d7bf18, 0x0, 0x0) | |
/usr/lib/go/src/net/net.go:121 +0xba | |
github.com/ethereum/go-ethereum/p2p.(*meteredConn).Read(0x19a7a108, 0x1b611600, 0x20, 0x20, 0x1b611600, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/metrics.go:54 +0x58 | |
io.ReadAtLeast(0xb7544d10, 0x19a7a108, 0x1b611600, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
/usr/lib/go/src/io/io.go:298 +0xb2 | |
io.ReadFull(0xb7544d10, 0x19a7a108, 0x1b611600, 0x20, 0x20, 0x1b611600, 0x0, 0x0) | |
/usr/lib/go/src/io/io.go:316 +0x5c | |
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0x198b47b0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:561 +0xfd | |
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0x1ba3e160, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:86 +0x155 | |
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0x1b68acc0, 0x19bc8c00) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:211 +0x72 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:142 +0xda | |
goroutine 1011 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0x1afd4d50, 0xb75495f8) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:152 +0x92f | |
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0x18f3c1a0, 0x1afd4d50) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:662 +0x2f5 | |
created by github.com/ethereum/go-ethereum/p2p.(*Server).run | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:489 +0x12b9 | |
goroutine 1013 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0x1afd4d50) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x204 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0xf2 | |
goroutine 1014 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0x1a724d80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:354 +0x197 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0x1903a230, 0x1afec060, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:223 +0x68 | |
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0x1903a230, 0x1afec060, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:211 +0x734 | |
github.com/ethereum/go-ethereum/eth.func·003(0x1afd4d50, 0xb7549610, 0x1a724d80, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:112 +0xaa | |
github.com/ethereum/go-ethereum/p2p.func·002() | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:300 +0x6d | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:309 +0x2db | |
goroutine 1063 [select]: | |
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0x1b68acc0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:196 +0x204 | |
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:143 +0xf2 | |
goroutine 1098 [syscall, locked to thread]: | |
github.com/ethereum/ethash._Cfunc_ethash_full_new_internal(0xb6000528, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3ffff880, ...) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/ethereum/ethash/:51 +0x3f | |
github.com/ethereum/ethash.func·002() | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go:214 +0x3bc | |
sync.(*Once).Do(0x1b0c1574, 0x1baedcd0) | |
/usr/lib/go/src/sync/once.go:44 +0xb9 | |
github.com/ethereum/ethash.(*dag).generate(0x1b0c1560) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go:220 +0x49 | |
github.com/ethereum/ethash.(*Full).getDAG(0x18fa2420, 0x499c, 0x0, 0x1b0c1560) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go:272 +0xb1 | |
github.com/ethereum/ethash.(*Full).Search(0x18fa2420, 0xb7561be0, 0x1b91d360, 0x1b91f800, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go:277 +0x7c | |
github.com/ethereum/go-ethereum/miner.(*CpuAgent).mine(0x19bbd5f0, 0x198f1500, 0x1b91f800) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/miner/agent.go:112 +0x15f | |
created by github.com/ethereum/go-ethereum/miner.(*CpuAgent).update | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/miner/agent.go:82 +0x121 | |
goroutine 1096 [select]: | |
github.com/ethereum/go-ethereum/miner.(*RemoteAgent).maintainLoop(0x1ad6a2a0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/miner/remote_agent.go:118 +0x2cc | |
created by github.com/ethereum/go-ethereum/miner.(*RemoteAgent).Start | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/miner/remote_agent.go:58 +0xa3 | |
goroutine 1097 [select]: | |
github.com/ethereum/go-ethereum/miner.(*CpuAgent).update(0x19bbd5f0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/miner/agent.go:75 +0x221 | |
created by github.com/ethereum/go-ethereum/miner.(*CpuAgent).Start | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/miner/agent.go:69 +0xe0 | |
goroutine 1381 [chan receive]: | |
github.com/ethereum/go-ethereum/p2p/discover.(*udp).findnode(0x19c75b80, 0xf6ea62, 0xea97ae23, 0xc4f518c0, 0x28ce7165, 0x7fa70b98, 0x3d950087, 0xc2f5d903, 0xd69c6898, 0x316c4ff5, ...) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:277 +0x2f3 | |
github.com/ethereum/go-ethereum/p2p/discover.func·002() | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:227 +0x135 | |
created by github.com/ethereum/go-ethereum/p2p/discover.(*Table).Lookup | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:240 +0x573 | |
goroutine 1209 [IO wait]: | |
net.(*pollDesc).Wait(0x1a8c55f8, 0x77, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:84 +0x42 | |
net.(*pollDesc).WaitWrite(0x1a8c55f8, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:93 +0x40 | |
net.(*netFD).connect(0x1a8c55c0, 0x0, 0x0, 0xb7539f08, 0x1b64b420, 0xcd4f4497, 0xe, 0x2ec2f38a, 0x8d79c20, 0x0, ...) | |
/usr/lib/go/src/net/fd_unix.go:114 +0x21c | |
net.(*netFD).dial(0x1a8c55c0, 0xb7540458, 0x0, 0xb7540458, 0x1b64b400, 0xcd4f4497, 0xe, 0x2ec2f38a, 0x8d79c20, 0x0, ...) | |
/usr/lib/go/src/net/sock_posix.go:139 +0x2c6 | |
net.socket(0x875af08, 0x3, 0x2, 0x1, 0x0, 0x1b64b400, 0xb7540458, 0x0, 0xb7540458, 0x1b64b400, ...) | |
/usr/lib/go/src/net/sock_posix.go:91 +0x346 | |
net.internetSocket(0x875af08, 0x3, 0xb7540458, 0x0, 0xb7540458, 0x1b64b400, 0xcd4f4497, 0xe, 0x2ec2f38a, 0x8d79c20, ...) | |
/usr/lib/go/src/net/ipsock_posix.go:137 +0xed | |
net.dialTCP(0x875af08, 0x3, 0x0, 0x1b64b400, 0xcd4f4497, 0xe, 0x2ec2f38a, 0x8d79c20, 0x8095cdd, 0x0, ...) | |
/usr/lib/go/src/net/tcpsock_posix.go:156 +0xfc | |
net.dialSingle(0x875af08, 0x3, 0x1b64b3e0, 0x13, 0x0, 0x0, 0xb7540418, 0x1b64b400, 0xcd4f4497, 0xe, ...) | |
/usr/lib/go/src/net/dial.go:235 +0x35a | |
net.func·016(0xcd4f4497, 0xe, 0x2ec2f38a, 0x8d79c20, 0x0, 0x0, 0x0, 0x0) | |
/usr/lib/go/src/net/dial.go:163 +0xd0 | |
net.dial(0x875af08, 0x3, 0xb7540418, 0x1b64b400, 0x1a506f28, 0xcd4f4497, 0xe, 0x2ec2f38a, 0x8d79c20, 0x0, ...) | |
/usr/lib/go/src/net/fd_unix.go:40 +0x63 | |
net.(*Dialer).Dial(0x19c8ba40, 0x875af08, 0x3, 0x1b64b3e0, 0x13, 0x0, 0x0, 0x0, 0x0) | |
/usr/lib/go/src/net/dial.go:170 +0x3d8 | |
github.com/ethereum/go-ethereum/p2p.(*dialTask).Do(0x19a7b098, 0x18f3c1a0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/dial.go:210 +0x173 | |
github.com/ethereum/go-ethereum/p2p.func·008() | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:432 +0x48 | |
created by github.com/ethereum/go-ethereum/p2p.func·009 | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:432 +0x46e | |
goroutine 1382 [chan receive]: | |
github.com/ethereum/go-ethereum/p2p/discover.(*udp).findnode(0x19c75b80, 0xacd02006, 0x1c2d57b6, 0xd2dc346f, 0x89b7ca6, 0x1f06bc84, 0xbce3b0ea, 0xb64d8899, 0x42e51459, 0x8e3a2bd8, ...) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:277 +0x2f3 | |
github.com/ethereum/go-ethereum/p2p/discover.func·002() | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:227 +0x135 | |
created by github.com/ethereum/go-ethereum/p2p/discover.(*Table).Lookup | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:240 +0x573 | |
goroutine 1335 [IO wait]: | |
net.(*pollDesc).Wait(0x1b268b38, 0x77, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:84 +0x42 | |
net.(*pollDesc).WaitWrite(0x1b268b38, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:93 +0x40 | |
net.(*netFD).connect(0x1b268b00, 0x0, 0x0, 0xb7539f08, 0x1b16f920, 0xcd4f44a2, 0xe, 0x1a667b7c, 0x8d79c20, 0x0, ...) | |
/usr/lib/go/src/net/fd_unix.go:114 +0x21c | |
net.(*netFD).dial(0x1b268b00, 0xb7540458, 0x0, 0xb7540458, 0x1b16f900, 0xcd4f44a2, 0xe, 0x1a667b7c, 0x8d79c20, 0x0, ...) | |
/usr/lib/go/src/net/sock_posix.go:139 +0x2c6 | |
net.socket(0x875af08, 0x3, 0x2, 0x1, 0x0, 0x1b16f900, 0xb7540458, 0x0, 0xb7540458, 0x1b16f900, ...) | |
/usr/lib/go/src/net/sock_posix.go:91 +0x346 | |
net.internetSocket(0x875af08, 0x3, 0xb7540458, 0x0, 0xb7540458, 0x1b16f900, 0xcd4f44a2, 0xe, 0x1a667b7c, 0x8d79c20, ...) | |
/usr/lib/go/src/net/ipsock_posix.go:137 +0xed | |
net.dialTCP(0x875af08, 0x3, 0x0, 0x1b16f900, 0xcd4f44a2, 0xe, 0x1a667b7c, 0x8d79c20, 0x8095cdd, 0x0, ...) | |
/usr/lib/go/src/net/tcpsock_posix.go:156 +0xfc | |
net.dialSingle(0x875af08, 0x3, 0x1b16f8e0, 0x12, 0x0, 0x0, 0xb7540418, 0x1b16f900, 0xcd4f44a2, 0xe, ...) | |
/usr/lib/go/src/net/dial.go:235 +0x35a | |
net.func·016(0xcd4f44a2, 0xe, 0x1a667b7c, 0x8d79c20, 0x0, 0x0, 0x0, 0x0) | |
/usr/lib/go/src/net/dial.go:163 +0xd0 | |
net.dial(0x875af08, 0x3, 0xb7540418, 0x1b16f900, 0x1baecf28, 0xcd4f44a2, 0xe, 0x1a667b7c, 0x8d79c20, 0x0, ...) | |
/usr/lib/go/src/net/fd_unix.go:40 +0x63 | |
net.(*Dialer).Dial(0x19c8ba40, 0x875af08, 0x3, 0x1b16f8e0, 0x12, 0x0, 0x0, 0x0, 0x0) | |
/usr/lib/go/src/net/dial.go:170 +0x3d8 | |
github.com/ethereum/go-ethereum/p2p.(*dialTask).Do(0x1991c158, 0x18f3c1a0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/dial.go:210 +0x173 | |
github.com/ethereum/go-ethereum/p2p.func·008() | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:432 +0x48 | |
created by github.com/ethereum/go-ethereum/p2p.func·009 | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:432 +0x46e | |
goroutine 1352 [IO wait]: | |
net.(*pollDesc).Wait(0x199174b8, 0x77, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:84 +0x42 | |
net.(*pollDesc).WaitWrite(0x199174b8, 0x0, 0x0) | |
/usr/lib/go/src/net/fd_poll_runtime.go:93 +0x40 | |
net.(*netFD).connect(0x19917480, 0x0, 0x0, 0xb7539f08, 0x1b1bcbe0, 0xcd4f44a2, 0xe, 0x9327ec7, 0x8d79c20, 0x0, ...) | |
/usr/lib/go/src/net/fd_unix.go:114 +0x21c | |
net.(*netFD).dial(0x19917480, 0xb7540458, 0x0, 0xb7540458, 0x1b1bcbc0, 0xcd4f44a2, 0xe, 0x9327ec7, 0x8d79c20, 0x0, ...) | |
/usr/lib/go/src/net/sock_posix.go:139 +0x2c6 | |
net.socket(0x875af08, 0x3, 0x2, 0x1, 0x0, 0x1b1bcb00, 0xb7540458, 0x0, 0xb7540458, 0x1b1bcbc0, ...) | |
/usr/lib/go/src/net/sock_posix.go:91 +0x346 | |
net.internetSocket(0x875af08, 0x3, 0xb7540458, 0x0, 0xb7540458, 0x1b1bcbc0, 0xcd4f44a2, 0xe, 0x9327ec7, 0x8d79c20, ...) | |
/usr/lib/go/src/net/ipsock_posix.go:137 +0xed | |
net.dialTCP(0x875af08, 0x3, 0x0, 0x1b1bcbc0, 0xcd4f44a2, 0xe, 0x9327ec7, 0x8d79c20, 0x8095cdd, 0x0, ...) | |
/usr/lib/go/src/net/tcpsock_posix.go:156 +0xfc | |
net.dialSingle(0x875af08, 0x3, 0x1b1bcba0, 0x12, 0x0, 0x0, 0xb7540418, 0x1b1bcbc0, 0xcd4f44a2, 0xe, ...) | |
/usr/lib/go/src/net/dial.go:235 +0x35a | |
net.func·016(0xcd4f44a2, 0xe, 0x9327ec7, 0x8d79c20, 0x0, 0x0, 0x0, 0x0) | |
/usr/lib/go/src/net/dial.go:163 +0xd0 | |
net.dial(0x875af08, 0x3, 0xb7540418, 0x1b1bcbc0, 0x1baf0f28, 0xcd4f44a2, 0xe, 0x9327ec7, 0x8d79c20, 0x0, ...) | |
/usr/lib/go/src/net/fd_unix.go:40 +0x63 | |
net.(*Dialer).Dial(0x19c8ba40, 0x875af08, 0x3, 0x1b1bcba0, 0x12, 0x0, 0x0, 0x0, 0x0) | |
/usr/lib/go/src/net/dial.go:170 +0x3d8 | |
github.com/ethereum/go-ethereum/p2p.(*dialTask).Do(0x1991c098, 0x18f3c1a0) | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/dial.go:210 +0x173 | |
github.com/ethereum/go-ethereum/p2p.func·008() | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:432 +0x48 | |
created by github.com/ethereum/go-ethereum/p2p.func·009 | |
/build/ethereum-X28OJC/ethereum-1.0.0+703SNAPSHOT20150801155847trusty/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:432 +0x46e |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment