Created
April 22, 2015 08:19
-
-
Save tinybike/0985b8ede7e350052136 to your computer and use it in GitHub Desktop.
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
| jack@vent:~/.ethereum$ geth --rpc --mine --rpccorsdomain "http://127.0.0.1:8545" --unlock primary console | |
| Welcome to the FRONTIER | |
| I0422 01:16:57.050231 9324 backend.go:189] Protocol Version: 60, Network Id: 0 | |
| I0422 01:16:57.050350 9324 backend.go:199] Blockchain DB Version: 2 | |
| I0422 01:16:57.052690 9324 chain_manager.go:227] Last block (#149999) 8495c8a64bdcfbc67ab6ce69302242f4bfbe0c58b336eea6ec198a871b9cc6ed TD=963398537175 | |
| I0422 01:16:57.970454 9324 ethash.go:94] Making cache for epoch: 4 (149999) (b903bd7696740696b2b18bd1096a2873bb8ad0c2e7f25b00a0431014edb3f539) | |
| I0422 01:16:59.270579 9324 ethash.go:99] Took: 1.300065244s | |
| I0422 01:16:59.281333 9324 cmd.go:116] Starting Geth/v0.9.11/linux/go1.4.2 | |
| I0422 01:16:59.281463 9324 server.go:183] Starting Server | |
| I0422 01:16:59.287502 9324 udp.go:157] Listening, enode://b7593cca51d1091ef9c8d2a95187b65bd8f03905d809f4a988ee001ad1767a469fa309a0ef35a42922324755e01238bc514fe1a45c95fc00e1a273b9cf3c1816@97.125.125.194:30303 | |
| I0422 01:16:59.287690 9324 whisper.go:142] Whisper started | |
| I0422 01:16:59.287716 9324 backend.go:396] Server started | |
| I0422 01:16:59.287694 9324 server.go:301] Listening on [::]:30303 | |
| Passphrase: | |
| I0422 01:17:04.817866 9324 ethash.go:94] Making cache for epoch: 4 (149999) (b903bd7696740696b2b18bd1096a2873bb8ad0c2e7f25b00a0431014edb3f539) | |
| I0422 01:17:06.108755 9324 ethash.go:99] Took: 1.29084727s | |
| I0422 01:17:06.108809 9324 ethash.go:198] Retrieving DAG | |
| I0422 01:17:06.354835 9324 ethash.go:94] Making cache for epoch: 5 (150000) (f2e59013a0a379837166b59f871b20a8a0d101d1c355ea85d35329360e69c000) | |
| I0422 01:17:08.081626 9324 ethash.go:99] Took: 1.726736301s | |
| I0422 01:17:08.102775 9324 chain_manager.go:603] imported 5 block(s) 0 queued in 1.748686245s. #150004 [6d74c713 / 47903725] | |
| I0422 01:17:09.692035 9324 ethash.go:243] Took: 3.583202627s | |
| I0422 01:17:09.780476 9324 worker.go:324] commit new work on block 150005 with 0 txs & 0 uncles | |
| *** Error in `geth': free(): invalid pointer: 0x000000c29cda6008 *** | |
| SIGABRT: abort | |
| PC=0x7fbbcc88fcc9 | |
| signal arrived during cgo execution | |
| goroutine 431 [syscall, locked to thread]: | |
| runtime.cgocall_errno(0x4048c0, 0xc20c26e330, 0x0) | |
| /usr/lib/go/src/runtime/cgocall.go:130 +0xf5 fp=0xc20c26e310 sp=0xc20c26e2e8 | |
| github.com/ethereum/ethash._Cfunc_free(0xc29cda6008) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/ethereum/ethash/:62 +0x45 fp=0xc20c26e330 sp=0xc20c26e310 | |
| github.com/ethereum/ethash.(*Ethash).UpdateDAG(0xc20803ac80) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go:179 +0x2c0 fp=0xc20c26e548 sp=0xc20c26e330 | |
| github.com/ethereum/ethash.(*Ethash).Search(0xc20803ac80, 0x7fbbc8682588, 0xc20db6ff40, 0xc20ea184e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go:310 +0x8a fp=0xc20c26e6c0 sp=0xc20c26e548 | |
| github.com/ethereum/go-ethereum/miner.(*CpuMiner).mine(0xc20becf280, 0xc20db6ff40) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/miner/agent.go:88 +0x23c fp=0xc20c26e7d0 sp=0xc20c26e6c0 | |
| runtime.goexit() | |
| /usr/lib/go/src/runtime/asm_amd64.s:2232 +0x1 fp=0xc20c26e7d8 sp=0xc20c26e7d0 | |
| created by github.com/ethereum/go-ethereum/miner.(*CpuMiner).update | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/miner/agent.go:59 +0x133 | |
| goroutine 1 [runnable]: | |
| github.com/robertkrimen/otto._newContext(0xc209e74160) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/robertkrimen/otto/inline.go:104 +0x1086 | |
| github.com/robertkrimen/otto.newContext(0x45f35e) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/robertkrimen/otto/global.go:51 +0xd8 | |
| github.com/robertkrimen/otto.New(0xc20becf180) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/robertkrimen/otto/otto.go:244 +0x1f | |
| github.com/ethereum/go-ethereum/jsre.New(0x0, 0x0, 0xc20ea58300) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/jsre/jsre.go:28 +0x27 | |
| main.newJSRE(0xc20813b8c0, 0x0, 0x0, 0x1, 0x0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/cmd/geth/js.go:74 +0x15f | |
| main.console(0xc2080862a0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:301 +0x1c3 | |
| github.com/codegangsta/cli.Command.Run(0xc14b90, 0x7, 0x0, 0x0, 0x0, 0x0, 0x0, 0xd19450, 0x30, 0xe9df90, ...) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/codegangsta/cli/command.go:118 +0x104b | |
| github.com/codegangsta/cli.(*App).Run(0xc2080bc000, 0xc20800a000, 0x8, 0x8, 0x0, 0x0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/codegangsta/cli/app.go:177 +0xdf6 | |
| main.main() | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:274 +0xb6 | |
| goroutine 6 [select]: | |
| github.com/ethereum/go-ethereum/logger.dispatchLoop() | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/logger/sys.go:65 +0x6d1 | |
| created by github.com/ethereum/go-ethereum/logger.init·1 | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/logger/sys.go:44 +0x25 | |
| goroutine 7 [chan receive]: | |
| github.com/ethereum/go-ethereum/logger/glog.(*loggingT).flushDaemon(0x13131c0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/logger/glog/glog.go:897 +0x78 | |
| created by github.com/ethereum/go-ethereum/logger/glog.init·1 | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/logger/glog/glog.go:428 +0x77 | |
| goroutine 17 [syscall, locked to thread]: | |
| runtime.goexit() | |
| /usr/lib/go/src/runtime/asm_amd64.s:2232 +0x1 | |
| goroutine 9 [syscall]: | |
| os/signal.loop() | |
| /usr/lib/go/src/os/signal/signal_unix.go:21 +0x1f | |
| created by os/signal.init·1 | |
| /usr/lib/go/src/os/signal/signal_unix.go:27 +0x35 | |
| goroutine 40 [select]: | |
| github.com/ethereum/go-ethereum/miner.(*worker).update(0xc20bbea000) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/miner/worker.go:155 +0x586 | |
| created by github.com/ethereum/go-ethereum/miner.newWorker | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/miner/worker.go:102 +0x2cb | |
| goroutine 73 [IO wait]: | |
| net.(*pollDesc).Wait(0xc208772680, 0x72, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:84 +0x47 | |
| net.(*pollDesc).WaitRead(0xc208772680, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:89 +0x43 | |
| net.(*netFD).accept(0xc208772620, 0x0, 0x7fbbcd000230, 0xc20c28c0f0) | |
| /usr/lib/go/src/net/fd_unix.go:419 +0x40b | |
| net.(*TCPListener).AcceptTCP(0xc2081f8060, 0x7fbbccfee960, 0x0, 0x0) | |
| /usr/lib/go/src/net/tcpsock_posix.go:234 +0x4e | |
| net.(*TCPListener).Accept(0xc2081f8060, 0x0, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/tcpsock_posix.go:244 +0x4c | |
| github.com/ethereum/go-ethereum/p2p.(*Server).listenLoop(0xc20bc190e0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:304 +0x32e | |
| created by github.com/ethereum/go-ethereum/p2p.(*Server).startListening | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:242 +0x226 | |
| goroutine 41 [chan receive]: | |
| github.com/ethereum/go-ethereum/miner.(*worker).wait(0xc20bbea000) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/miner/worker.go:179 +0x6f | |
| created by github.com/ethereum/go-ethereum/miner.newWorker | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/miner/worker.go:103 +0x2e5 | |
| goroutine 39 [select]: | |
| github.com/ethereum/go-ethereum/event/filter.(*Filters).loop(0xc20c264080) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/event/filter/filter.go:57 +0x2f1 | |
| created by github.com/ethereum/go-ethereum/event/filter.(*Filters).Start | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/event/filter/filter.go:32 +0x32 | |
| goroutine 34 [chan receive]: | |
| github.com/ethereum/go-ethereum/logger.sysLoop(0x7fbbcd001090, 0xc2080e9f30, 0xc208148000, 0xc20801f960) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/logger/sys.go:101 +0x5a | |
| created by github.com/ethereum/go-ethereum/logger.func·001 | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/logger/sys.go:61 +0x176 | |
| goroutine 23 [IO wait]: | |
| net.(*pollDesc).Wait(0xc2080103e0, 0x72, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:84 +0x47 | |
| net.(*pollDesc).WaitRead(0xc2080103e0, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:89 +0x43 | |
| net.(*netFD).readFrom(0xc208010380, 0xc20802ac30, 0xc, 0xc, 0x0, 0x0, 0x0, 0x7fbbcd000230, 0xc20c28d2e8) | |
| /usr/lib/go/src/net/fd_unix.go:269 +0x4a1 | |
| net.(*UDPConn).ReadFromUDP(0xc208102020, 0xc20802ac30, 0xc, 0xc, 0x2, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/udpsock_posix.go:67 +0x124 | |
| github.com/jackpal/go-nat-pmp.(*Client).rpc(0xc20801f460, 0xc20805cede, 0x2, 0x2, 0xc, 0xc20802ac30, 0xc, 0xc, 0x0, 0x0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/jackpal/go-nat-pmp/natpmp.go:126 +0x37a | |
| github.com/jackpal/go-nat-pmp.(*Client).GetExternalAddress(0xc20801f460, 0x0, 0x0, 0x0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/jackpal/go-nat-pmp/natpmp.go:50 +0xc8 | |
| github.com/ethereum/go-ethereum/p2p/nat.func·006() | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/nat/natpmp.go:57 +0xa5 | |
| created by github.com/ethereum/go-ethereum/p2p/nat.discoverPMP | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/nat/natpmp.go:62 +0x1a1 | |
| goroutine 11 [select]: | |
| github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc20802fb00) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:111 +0x284 | |
| created by github.com/syndtr/goleveldb/leveldb.openDB | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:116 +0x7dd | |
| goroutine 12 [select]: | |
| github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc20802fb00) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:666 +0x877 | |
| created by github.com/syndtr/goleveldb/leveldb.openDB | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:119 +0x821 | |
| goroutine 13 [select]: | |
| github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc20802fb00) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:615 +0x21a | |
| created by github.com/syndtr/goleveldb/leveldb.openDB | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:120 +0x83b | |
| goroutine 14 [select]: | |
| github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0xc20802fb00) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_write.go:37 +0x197 | |
| created by github.com/syndtr/goleveldb/leveldb.openDB | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:121 +0x855 | |
| goroutine 15 [select]: | |
| github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).update(0xc208160db0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/ethdb/database.go:127 +0x46e | |
| created by github.com/ethereum/go-ethereum/ethdb.NewLDBDatabase | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/ethdb/database.go:38 +0x1c5 | |
| goroutine 16 [select]: | |
| github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc20802fd40) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:111 +0x284 | |
| created by github.com/syndtr/goleveldb/leveldb.openDB | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:116 +0x7dd | |
| goroutine 50 [runnable]: | |
| code.google.com/p/snappy-go/snappy.emitLiteral(0xc20e9f4a02, 0x139f, 0x139f, 0xc20ea4c000, 0x249, 0x2357, 0xb) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/code.google.com/p/snappy-go/snappy/encode.go:15 | |
| code.google.com/p/snappy-go/snappy.Encode(0xc20e9f4a00, 0x13a1, 0x13a1, 0xc20ea4c000, 0x1006, 0x2357, 0x0, 0x0, 0x0, 0x0, ...) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/code.google.com/p/snappy-go/snappy/encode.go:129 +0x4cb | |
| github.com/syndtr/goleveldb/leveldb/table.(*Writer).writeBlock(0xc20e040f00, 0xc20e040f58, 0x2, 0x0, 0x0, 0x0, 0x0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table/writer.go:171 +0x225 | |
| github.com/syndtr/goleveldb/leveldb/table.(*Writer).finishBlock(0xc20e040f00, 0x0, 0x0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table/writer.go:225 +0x7e | |
| github.com/syndtr/goleveldb/leveldb/table.(*Writer).Append(0xc20e040f00, 0xc20e89be30, 0x28, 0x30, 0xc20ace5f87, 0x217, 0x7e1, 0x0, 0x0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table/writer.go:258 +0x3ef | |
| github.com/syndtr/goleveldb/leveldb.(*tWriter).add(0xc20de13080, 0xc20e89be30, 0x28, 0x30, 0xc20ace5f87, 0x217, 0x7e1, 0x0, 0x0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table.go:393 +0x303 | |
| github.com/syndtr/goleveldb/leveldb.func·018(0xc20bff94d0, 0x0, 0x0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:432 +0x98c | |
| github.com/syndtr/goleveldb/leveldb.(*DB).compactionTransact(0xc20802fd40, 0xc65f90, 0xb, 0xc20e0c7b20, 0xc20e0c79b0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:171 +0x250 | |
| github.com/syndtr/goleveldb/leveldb.(*DB).tableCompaction(0xc20802fd40, 0xc20bbea460, 0x0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:471 +0xe7c | |
| github.com/syndtr/goleveldb/leveldb.(*DB).tableAutoCompaction(0xc20802fd40) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:515 +0x50 | |
| github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc20802fd40) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:686 +0x3b7 | |
| created by github.com/syndtr/goleveldb/leveldb.openDB | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:119 +0x821 | |
| goroutine 51 [select]: | |
| github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc20802fd40) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:615 +0x21a | |
| created by github.com/syndtr/goleveldb/leveldb.openDB | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:120 +0x83b | |
| goroutine 52 [select]: | |
| github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0xc20802fd40) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_write.go:37 +0x197 | |
| created by github.com/syndtr/goleveldb/leveldb.openDB | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:121 +0x855 | |
| goroutine 53 [select]: | |
| github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).update(0xc20815f3e0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/ethdb/database.go:127 +0x46e | |
| created by github.com/ethereum/go-ethereum/ethdb.NewLDBDatabase | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/ethdb/database.go:38 +0x1c5 | |
| goroutine 54 [select]: | |
| github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc20802f8c0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:111 +0x284 | |
| created by github.com/syndtr/goleveldb/leveldb.openDB | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:116 +0x7dd | |
| goroutine 55 [select]: | |
| github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc20802f8c0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:666 +0x877 | |
| created by github.com/syndtr/goleveldb/leveldb.openDB | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:119 +0x821 | |
| goroutine 56 [select]: | |
| github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc20802f8c0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:615 +0x21a | |
| created by github.com/syndtr/goleveldb/leveldb.openDB | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:120 +0x83b | |
| goroutine 57 [select]: | |
| github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0xc20802f8c0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_write.go:37 +0x197 | |
| created by github.com/syndtr/goleveldb/leveldb.openDB | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:121 +0x855 | |
| goroutine 58 [select]: | |
| github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).update(0xc209294c90) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/ethdb/database.go:127 +0x46e | |
| created by github.com/ethereum/go-ethereum/ethdb.NewLDBDatabase | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/ethdb/database.go:38 +0x1c5 | |
| goroutine 59 [select]: | |
| github.com/ethereum/go-ethereum/core.(*ChainManager).update(0xc208173450) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/core/chain_manager.go:645 +0x60d | |
| created by github.com/ethereum/go-ethereum/core.NewChainManager | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/core/chain_manager.go:128 +0x9b0 | |
| goroutine 60 [select]: | |
| github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).peerHandler(0xc20c2b6000) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:133 +0x217 | |
| created by github.com/ethereum/go-ethereum/eth/downloader.New | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:92 +0x2cf | |
| goroutine 61 [select]: | |
| github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).update(0xc20c2b6000) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:180 +0x280 | |
| created by github.com/ethereum/go-ethereum/eth/downloader.New | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:93 +0x2e9 | |
| goroutine 72 [IO wait]: | |
| net.(*pollDesc).Wait(0xc20b153e20, 0x72, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:84 +0x47 | |
| net.(*pollDesc).WaitRead(0xc20b153e20, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:89 +0x43 | |
| net.(*netFD).readFrom(0xc20b153dc0, 0xc20ba17000, 0x1000, 0x1000, 0x0, 0x0, 0x0, 0x7fbbcd000230, 0xc208c4c250) | |
| /usr/lib/go/src/net/fd_unix.go:269 +0x4a1 | |
| net.(*UDPConn).ReadFromUDP(0xc20848e260, 0xc20ba17000, 0x1000, 0x1000, 0x3, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/udpsock_posix.go:67 +0x124 | |
| github.com/ethereum/go-ethereum/p2p/discover.(*udp).readLoop(0xc20b0ea190) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:373 +0x116 | |
| created by github.com/ethereum/go-ethereum/p2p/discover.newUDP | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:181 +0x4c5 | |
| goroutine 71 [select]: | |
| github.com/ethereum/go-ethereum/p2p/discover.(*udp).loop(0xc20b0ea190) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:279 +0xb53 | |
| created by github.com/ethereum/go-ethereum/p2p/discover.newUDP | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:180 +0x4a8 | |
| goroutine 168 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc20a8cb260, 0x7fbbc8667f20) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:126 +0x4de | |
| github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc20bc190e0, 0xc20a8cb260) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:447 +0x379 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Server).startPeer | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:433 +0x6f0 | |
| goroutine 42 [select]: | |
| github.com/ethereum/go-ethereum/p2p/nat.Map(0x7fbbcd001050, 0xc2080c62d0, 0xc20c812c60, 0xc2e9f0, 0x3, 0x765f, 0x765f, 0xc8cf10, 0x12) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/nat/nat.go:97 +0xa3f | |
| created by github.com/ethereum/go-ethereum/p2p/discover.newUDP | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:172 +0x2ce | |
| goroutine 102 [IO wait]: | |
| net.(*pollDesc).Wait(0xc208c948b0, 0x72, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:84 +0x47 | |
| net.(*pollDesc).WaitRead(0xc208c948b0, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:89 +0x43 | |
| net.(*netFD).Read(0xc208c94850, 0xc20a2cfa60, 0x20, 0x20, 0x0, 0x7fbbcd000230, 0xc20bc7a9f0) | |
| /usr/lib/go/src/net/fd_unix.go:242 +0x40f | |
| net.(*conn).Read(0xc209c24700, 0xc20a2cfa60, 0x20, 0x20, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/net.go:121 +0xdc | |
| io.ReadAtLeast(0x7fbbc8665c28, 0xc209c24700, 0xc20a2cfa60, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/io/io.go:298 +0xf1 | |
| io.ReadFull(0x7fbbc8665c28, 0xc209c24700, 0xc20a2cfa60, 0x20, 0x20, 0x20, 0x0, 0x0) | |
| /usr/lib/go/src/io/io.go:316 +0x6d | |
| github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc20a62a360, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:108 +0x11f | |
| github.com/ethereum/go-ethereum/p2p.(*netWrapper).ReadMsg(0xc20bd81ec0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/message.go:110 +0x16b | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc2083a2000, 0xc2083a20c0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:175 +0x8a | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:119 +0x97 | |
| goroutine 74 [select]: | |
| github.com/ethereum/go-ethereum/p2p/nat.Map(0x7fbbcd001050, 0xc2080c62d0, 0xc20c812ba0, 0xc2cfb0, 0x3, 0x765f, 0x765f, 0xc537f0, 0xc) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/nat/nat.go:97 +0xa3f | |
| github.com/ethereum/go-ethereum/p2p.func·004() | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:246 +0x8f | |
| created by github.com/ethereum/go-ethereum/p2p.(*Server).startListening | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:248 +0x309 | |
| goroutine 75 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*Server).dialLoop(0xc20bc190e0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:350 +0x6c9 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Server).Start | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:223 +0xa3e | |
| goroutine 76 [select]: | |
| github.com/ethereum/go-ethereum/whisper.(*Whisper).update(0xc20c2b6480) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/whisper/whisper.go:296 +0x107 | |
| created by github.com/ethereum/go-ethereum/whisper.(*Whisper).Start | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/whisper/whisper.go:143 +0x110 | |
| goroutine 77 [chan receive]: | |
| github.com/ethereum/go-ethereum/eth.(*Ethereum).txBroadcastLoop(0xc20813b8c0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/eth/backend.go:447 +0x99 | |
| created by github.com/ethereum/go-ethereum/eth.(*Ethereum).Start | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/eth/backend.go:390 +0x2ab | |
| goroutine 78 [chan receive]: | |
| github.com/ethereum/go-ethereum/eth.(*Ethereum).minedBroadcastLoop(0xc20813b8c0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/eth/backend.go:470 +0x9f | |
| created by github.com/ethereum/go-ethereum/eth.(*Ethereum).Start | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/eth/backend.go:394 +0x3f0 | |
| goroutine 525 [select]: | |
| github.com/ethereum/go-ethereum/event/filter.(*FilterManager).filterLoop(0xc20ea58340) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/event/filter/eth_filter.go:74 +0x7e1 | |
| created by github.com/ethereum/go-ethereum/event/filter.(*FilterManager).Start | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/event/filter/eth_filter.go:31 +0x32 | |
| goroutine 221 [select]: | |
| github.com/ethereum/go-ethereum/xeth.(*XEth).start(0xc20bfb0380) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/xeth/xeth.go:88 +0x3dd | |
| created by github.com/ethereum/go-ethereum/xeth.New | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/xeth/xeth.go:78 +0x514 | |
| goroutine 170 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc20a8cb260) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:160 +0x25a | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:120 +0xb4 | |
| goroutine 171 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc20814fea0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:298 +0x1bb | |
| github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc208642c40, 0xc20a3d2b40, 0x0, 0x0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:148 +0xbc | |
| github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc208642c40, 0xc20a3d2b40, 0x0, 0x0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:139 +0x364 | |
| github.com/ethereum/go-ethereum/eth.func·002(0xc20a8cb260, 0x7fbbc8667f78, 0xc20814fea0, 0x0, 0x0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:98 +0x93 | |
| github.com/ethereum/go-ethereum/p2p.func·002() | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:243 +0x88 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:252 +0x2eb | |
| goroutine 169 [IO wait]: | |
| net.(*pollDesc).Wait(0xc20c144ca0, 0x72, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:84 +0x47 | |
| net.(*pollDesc).WaitRead(0xc20c144ca0, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:89 +0x43 | |
| net.(*netFD).Read(0xc20c144c40, 0xc20c143620, 0x20, 0x20, 0x0, 0x7fbbcd000230, 0xc20a4dd100) | |
| /usr/lib/go/src/net/fd_unix.go:242 +0x40f | |
| net.(*conn).Read(0xc20848e538, 0xc20c143620, 0x20, 0x20, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/net.go:121 +0xdc | |
| io.ReadAtLeast(0x7fbbc8665c28, 0xc20848e538, 0xc20c143620, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/io/io.go:298 +0xf1 | |
| io.ReadFull(0x7fbbc8665c28, 0xc20848e538, 0xc20c143620, 0x20, 0x20, 0x20, 0x0, 0x0) | |
| /usr/lib/go/src/io/io.go:316 +0x6d | |
| github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc20cc007e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:108 +0x11f | |
| github.com/ethereum/go-ethereum/p2p.(*netWrapper).ReadMsg(0xc20c15bb00, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/message.go:110 +0x16b | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc20a8cb260, 0xc20a8cb320) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:175 +0x8a | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:119 +0x97 | |
| goroutine 493 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc20d40cb40) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:160 +0x25a | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:120 +0xb4 | |
| goroutine 109 [IO wait]: | |
| net.(*pollDesc).Wait(0xc209e523e0, 0x72, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:84 +0x47 | |
| net.(*pollDesc).WaitRead(0xc209e523e0, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:89 +0x43 | |
| net.(*netFD).Read(0xc209e52380, 0xc20d1700c0, 0x20, 0x20, 0x0, 0x7fbbcd000230, 0xc20c456038) | |
| /usr/lib/go/src/net/fd_unix.go:242 +0x40f | |
| net.(*conn).Read(0xc20824a108, 0xc20d1700c0, 0x20, 0x20, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/net.go:121 +0xdc | |
| io.ReadAtLeast(0x7fbbc8665c28, 0xc20824a108, 0xc20d1700c0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/io/io.go:298 +0xf1 | |
| io.ReadFull(0x7fbbc8665c28, 0xc20824a108, 0xc20d1700c0, 0x20, 0x20, 0x20, 0x0, 0x0) | |
| /usr/lib/go/src/io/io.go:316 +0x6d | |
| github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc20a0d9320, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:108 +0x11f | |
| github.com/ethereum/go-ethereum/p2p.(*netWrapper).ReadMsg(0xc20b16a380, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/message.go:110 +0x16b | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc2083a2480, 0xc2083a2540) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:175 +0x8a | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:119 +0x97 | |
| goroutine 101 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc2083a2000, 0x7fbbc8667f20) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:126 +0x4de | |
| github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc20bc190e0, 0xc2083a2000) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:447 +0x379 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Server).startPeer | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:433 +0x6f0 | |
| goroutine 103 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc2083a2000) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:160 +0x25a | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:120 +0xb4 | |
| goroutine 104 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc20b0ea820, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:298 +0x1bb | |
| github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc208642c40, 0xc208d30e40, 0x0, 0x0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:148 +0xbc | |
| github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc208642c40, 0xc208d30e40, 0x0, 0x0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:139 +0x364 | |
| github.com/ethereum/go-ethereum/eth.func·002(0xc2083a2000, 0x7fbbc8667f78, 0xc20b0ea820, 0x0, 0x0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:98 +0x93 | |
| github.com/ethereum/go-ethereum/p2p.func·002() | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:243 +0x88 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:252 +0x2eb | |
| goroutine 306 [select]: | |
| github.com/ethereum/go-ethereum/event/filter.(*FilterManager).filterLoop(0xc209076100) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/event/filter/eth_filter.go:74 +0x7e1 | |
| created by github.com/ethereum/go-ethereum/event/filter.(*FilterManager).Start | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/event/filter/eth_filter.go:31 +0x32 | |
| goroutine 108 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc2083a2480, 0x7fbbc8667f20) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:126 +0x4de | |
| github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc20bc190e0, 0xc2083a2480) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:447 +0x379 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Server).startPeer | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:433 +0x6f0 | |
| goroutine 110 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc2083a2480) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:160 +0x25a | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:120 +0xb4 | |
| goroutine 111 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc20b0eabe0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:298 +0x1bb | |
| github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc208642c40, 0xc20861c0c0, 0x0, 0x0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:148 +0xbc | |
| github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc208642c40, 0xc20861c0c0, 0x0, 0x0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:139 +0x364 | |
| github.com/ethereum/go-ethereum/eth.func·002(0xc2083a2480, 0x7fbbc8667f78, 0xc20b0eabe0, 0x0, 0x0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:98 +0x93 | |
| github.com/ethereum/go-ethereum/p2p.func·002() | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:243 +0x88 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:252 +0x2eb | |
| goroutine 497 [select]: | |
| github.com/ethereum/go-ethereum/miner.(*CpuMiner).update(0xc20becf280) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/miner/agent.go:53 +0x1e1 | |
| created by github.com/ethereum/go-ethereum/miner.(*CpuMiner).Start | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/miner/agent.go:47 +0xed | |
| goroutine 231 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc20d16c2d0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:298 +0x1bb | |
| github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc208642c40, 0xc209e4e180, 0x0, 0x0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:148 +0xbc | |
| github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc208642c40, 0xc209e4e180, 0x0, 0x0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:139 +0x364 | |
| github.com/ethereum/go-ethereum/eth.func·002(0xc20c604360, 0x7fbbc8667f78, 0xc20d16c2d0, 0x0, 0x0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:98 +0x93 | |
| github.com/ethereum/go-ethereum/p2p.func·002() | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:243 +0x88 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:252 +0x2eb | |
| goroutine 230 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc20c604360) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:160 +0x25a | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:120 +0xb4 | |
| goroutine 228 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc20c604360, 0x7fbbc8667f20) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:126 +0x4de | |
| github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc20bc190e0, 0xc20c604360) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:447 +0x379 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Server).startPeer | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:433 +0x6f0 | |
| goroutine 355 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc20bfa86e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:298 +0x1bb | |
| github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc208642c40, 0xc209e4e9c0, 0x0, 0x0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:148 +0xbc | |
| github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc208642c40, 0xc209e4e9c0, 0x0, 0x0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:139 +0x364 | |
| github.com/ethereum/go-ethereum/eth.func·002(0xc20a6f33e0, 0x7fbbc8667f78, 0xc20bfa86e0, 0x0, 0x0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:98 +0x93 | |
| github.com/ethereum/go-ethereum/p2p.func·002() | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:243 +0x88 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:252 +0x2eb | |
| goroutine 487 [IO wait]: | |
| net.(*pollDesc).Wait(0xc20d1681b0, 0x72, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:84 +0x47 | |
| net.(*pollDesc).WaitRead(0xc20d1681b0, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:89 +0x43 | |
| net.(*netFD).Read(0xc20d168150, 0xc20dda2fc0, 0x20, 0x20, 0x0, 0x7fbbcd000230, 0xc208f668f8) | |
| /usr/lib/go/src/net/fd_unix.go:242 +0x40f | |
| net.(*conn).Read(0xc20848e1b0, 0xc20dda2fc0, 0x20, 0x20, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/net.go:121 +0xdc | |
| io.ReadAtLeast(0x7fbbc8665c28, 0xc20848e1b0, 0xc20dda2fc0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/io/io.go:298 +0xf1 | |
| io.ReadFull(0x7fbbc8665c28, 0xc20848e1b0, 0xc20dda2fc0, 0x20, 0x20, 0x20, 0x0, 0x0) | |
| /usr/lib/go/src/io/io.go:316 +0x6d | |
| github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc20d5c25a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:108 +0x11f | |
| github.com/ethereum/go-ethereum/p2p.(*netWrapper).ReadMsg(0xc20919ad00, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/message.go:110 +0x16b | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc20d40c660, 0xc20d40c720) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:175 +0x8a | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:119 +0x97 | |
| goroutine 229 [IO wait]: | |
| net.(*pollDesc).Wait(0xc20c1455d0, 0x72, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:84 +0x47 | |
| net.(*pollDesc).WaitRead(0xc20c1455d0, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:89 +0x43 | |
| net.(*netFD).Read(0xc20c145570, 0xc20d0e04e0, 0x20, 0x20, 0x0, 0x7fbbcd000230, 0xc20c28c168) | |
| /usr/lib/go/src/net/fd_unix.go:242 +0x40f | |
| net.(*conn).Read(0xc20848e5a0, 0xc20d0e04e0, 0x20, 0x20, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/net.go:121 +0xdc | |
| io.ReadAtLeast(0x7fbbc8665c28, 0xc20848e5a0, 0xc20d0e04e0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/io/io.go:298 +0xf1 | |
| io.ReadFull(0x7fbbc8665c28, 0xc20848e5a0, 0xc20d0e04e0, 0x20, 0x20, 0x20, 0x0, 0x0) | |
| /usr/lib/go/src/io/io.go:316 +0x6d | |
| github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc209f298c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:108 +0x11f | |
| github.com/ethereum/go-ethereum/p2p.(*netWrapper).ReadMsg(0xc20c338180, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/message.go:110 +0x16b | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc20c604360, 0xc20c604420) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:175 +0x8a | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:119 +0x97 | |
| goroutine 459 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc20b8cc2a0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:160 +0x25a | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:120 +0xb4 | |
| goroutine 223 [IO wait]: | |
| net.(*pollDesc).Wait(0xc20a18d8e0, 0x72, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:84 +0x47 | |
| net.(*pollDesc).WaitRead(0xc20a18d8e0, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:89 +0x43 | |
| net.(*netFD).accept(0xc20a18d880, 0x0, 0x7fbbcd000230, 0xc20a4dc0d0) | |
| /usr/lib/go/src/net/fd_unix.go:419 +0x40b | |
| net.(*TCPListener).AcceptTCP(0xc209c24010, 0xeccc95005, 0x0, 0x0) | |
| /usr/lib/go/src/net/tcpsock_posix.go:234 +0x4e | |
| github.com/ethereum/go-ethereum/rpc.(*stoppableTCPListener).Accept(0xc208d4c350, 0x0, 0x0, 0x0, 0x0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/rpc/types.go:323 +0xe8 | |
| net/http.(*Server).Serve(0xc20a0d9d40, 0x7fbbc8680310, 0xc208d4c350, 0x0, 0x0) | |
| /usr/lib/go/src/net/http/server.go:1728 +0x92 | |
| net/http.Serve(0x7fbbc8680310, 0xc208d4c350, 0x7fbbcd0006c8, 0xc20b4e7fc0, 0x0, 0x0) | |
| /usr/lib/go/src/net/http/server.go:1606 +0xa1 | |
| created by github.com/ethereum/go-ethereum/rpc.Start | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/rpc/http.go:51 +0x9b3 | |
| goroutine 534 [IO wait]: | |
| net.(*pollDesc).Wait(0xc20d168140, 0x72, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:84 +0x47 | |
| net.(*pollDesc).WaitRead(0xc20d168140, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:89 +0x43 | |
| net.(*netFD).Read(0xc20d1680e0, 0xc20dda3220, 0x20, 0x20, 0x0, 0x7fbbcd000230, 0xc208f669a8) | |
| /usr/lib/go/src/net/fd_unix.go:242 +0x40f | |
| net.(*conn).Read(0xc208036050, 0xc20dda3220, 0x20, 0x20, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/net.go:121 +0xdc | |
| io.ReadAtLeast(0x7fbbc8665c28, 0xc208036050, 0xc20dda3220, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/io/io.go:298 +0xf1 | |
| io.ReadFull(0x7fbbc8665c28, 0xc208036050, 0xc20dda3220, 0x20, 0x20, 0x20, 0x0, 0x0) | |
| /usr/lib/go/src/io/io.go:316 +0x6d | |
| github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc20dd734a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:108 +0x11f | |
| github.com/ethereum/go-ethereum/p2p.(*netWrapper).ReadMsg(0xc20e0ea980, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/message.go:110 +0x16b | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc20dde7620, 0xc20dde76e0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:175 +0x8a | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:119 +0x97 | |
| goroutine 486 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc20d40c660, 0x7fbbc8667f20) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:126 +0x4de | |
| github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc20bc190e0, 0xc20d40c660) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:447 +0x379 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Server).startPeer | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:433 +0x6f0 | |
| goroutine 489 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc20d414320, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:298 +0x1bb | |
| github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc208642c40, 0xc20d3e4840, 0x0, 0x0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:148 +0xbc | |
| github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc208642c40, 0xc20d3e4840, 0x0, 0x0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:139 +0x364 | |
| github.com/ethereum/go-ethereum/eth.func·002(0xc20d40c660, 0x7fbbc8667f78, 0xc20d414320, 0x0, 0x0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:98 +0x93 | |
| github.com/ethereum/go-ethereum/p2p.func·002() | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:243 +0x88 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:252 +0x2eb | |
| goroutine 352 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc20a6f33e0, 0x7fbbc8667f20) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:126 +0x4de | |
| github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc20bc190e0, 0xc20a6f33e0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:447 +0x379 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Server).startPeer | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:433 +0x6f0 | |
| goroutine 477 [IO wait]: | |
| net.(*pollDesc).Wait(0xc2081d0140, 0x72, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:84 +0x47 | |
| net.(*pollDesc).WaitRead(0xc2081d0140, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:89 +0x43 | |
| net.(*netFD).Read(0xc2081d00e0, 0xc20d39b000, 0x20, 0x20, 0x0, 0x7fbbcd000230, 0xc20a4dc978) | |
| /usr/lib/go/src/net/fd_unix.go:242 +0x40f | |
| net.(*conn).Read(0xc20848e190, 0xc20d39b000, 0x20, 0x20, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/net.go:121 +0xdc | |
| io.ReadAtLeast(0x7fbbc8665c28, 0xc20848e190, 0xc20d39b000, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/io/io.go:298 +0xf1 | |
| io.ReadFull(0x7fbbc8665c28, 0xc20848e190, 0xc20d39b000, 0x20, 0x20, 0x20, 0x0, 0x0) | |
| /usr/lib/go/src/io/io.go:316 +0x6d | |
| github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc20cb00d80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:108 +0x11f | |
| github.com/ethereum/go-ethereum/p2p.(*netWrapper).ReadMsg(0xc209e28540, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/message.go:110 +0x16b | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc20c62c2a0, 0xc20c62c360) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:175 +0x8a | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:119 +0x97 | |
| goroutine 531 [select]: | |
| github.com/ethereum/go-ethereum/miner.(*CpuMiner).update(0xc20becf340) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/miner/agent.go:53 +0x1e1 | |
| created by github.com/ethereum/go-ethereum/miner.(*CpuMiner).Start | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/miner/agent.go:47 +0xed | |
| goroutine 535 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc20dde7620) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:160 +0x25a | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:120 +0xb4 | |
| goroutine 496 [select]: | |
| github.com/ethereum/go-ethereum/miner.(*CpuMiner).update(0xc20becf1c0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/miner/agent.go:53 +0x1e1 | |
| created by github.com/ethereum/go-ethereum/miner.(*CpuMiner).Start | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/miner/agent.go:47 +0xed | |
| goroutine 524 [semacquire]: | |
| sync.(*Mutex).Lock(0xc20c264040) | |
| /usr/lib/go/src/sync/mutex.go:66 +0xd3 | |
| sync.(*RWMutex).Lock(0xc20c264040) | |
| /usr/lib/go/src/sync/rwmutex.go:82 +0x33 | |
| github.com/ethereum/ethash.(*Ethash).UpdateDAG(0xc20803ac80) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go:174 +0x213 | |
| github.com/ethereum/ethash.(*Ethash).Search(0xc20803ac80, 0x7fbbc8682588, 0xc20ea5e0a0, 0xc20dd73c80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go:310 +0x8a | |
| github.com/ethereum/go-ethereum/miner.(*CpuMiner).mine(0xc20becf340, 0xc20ea5e0a0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/miner/agent.go:88 +0x23c | |
| created by github.com/ethereum/go-ethereum/miner.(*CpuMiner).update | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/miner/agent.go:59 +0x133 | |
| goroutine 532 [select]: | |
| github.com/ethereum/go-ethereum/miner.(*RemoteAgent).run(0xc20b485980) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/miner/remote_agent.go:50 +0x115 | |
| created by github.com/ethereum/go-ethereum/miner.(*RemoteAgent).Start | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/miner/remote_agent.go:37 +0xac | |
| goroutine 539 [select]: | |
| github.com/ethereum/go-ethereum/xeth.(*XEth).start(0xc20e1c1680) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/xeth/xeth.go:88 +0x3dd | |
| created by github.com/ethereum/go-ethereum/xeth.New | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/xeth/xeth.go:78 +0x514 | |
| goroutine 538 [select]: | |
| github.com/ethereum/go-ethereum/miner.(*RemoteAgent).run(0xc20ea3f860) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/miner/remote_agent.go:50 +0x115 | |
| created by github.com/ethereum/go-ethereum/miner.(*RemoteAgent).Start | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/miner/remote_agent.go:37 +0xac | |
| goroutine 353 [IO wait]: | |
| net.(*pollDesc).Wait(0xc20ae1be90, 0x72, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:84 +0x47 | |
| net.(*pollDesc).WaitRead(0xc20ae1be90, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:89 +0x43 | |
| net.(*netFD).Read(0xc20ae1be30, 0xc208622ae0, 0x20, 0x20, 0x0, 0x7fbbcd000230, 0xc208d4d3a0) | |
| /usr/lib/go/src/net/fd_unix.go:242 +0x40f | |
| net.(*conn).Read(0xc2081f8248, 0xc208622ae0, 0x20, 0x20, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/net.go:121 +0xdc | |
| io.ReadAtLeast(0x7fbbc8665c28, 0xc2081f8248, 0xc208622ae0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/io/io.go:298 +0xf1 | |
| io.ReadFull(0x7fbbc8665c28, 0xc2081f8248, 0xc208622ae0, 0x20, 0x20, 0x20, 0x0, 0x0) | |
| /usr/lib/go/src/io/io.go:316 +0x6d | |
| github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc20a9028a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:108 +0x11f | |
| github.com/ethereum/go-ethereum/p2p.(*netWrapper).ReadMsg(0xc209076780, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/message.go:110 +0x16b | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc20a6f33e0, 0xc20a6f34a0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:175 +0x8a | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:119 +0x97 | |
| goroutine 530 [select]: | |
| github.com/ethereum/go-ethereum/miner.(*CpuMiner).update(0xc20becf2c0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/miner/agent.go:53 +0x1e1 | |
| created by github.com/ethereum/go-ethereum/miner.(*CpuMiner).Start | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/miner/agent.go:47 +0xed | |
| goroutine 494 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc20d4145f0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:298 +0x1bb | |
| github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc208642c40, 0xc20d3e4a80, 0x0, 0x0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:148 +0xbc | |
| github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc208642c40, 0xc20d3e4a80, 0x0, 0x0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:139 +0x364 | |
| github.com/ethereum/go-ethereum/eth.func·002(0xc20d40cb40, 0x7fbbc8667f78, 0xc20d4145f0, 0x0, 0x0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:98 +0x93 | |
| github.com/ethereum/go-ethereum/p2p.func·002() | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:243 +0x88 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:252 +0x2eb | |
| goroutine 458 [IO wait]: | |
| net.(*pollDesc).Wait(0xc208674290, 0x72, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:84 +0x47 | |
| net.(*pollDesc).WaitRead(0xc208674290, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:89 +0x43 | |
| net.(*netFD).Read(0xc208674230, 0xc20de09cc0, 0x20, 0x20, 0x0, 0x7fbbcd000230, 0xc2082eea48) | |
| /usr/lib/go/src/net/fd_unix.go:242 +0x40f | |
| net.(*conn).Read(0xc209c240e0, 0xc20de09cc0, 0x20, 0x20, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/net.go:121 +0xdc | |
| io.ReadAtLeast(0x7fbbc8665c28, 0xc209c240e0, 0xc20de09cc0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/io/io.go:298 +0xf1 | |
| io.ReadFull(0x7fbbc8665c28, 0xc209c240e0, 0xc20de09cc0, 0x20, 0x20, 0x20, 0x0, 0x0) | |
| /usr/lib/go/src/io/io.go:316 +0x6d | |
| github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc20b31e960, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:108 +0x11f | |
| github.com/ethereum/go-ethereum/p2p.(*netWrapper).ReadMsg(0xc20b2d60c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/message.go:110 +0x16b | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc20b8cc2a0, 0xc20b8cc3c0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:175 +0x8a | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:119 +0x97 | |
| goroutine 479 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc20c60f540, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:298 +0x1bb | |
| github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc208642c40, 0xc20c7bce40, 0x0, 0x0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:148 +0xbc | |
| github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc208642c40, 0xc20c7bce40, 0x0, 0x0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:139 +0x364 | |
| github.com/ethereum/go-ethereum/eth.func·002(0xc20c62c2a0, 0x7fbbc8667f78, 0xc20c60f540, 0x0, 0x0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:98 +0x93 | |
| github.com/ethereum/go-ethereum/p2p.func·002() | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:243 +0x88 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:252 +0x2eb | |
| goroutine 460 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc20b0ea0f0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:298 +0x1bb | |
| github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0xc208642c40, 0xc20b44e180, 0x0, 0x0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:148 +0xbc | |
| github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc208642c40, 0xc20b44e180, 0x0, 0x0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:139 +0x364 | |
| github.com/ethereum/go-ethereum/eth.func·002(0xc20b8cc2a0, 0x7fbbc8667f78, 0xc20b0ea0f0, 0x0, 0x0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:98 +0x93 | |
| github.com/ethereum/go-ethereum/p2p.func·002() | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:243 +0x88 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:252 +0x2eb | |
| goroutine 536 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0xc20ddfcaf0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:298 +0x1bb | |
| github.com/ethereum/go-ethereum/eth.(*peer).handleStatus(0xc20ddf3080, 0x0, 0x0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/eth/peer.go:112 +0x15f | |
| github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0xc208642c40, 0xc20ddf3080, 0x0, 0x0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:116 +0x4b | |
| github.com/ethereum/go-ethereum/eth.func·002(0xc20dde7620, 0x7fbbc8667f78, 0xc20ddfcaf0, 0x0, 0x0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:98 +0x93 | |
| github.com/ethereum/go-ethereum/p2p.func·002() | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:243 +0x88 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:252 +0x2eb | |
| goroutine 354 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc20a6f33e0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:160 +0x25a | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:120 +0xb4 | |
| goroutine 491 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc20d40cb40, 0x7fbbc8667f20) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:126 +0x4de | |
| github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc20bc190e0, 0xc20d40cb40) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:447 +0x379 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Server).startPeer | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:433 +0x6f0 | |
| goroutine 488 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc20d40c660) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:160 +0x25a | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:120 +0xb4 | |
| goroutine 457 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc20b8cc2a0, 0x7fbbc8667f20) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:126 +0x4de | |
| github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc20bc190e0, 0xc20b8cc2a0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:447 +0x379 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Server).startPeer | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:433 +0x6f0 | |
| goroutine 492 [IO wait]: | |
| net.(*pollDesc).Wait(0xc2081d0220, 0x72, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:84 +0x47 | |
| net.(*pollDesc).WaitRead(0xc2081d0220, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:89 +0x43 | |
| net.(*netFD).Read(0xc2081d01c0, 0xc20ded2c60, 0x20, 0x20, 0x0, 0x7fbbcd000230, 0xc20bff92b8) | |
| /usr/lib/go/src/net/fd_unix.go:242 +0x40f | |
| net.(*conn).Read(0xc208036018, 0xc20ded2c60, 0x20, 0x20, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/net.go:121 +0xdc | |
| io.ReadAtLeast(0x7fbbc8665c28, 0xc208036018, 0xc20ded2c60, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/io/io.go:298 +0xf1 | |
| io.ReadFull(0x7fbbc8665c28, 0xc208036018, 0xc20ded2c60, 0x20, 0x20, 0x20, 0x0, 0x0) | |
| /usr/lib/go/src/io/io.go:316 +0x6d | |
| github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0xc20d40c300, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:108 +0x11f | |
| github.com/ethereum/go-ethereum/p2p.(*netWrapper).ReadMsg(0xc20919b240, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/message.go:110 +0x16b | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0xc20d40cb40, 0xc20d40cc00) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:175 +0x8a | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:119 +0x97 | |
| goroutine 478 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0xc20c62c2a0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:160 +0x25a | |
| created by github.com/ethereum/go-ethereum/p2p.(*Peer).run | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:120 +0xb4 | |
| goroutine 498 [IO wait]: | |
| net.(*pollDesc).Wait(0xc20d1680d0, 0x77, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:84 +0x47 | |
| net.(*pollDesc).WaitWrite(0xc20d1680d0, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_poll_runtime.go:93 +0x43 | |
| net.(*netFD).connect(0xc20d168070, 0x0, 0x0, 0x7fbbcd0025d0, 0xc20a70e100, 0xeccc9500f, 0x4e2160b, 0x1312980, 0x0, 0x0) | |
| /usr/lib/go/src/net/fd_unix.go:114 +0x24b | |
| net.(*netFD).dial(0xc20d168070, 0x7fbbc8665bd8, 0x0, 0x7fbbc8665bd8, 0xc20af44060, 0xeccc9500f, 0x4e2160b, 0x1312980, 0x0, 0x0) | |
| /usr/lib/go/src/net/sock_posix.go:139 +0x37a | |
| net.socket(0xc2cfb0, 0x3, 0x2, 0x1, 0x0, 0xc20af44000, 0x7fbbc8665bd8, 0x0, 0x7fbbc8665bd8, 0xc20af44060, ...) | |
| /usr/lib/go/src/net/sock_posix.go:91 +0x422 | |
| net.internetSocket(0xc2cfb0, 0x3, 0x7fbbc8665bd8, 0x0, 0x7fbbc8665bd8, 0xc20af44060, 0xeccc9500f, 0xc204e2160b, 0x1312980, 0x1, ...) | |
| /usr/lib/go/src/net/ipsock_posix.go:137 +0x148 | |
| net.dialTCP(0xc2cfb0, 0x3, 0x0, 0xc20af44060, 0xeccc9500f, 0x4e2160b, 0x1312980, 0xc20a57e0c0, 0x0, 0x0) | |
| /usr/lib/go/src/net/tcpsock_posix.go:156 +0x125 | |
| net.dialSingle(0xc2cfb0, 0x3, 0xc20a57e0b0, 0x10, 0x0, 0x0, 0x7fbbc8665b48, 0xc20af44060, 0xeccc9500f, 0x4e2160b, ...) | |
| /usr/lib/go/src/net/dial.go:235 +0x3f5 | |
| net.func·016(0xeccc9500f, 0xe04e2160b, 0x1312980, 0x0, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/dial.go:163 +0x12c | |
| net.dial(0xc2cfb0, 0x3, 0x7fbbc8665b48, 0xc20af44060, 0xc209db1e78, 0xeccc9500f, 0xe04e2160b, 0x1312980, 0x0, 0x0, ...) | |
| /usr/lib/go/src/net/fd_unix.go:40 +0x6f | |
| net.(*Dialer).Dial(0xc20c20fb80, 0xc2cfb0, 0x3, 0xc20a57e0b0, 0x10, 0x0, 0x0, 0x0, 0x0) | |
| /usr/lib/go/src/net/dial.go:170 +0x4be | |
| github.com/ethereum/go-ethereum/p2p.(*Server).dialNode(0xc20bc190e0, 0xc209e523f0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:390 +0x1e5 | |
| github.com/ethereum/go-ethereum/p2p.func·006() | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:343 +0x44 | |
| created by github.com/ethereum/go-ethereum/p2p.func·007 | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:345 +0x253 | |
| goroutine 476 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc20c62c2a0, 0x7fbbc8667f20) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:126 +0x4de | |
| github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc20bc190e0, 0xc20c62c2a0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:447 +0x379 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Server).startPeer | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:433 +0x6f0 | |
| goroutine 523 [semacquire]: | |
| sync.(*Mutex).Lock(0xc20c264040) | |
| /usr/lib/go/src/sync/mutex.go:66 +0xd3 | |
| sync.(*RWMutex).Lock(0xc20c264040) | |
| /usr/lib/go/src/sync/rwmutex.go:82 +0x33 | |
| github.com/ethereum/ethash.(*Ethash).UpdateDAG(0xc20803ac80) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go:174 +0x213 | |
| github.com/ethereum/ethash.(*Ethash).Search(0xc20803ac80, 0x7fbbc8682588, 0xc20ea5e000, 0xc20dd73c20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go:310 +0x8a | |
| github.com/ethereum/go-ethereum/miner.(*CpuMiner).mine(0xc20becf2c0, 0xc20ea5e000) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/miner/agent.go:88 +0x23c | |
| created by github.com/ethereum/go-ethereum/miner.(*CpuMiner).update | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/miner/agent.go:59 +0x133 | |
| goroutine 432 [semacquire]: | |
| sync.(*Mutex).Lock(0xc20c264040) | |
| /usr/lib/go/src/sync/mutex.go:66 +0xd3 | |
| sync.(*RWMutex).Lock(0xc20c264040) | |
| /usr/lib/go/src/sync/rwmutex.go:82 +0x33 | |
| github.com/ethereum/ethash.(*Ethash).UpdateDAG(0xc20803ac80) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go:174 +0x213 | |
| github.com/ethereum/ethash.(*Ethash).Search(0xc20803ac80, 0x7fbbc8682588, 0xc20db6fea0, 0xc20dd73d40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go:310 +0x8a | |
| github.com/ethereum/go-ethereum/miner.(*CpuMiner).mine(0xc20becf1c0, 0xc20db6fea0) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/miner/agent.go:88 +0x23c | |
| created by github.com/ethereum/go-ethereum/miner.(*CpuMiner).update | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/miner/agent.go:59 +0x133 | |
| goroutine 533 [select]: | |
| github.com/ethereum/go-ethereum/p2p.(*Peer).run(0xc20dde7620, 0x7fbbc8667f20) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:126 +0x4de | |
| github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0xc20bc190e0, 0xc20dde7620) | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:447 +0x379 | |
| created by github.com/ethereum/go-ethereum/p2p.(*Server).startPeer | |
| /build/buildd/ethereum-0.9.11+427SNAPSHOT20150421104612trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:433 +0x6f0 | |
| rax 0x0 | |
| rbx 0x45 | |
| rcx 0xffffffffffffffff | |
| rdx 0x6 | |
| rdi 0x246c | |
| rsi 0x246e | |
| rbp 0x7fbbcc056dc0 | |
| rsp 0x7fbbcc056a28 | |
| r8 0x3830303661646339 | |
| r9 0x0 | |
| r10 0x8 | |
| r11 0x206 | |
| r12 0x7fbbcc056bd0 | |
| r13 0x7 | |
| r14 0x45 | |
| r15 0x7 | |
| rip 0x7fbbcc88fcc9 | |
| rflags 0x206 | |
| cs 0x33 | |
| fs 0x0 | |
| gs 0x0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment