Skip to content

Instantly share code, notes, and snippets.

@rfikki
Created June 7, 2015 13:52
Show Gist options
  • Save rfikki/991bce94bffe26f8867f to your computer and use it in GitHub Desktop.
Save rfikki/991bce94bffe26f8867f to your computer and use it in GitHub Desktop.
I0607 09:35:16.790589 3730 backend.go:255] Protocol Version: 60, Network Id: 0
I0607 09:35:16.790677 3730 backend.go:265] Blockchain DB Version: 3
I0607 09:35:16.879156 3730 chain_manager.go:246] Last block (#529151) e24edc75c0bc65bed0ab325b9a82e055ad367aec053b3ffc05631e580fb29066 TD=2626540658504928
I0607 09:37:47.775998 3730 cmd.go:148] Starting Geth/v0.9.27/linux/go1.4.2
I0607 09:37:47.776217 3730 server.go:293] Starting Server
I0607 09:37:48.316814 3730 udp.go:189] Listening, enode://ff70d47d170247a53c547a3eba4a68c2c3bb2f0c95c010b365cbe118edde2aae7bc18e43e5c3f9c9b6e2224b21f5a3e64960613f1b0eb146664433ba79f39788@76.110.55.144:30303
I0607 09:37:48.316993 3730 backend.go:472] Server started
I0607 09:37:48.317017 3730 server.go:530] Listening on [::]:30303
I0607 09:37:49.030499 3730 nat.go:95] mapped network port udp:30303 -> 30303 (ethereum discovery) using UPNP IGDv1-IP1
I0607 09:37:50.529996 3730 nat.go:95] mapped network port tcp:30303 -> 30303 (ethereum p2p) using UPNP IGDv1-IP1
I0607 09:37:55.193279 3730 downloader.go:170] Block synchronisation started
I0607 09:42:21.889465 3730 worker.go:468] transaction(691377fe) below gas price (tx=3 Babbage ask=10 Szabo). All sequential txs from this address(340a7eb3) will be ignored
I0607 09:42:22.533071 3730 worker.go:468] transaction(47123597) below gas price (tx=3 Babbage ask=10 Szabo). All sequential txs from this address(340a7eb3) will be ignored
I0607 09:49:50.771085 3730 miner.go:100] Starting mining operation (CPU=4 TOT=7)
I0607 09:49:50.791526 3730 backend.go:562] Automatic pregeneration of ethash DAG ON (ethash dir: /home/rfikki/.ethash)
I0607 09:49:50.791625 3730 backend.go:569] checking DAG (ethash dir: /home/rfikki/.ethash)
I0607 09:49:51.269757 3730 backend.go:578] removed DAG for epoch 16 (full-R23-f1af2c862779f5ef)
I0607 09:49:51.269996 3730 backend.go:583] Pregenerating DAG for epoch 18 (full-R23-aec7cfe5efe3d3e0)
I0607 09:49:51.484607 3730 ethash.go:186] Generating DAG for epoch 18 (aec7cfe5efe3d3e0665826a4817adef725e254509263560cf98f8a906172999d)
panic: ethash_full_new IO or memory error
goroutine 12199 [running]:
github.com/ethereum/ethash.func·002()
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go:200 +0x436
sync.(*Once).Do(0x31a56d94, 0x18e79e68)
/usr/lib/go/src/sync/once.go:44 +0xb9
github.com/ethereum/ethash.(*dag).generate(0x31a56d80)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go:204 +0x49
github.com/ethereum/ethash.MakeDAG(0x83d60, 0x0, 0x0, 0x0, 0x0, 0x0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go:226 +0x196
github.com/ethereum/go-ethereum/eth.func·002()
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/backend.go:584 +0x84c
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).StartAutoDAG
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/backend.go:599 +0x85
goroutine 1 [select]:
main.(*jsre).interactive(0x54e40f00)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/cmd/geth/js.go:212 +0x563
main.console(0x18f46460)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:310 +0x28f
github.com/codegangsta/cli.Command.Run(0x86fdc98, 0x7, 0x0, 0x0, 0x0, 0x0, 0x0, 0x87e24e8, 0x30, 0x89e7348, ...)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/codegangsta/cli/command.go:118 +0xdd1
github.com/codegangsta/cli.(*App).Run(0x18ea6200, 0x18e0a000, 0x9, 0x9, 0x0, 0x0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/codegangsta/cli/app.go:177 +0xbb3
main.main()
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:268 +0x6c
goroutine 5 [select]:
github.com/ethereum/go-ethereum/logger.dispatchLoop()
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/logger/sys.go:65 +0x58c
created by github.com/ethereum/go-ethereum/logger.init·1
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/logger/sys.go:44 +0x25
goroutine 8 [chan receive]:
github.com/ethereum/go-ethereum/logger/glog.(*loggingT).flushDaemon(0x8ccc7a0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/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-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/logger/glog/glog.go:428 +0x6e
goroutine 7 [syscall, 14 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 17 [syscall, 14 minutes, locked to thread]:
runtime.goexit()
/usr/lib/go/src/runtime/asm_386.s:2287 +0x1
goroutine 10 [syscall]:
syscall.Syscall(0x3, 0x3, 0x18f74000, 0x8000, 0x41d98e7c, 0x8089634, 0x18e12f30)
/usr/lib/go/src/syscall/asm_linux_386.s:19 +0x5
syscall.read(0x3, 0x18f74000, 0x8000, 0x8000, 0x18e12f2c, 0x0, 0x0)
/usr/lib/go/src/syscall/zsyscall_linux_386.go:867 +0x5a
syscall.Read(0x3, 0x18f74000, 0x8000, 0x8000, 0x20, 0x0, 0x0)
/usr/lib/go/src/syscall/syscall_unix.go:136 +0x50
os.(*File).read(0x18e1b158, 0x18f74000, 0x8000, 0x8000, 0x2, 0x0, 0x0)
/usr/lib/go/src/os/file_unix.go:191 +0x55
os.(*File).Read(0x18e1b158, 0x18f74000, 0x8000, 0x8000, 0x2, 0x0, 0x0)
/usr/lib/go/src/os/file.go:95 +0x76
io.Copy(0xb75222a0, 0x18e1a0c8, 0xb75222d0, 0x18e1b158, 0x10d, 0x0, 0x0, 0x0)
/usr/lib/go/src/io/io.go:362 +0x184
created by main.console
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:291 +0xd2
goroutine 12 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0x18e3e2a0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/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-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:126 +0x737
goroutine 76 [select, 11 minutes]:
github.com/ethereum/go-ethereum/p2p/nat.Map(0xb7522e48, 0x18e396e0, 0x30182ec0, 0x86f35d8, 0x3, 0x765f, 0x765f, 0x87548c8, 0x12)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/nat/nat.go:98 +0x710
created by github.com/ethereum/go-ethereum/p2p/discover.newUDP
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:204 +0x273
goroutine 13 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0x18e3e2a0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/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-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:127 +0x74c
goroutine 23 [chan receive]:
github.com/ethereum/go-ethereum/logger.sysLoop(0xb7522e70, 0x18e1b1e0, 0x18f58740, 0x18e3d360)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/logger/sys.go:101 +0x50
created by github.com/ethereum/go-ethereum/logger.func·001
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/logger/sys.go:61 +0x134
goroutine 34 [select]:
github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0x18f920b0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/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-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/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 14 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0x18e3e2a0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/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-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:130 +0x786
goroutine 15 [select, 14 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0x18e3e2a0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/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-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:131 +0x79b
goroutine 16 [select, 14 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0x18e3e2a0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/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-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:132 +0x7b0
goroutine 50 [select]:
github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0x18f92370)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/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-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/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 51 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0x18e3e540)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/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-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:126 +0x737
goroutine 52 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0x18e3e540)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/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-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:127 +0x74c
goroutine 53 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0x18e3e540)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/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-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:130 +0x786
goroutine 54 [select, 14 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0x18e3e540)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/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-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:131 +0x79b
goroutine 55 [select, 14 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0x18e3e540)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/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-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:132 +0x7b0
goroutine 56 [select]:
github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0x18f92420)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/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-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/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 66 [select, 14 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0x18e3e8c0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/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-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:126 +0x737
goroutine 67 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0x18e3e8c0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/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-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:127 +0x74c
goroutine 68 [select, 14 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0x18e3e8c0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/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-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:130 +0x786
goroutine 69 [select, 14 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0x18e3e8c0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/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-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:131 +0x79b
goroutine 70 [select, 14 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0x18e3e8c0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/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-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:132 +0x7b0
goroutine 28 [chan receive, 11 minutes]:
github.com/ethereum/go-ethereum/miner.(*worker).wait(0x35ea7e60)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/miner/worker.go:234 +0x64
created by github.com/ethereum/go-ethereum/miner.newWorker
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/miner/worker.go:129 +0x2a0
goroutine 27 [select, 7 minutes]:
github.com/ethereum/go-ethereum/miner.(*worker).update(0x35ea7e60)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/miner/worker.go:195 +0x520
created by github.com/ethereum/go-ethereum/miner.newWorker
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/miner/worker.go:128 +0x28b
goroutine 26 [select]:
github.com/ethereum/go-ethereum/core.(*ChainManager).update(0x18e316c0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/core/chain_manager.go:745 +0x46f
created by github.com/ethereum/go-ethereum/core.NewChainManager
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/core/chain_manager.go:145 +0x87a
goroutine 82 [select, 11 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0x328de0e0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/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-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:130 +0x786
goroutine 12278 [IO wait]:
net.(*pollDesc).Wait(0x34748d78, 0x72, 0x0, 0x0)
/usr/lib/go/src/net/fd_poll_runtime.go:84 +0x42
net.(*pollDesc).WaitRead(0x34748d78, 0x0, 0x0)
/usr/lib/go/src/net/fd_poll_runtime.go:89 +0x40
net.(*netFD).Read(0x34748d40, 0x391baa00, 0x133, 0x133, 0x0, 0xb7522300, 0x2b137234)
/usr/lib/go/src/net/fd_unix.go:242 +0x2f0
net.(*conn).Read(0x2d54e7c8, 0x391baa00, 0x133, 0x133, 0x0, 0x0, 0x0)
/usr/lib/go/src/net/net.go:121 +0xba
io.ReadAtLeast(0xb7547ff0, 0x2d54e7c8, 0x391baa00, 0x133, 0x133, 0x133, 0x0, 0x0, 0x0)
/usr/lib/go/src/io/io.go:298 +0xb2
io.ReadFull(0xb7547ff0, 0x2d54e7c8, 0x391baa00, 0x133, 0x133, 0x391baa00, 0x0, 0x0)
/usr/lib/go/src/io/io.go:316 +0x5c
github.com/ethereum/go-ethereum/p2p.receiverEncHandshake(0xb4ec7a90, 0x2d54e7c8, 0x2394d640, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:338 +0xf9
github.com/ethereum/go-ethereum/p2p.(*rlpx).doEncHandshake(0x3e609c40, 0x2394d640, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:153 +0xd6
github.com/ethereum/go-ethereum/p2p.(*Server).setupConn(0x236366c0, 0xb7547f88, 0x2d54e7c8, 0x4, 0x0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:573 +0x20a
github.com/ethereum/go-ethereum/p2p.func·010()
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:552 +0x4a
created by github.com/ethereum/go-ethereum/p2p.(*Server).listenLoop
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:554 +0x42b
goroutine 33 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0x328de0e0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/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-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:127 +0x74c
goroutine 32 [select, 11 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0x328de0e0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/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-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:126 +0x737
goroutine 57 [select]:
github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0x328dc000)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/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-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/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 83 [select, 11 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0x328de0e0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/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-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:131 +0x79b
goroutine 84 [select, 11 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0x328de0e0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/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-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:132 +0x7b0
goroutine 85 [select]:
github.com/ethereum/go-ethereum/p2p/discover.(*udp).loop(0x30182f80)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:313 +0xa87
created by github.com/ethereum/go-ethereum/p2p/discover.newUDP
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:214 +0x46c
goroutine 86 [semacquire]:
sync.(*Mutex).Lock(0x27284d80)
/usr/lib/go/src/sync/mutex.go:66 +0xcb
github.com/ethereum/go-ethereum/p2p/discover.(*findnode).handle(0x26316f50, 0x30182f80, 0x30673ec0, 0xb533ade8, 0xbfa3f958, 0xa3a9e890, 0xaacffb3, 0x993ac3a6, 0x816c6911, 0x21f8c05e, ...)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:530 +0x1c2
github.com/ethereum/go-ethereum/p2p/discover.(*udp).handlePacket(0x30182f80, 0x30673ec0, 0x2931c000, 0xab, 0x500, 0x0, 0x0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:449 +0x25d
github.com/ethereum/go-ethereum/p2p/discover.(*udp).readLoop(0x30182f80)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:438 +0x132
created by github.com/ethereum/go-ethereum/p2p/discover.newUDP
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:215 +0x484
goroutine 87 [IO wait]:
net.(*pollDesc).Wait(0x1e31ef38, 0x72, 0x0, 0x0)
/usr/lib/go/src/net/fd_poll_runtime.go:84 +0x42
net.(*pollDesc).WaitRead(0x1e31ef38, 0x0, 0x0)
/usr/lib/go/src/net/fd_poll_runtime.go:89 +0x40
net.(*netFD).accept(0x1e31ef00, 0x0, 0xb7522300, 0x2b13720c)
/usr/lib/go/src/net/fd_unix.go:419 +0x34f
net.(*TCPListener).AcceptTCP(0x1a76aef0, 0xb750f000, 0x0, 0x0)
/usr/lib/go/src/net/tcpsock_posix.go:234 +0x48
net.(*TCPListener).Accept(0x1a76aef0, 0x0, 0x0, 0x0, 0x0)
/usr/lib/go/src/net/tcpsock_posix.go:244 +0x48
github.com/ethereum/go-ethereum/p2p.(*Server).listenLoop(0x236366c0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:546 +0x293
created by github.com/ethereum/go-ethereum/p2p.(*Server).startListening
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:359 +0x1a6
goroutine 88 [select, 11 minutes]:
github.com/ethereum/go-ethereum/p2p/nat.Map(0xb7522e48, 0x18e396e0, 0x30182c40, 0x86f3478, 0x3, 0x765f, 0x765f, 0x873ccc8, 0xc)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/nat/nat.go:98 +0x710
github.com/ethereum/go-ethereum/p2p.func·006()
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:364 +0x7b
created by github.com/ethereum/go-ethereum/p2p.(*Server).startListening
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:366 +0x262
goroutine 89 [semacquire]:
sync.(*Mutex).Lock(0x27284d80)
/usr/lib/go/src/sync/mutex.go:66 +0xcb
github.com/ethereum/go-ethereum/p2p/discover.(*Table).ReadRandomNodes(0x27284d80, 0x27a6a000, 0xc, 0xc, 0x0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:104 +0x55
github.com/ethereum/go-ethereum/p2p.(*dialstate).newTasks(0x1e31eec0, 0x6, 0x2931e040, 0xcd064303, 0xe, 0x53ee39c, 0x8ccc500, 0x0, 0x0, 0x0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/dial.go:143 +0x31f
github.com/ethereum/go-ethereum/p2p.(*Server).run(0x236366c0, 0xb4ec7850, 0x1e31eec0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:425 +0x32e
created by github.com/ethereum/go-ethereum/p2p.(*Server).Start
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:344 +0xb63
goroutine 90 [select]:
github.com/ethereum/go-ethereum/eth.(*Ethereum).syncDatabases(0x18f64780)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/backend.go:482 +0x3fc
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).Start
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/backend.go:458 +0x104
goroutine 91 [chan receive, 11 minutes]:
github.com/ethereum/go-ethereum/core.(*TxPool).Start(0x3349d6c0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:69 +0x143
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).Start
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/backend.go:465 +0x131
goroutine 92 [chan receive, 7 minutes]:
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).txBroadcastLoop(0x26228770)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:394 +0x73
created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:116 +0xfc
goroutine 93 [chan receive, 11 minutes]:
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).minedBroadcastLoop(0x26228770)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:384 +0x73
created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:120 +0x1da
goroutine 94 [select]:
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).update(0x26228770)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/sync.go:22 +0x2b3
created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:122 +0x1ef
goroutine 480 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0x38ab0c60)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:161 +0x204
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:121 +0xa2
goroutine 440 [select, 11 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0x38ab0c60, 0xb4ed4388)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:130 +0x4aa
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0x236366c0, 0x38ab0c60)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:642 +0x2f5
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:471 +0x12b9
goroutine 105 [select, 11 minutes]:
github.com/ethereum/go-ethereum/p2p/discover.(*nodeDB).expirer(0x24043b60)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/database.go:219 +0x1ca
created by github.com/ethereum/go-ethereum/p2p/discover.func·001
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/database.go:211 +0x30
goroutine 11981 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0x559efcb0, 0xb4ed4388)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:130 +0x4aa
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0x236366c0, 0x559efcb0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:642 +0x2f5
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:471 +0x12b9
goroutine 479 [IO wait]:
net.(*pollDesc).Wait(0x3921d4b8, 0x72, 0x0, 0x0)
/usr/lib/go/src/net/fd_poll_runtime.go:84 +0x42
net.(*pollDesc).WaitRead(0x3921d4b8, 0x0, 0x0)
/usr/lib/go/src/net/fd_poll_runtime.go:89 +0x40
net.(*netFD).Read(0x3921d480, 0x2ded4600, 0x20, 0x20, 0x0, 0xb7522300, 0x34533960)
/usr/lib/go/src/net/fd_unix.go:242 +0x2f0
net.(*conn).Read(0x38fb1078, 0x2ded4600, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/lib/go/src/net/net.go:121 +0xba
io.ReadAtLeast(0xb7547ff0, 0x38fb1078, 0x2ded4600, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/lib/go/src/io/io.go:298 +0xb2
io.ReadFull(0xb7547ff0, 0x38fb1078, 0x2ded4600, 0x20, 0x20, 0x2ded4600, 0x0, 0x0)
/usr/lib/go/src/io/io.go:316 +0x5c
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0x3a09bb00, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:544 +0xfd
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0x394079c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:70 +0x155
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0x38ab0c60, 0x390d9e80)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:176 +0x72
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:120 +0x8a
goroutine 11989 [semacquire]:
sync.(*Mutex).Lock(0x3349d6dc)
/usr/lib/go/src/sync/mutex.go:66 +0xcb
sync.(*RWMutex).Lock(0x3349d6dc)
/usr/lib/go/src/sync/rwmutex.go:82 +0x32
github.com/ethereum/go-ethereum/core.(*TxPool).GetTransactions(0x3349d6c0, 0x0, 0x0, 0x0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:251 +0x66
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0x26228770, 0x3e5586c0, 0x0, 0x0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:165 +0x476
github.com/ethereum/go-ethereum/eth.func·003(0x559efcb0, 0xb4ed43a0, 0x559efc80, 0x0, 0x0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:87 +0xaa
github.com/ethereum/go-ethereum/p2p.func·002()
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:257 +0x6d
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:266 +0x28d
goroutine 11977 [IO wait]:
net.(*pollDesc).Wait(0x560792b8, 0x72, 0x0, 0x0)
/usr/lib/go/src/net/fd_poll_runtime.go:84 +0x42
net.(*pollDesc).WaitRead(0x560792b8, 0x0, 0x0)
/usr/lib/go/src/net/fd_poll_runtime.go:89 +0x40
net.(*netFD).Read(0x56079280, 0x3706c8a0, 0x20, 0x20, 0x0, 0xb7522300, 0x319bcd30)
/usr/lib/go/src/net/fd_unix.go:242 +0x2f0
net.(*conn).Read(0x2e11d390, 0x3706c8a0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/lib/go/src/net/net.go:121 +0xba
io.ReadAtLeast(0xb7547ff0, 0x2e11d390, 0x3706c8a0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/lib/go/src/io/io.go:298 +0xb2
io.ReadFull(0xb7547ff0, 0x2e11d390, 0x3706c8a0, 0x20, 0x20, 0x3706c8a0, 0x0, 0x0)
/usr/lib/go/src/io/io.go:316 +0x5c
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0x5b317620, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:544 +0xfd
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0x5981f380, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:70 +0x155
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0x559ee9f0, 0x3158f140)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:176 +0x72
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:120 +0x8a
goroutine 12241 [IO wait]:
net.(*pollDesc).Wait(0x37d93078, 0x72, 0x0, 0x0)
/usr/lib/go/src/net/fd_poll_runtime.go:84 +0x42
net.(*pollDesc).WaitRead(0x37d93078, 0x0, 0x0)
/usr/lib/go/src/net/fd_poll_runtime.go:89 +0x40
net.(*netFD).Read(0x37d93040, 0x3737d060, 0x20, 0x20, 0x0, 0xb7522300, 0x3a3b3350)
/usr/lib/go/src/net/fd_unix.go:242 +0x2f0
net.(*conn).Read(0x55b30898, 0x3737d060, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/lib/go/src/net/net.go:121 +0xba
io.ReadAtLeast(0xb7547ff0, 0x55b30898, 0x3737d060, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/lib/go/src/io/io.go:298 +0xb2
io.ReadFull(0xb7547ff0, 0x55b30898, 0x3737d060, 0x20, 0x20, 0x3737d060, 0x0, 0x0)
/usr/lib/go/src/io/io.go:316 +0x5c
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0x3a3bb320, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:544 +0xfd
github.com/ethereum/go-ethereum/p2p.readProtocolHandshake(0xb4ed42a0, 0x3a3bb320, 0x211633b0, 0x39bcfdc0, 0x0, 0x0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:114 +0x4f
github.com/ethereum/go-ethereum/p2p.(*rlpx).doProtoHandshake(0x24ddcde0, 0x211633b0, 0x30182d00, 0x0, 0x0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:104 +0x165
github.com/ethereum/go-ethereum/p2p.(*Server).setupConn(0x236366c0, 0xb7547f88, 0x55b30898, 0x1, 0x2d6cfab0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:590 +0x755
github.com/ethereum/go-ethereum/p2p.(*dialTask).Do(0x284d0a10, 0x236366c0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/dial.go:200 +0x27e
github.com/ethereum/go-ethereum/p2p.func·008()
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:414 +0x48
created by github.com/ethereum/go-ethereum/p2p.func·009
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:414 +0x46e
goroutine 11832 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0x2b22fa70, 0xb4ed4388)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:130 +0x4aa
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0x236366c0, 0x2b22fa70)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:642 +0x2f5
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:471 +0x12b9
goroutine 11890 [select]:
github.com/ethereum/go-ethereum/xeth.(*XEth).start(0x54e31680)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/xeth/xeth.go:114 +0x648
created by github.com/ethereum/go-ethereum/xeth.New
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/xeth/xeth.go:104 +0x48e
goroutine 11681 [select]:
github.com/ethereum/go-ethereum/p2p.(*Server).PeerCount(0x236366c0, 0x89b015a0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:222 +0x143
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0x236366c0, 0x2bbba240)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:650 +0x497
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:471 +0x12b9
goroutine 612 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0x29f3f3b0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:161 +0x204
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:121 +0xa2
goroutine 611 [IO wait]:
net.(*pollDesc).Wait(0x1e0f5938, 0x72, 0x0, 0x0)
/usr/lib/go/src/net/fd_poll_runtime.go:84 +0x42
net.(*pollDesc).WaitRead(0x1e0f5938, 0x0, 0x0)
/usr/lib/go/src/net/fd_poll_runtime.go:89 +0x40
net.(*netFD).Read(0x1e0f5900, 0x2fff4b60, 0x20, 0x20, 0x0, 0xb7522300, 0x28fcb4d0)
/usr/lib/go/src/net/fd_unix.go:242 +0x2f0
net.(*conn).Read(0x3524e318, 0x2fff4b60, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/lib/go/src/net/net.go:121 +0xba
io.ReadAtLeast(0xb7547ff0, 0x3524e318, 0x2fff4b60, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/lib/go/src/io/io.go:298 +0xb2
io.ReadFull(0xb7547ff0, 0x3524e318, 0x2fff4b60, 0x20, 0x20, 0x2fff4b60, 0x0, 0x0)
/usr/lib/go/src/io/io.go:316 +0x5c
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0x1e9e3320, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:544 +0xfd
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0x234021a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:70 +0x155
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0x29f3f3b0, 0x1e0f5e80)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:176 +0x72
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:120 +0x8a
goroutine 11961 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0x35026ed0, 0xb4ed4388)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:130 +0x4aa
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0x236366c0, 0x35026ed0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:642 +0x2f5
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:471 +0x12b9
goroutine 12171 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0x3959f5f0, 0xb4ed4388)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:130 +0x4aa
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0x236366c0, 0x3959f5f0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:642 +0x2f5
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:471 +0x12b9
goroutine 12071 [semacquire]:
sync.(*Mutex).Lock(0x3349d6dc)
/usr/lib/go/src/sync/mutex.go:66 +0xcb
sync.(*RWMutex).Lock(0x3349d6dc)
/usr/lib/go/src/sync/rwmutex.go:82 +0x32
github.com/ethereum/go-ethereum/core.(*TxPool).GetTransactions(0x3349d6c0, 0x0, 0x0, 0x0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:251 +0x66
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0x26228770, 0x3675bd40, 0x0, 0x0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:165 +0x476
github.com/ethereum/go-ethereum/eth.func·003(0x3676e570, 0xb4ed43a0, 0x3676e540, 0x0, 0x0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:87 +0xaa
github.com/ethereum/go-ethereum/p2p.func·002()
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:257 +0x6d
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:266 +0x28d
goroutine 610 [select, 11 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0x29f3f3b0, 0xb4ed4388)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:130 +0x4aa
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0x236366c0, 0x29f3f3b0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:642 +0x2f5
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:471 +0x12b9
goroutine 11988 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0x559efcb0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:161 +0x204
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:121 +0xa2
goroutine 12272 [chan receive]:
github.com/ethereum/go-ethereum/p2p/discover.(*udp).findnode(0x30182f80, 0xcc32b1ce, 0x5c557082, 0x3d6b1314, 0xe4fa3d80, 0xf0e972c0, 0x91e6c5ce, 0x6efcde67, 0xe6080a1b, 0x5a2eb6cd, ...)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:261 +0x2f3
github.com/ethereum/go-ethereum/p2p/discover.func·002()
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:209 +0x135
created by github.com/ethereum/go-ethereum/p2p/discover.(*Table).Lookup
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:222 +0x573
goroutine 12052 [semacquire]:
sync.(*Mutex).Lock(0x3349d6dc)
/usr/lib/go/src/sync/mutex.go:66 +0xcb
sync.(*RWMutex).Lock(0x3349d6dc)
/usr/lib/go/src/sync/rwmutex.go:82 +0x32
github.com/ethereum/go-ethereum/core.(*TxPool).GetTransactions(0x3349d6c0, 0x0, 0x0, 0x0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:251 +0x66
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0x26228770, 0x3f7b74d0, 0x0, 0x0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:165 +0x476
github.com/ethereum/go-ethereum/eth.func·003(0x54d177a0, 0xb4ed43a0, 0x54d17770, 0x0, 0x0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:87 +0xaa
github.com/ethereum/go-ethereum/p2p.func·002()
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:257 +0x6d
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:266 +0x28d
goroutine 12031 [semacquire]:
sync.(*WaitGroup).Wait(0x54d177a8)
/usr/lib/go/src/sync/waitgroup.go:132 +0x13e
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0x54d177a0, 0xb4ed4388)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:147 +0x218
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0x236366c0, 0x54d177a0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:642 +0x2f5
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:471 +0x12b9
goroutine 12214 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0x2fcfb500, 0xb4ed4388)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:130 +0x4aa
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0x236366c0, 0x2fcfb500)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:642 +0x2f5
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:471 +0x12b9
goroutine 481 [select, 3 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0x38ab0c30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:298 +0x197
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0x26228770, 0x392126c0, 0x0, 0x0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:178 +0x68
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0x26228770, 0x392126c0, 0x0, 0x0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:170 +0x4fc
github.com/ethereum/go-ethereum/eth.func·003(0x38ab0c60, 0xb4ed43a0, 0x38ab0c30, 0x0, 0x0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:87 +0xaa
github.com/ethereum/go-ethereum/p2p.func·002()
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:257 +0x6d
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:266 +0x28d
goroutine 12210 [select]:
github.com/ethereum/go-ethereum/miner.(*CpuAgent).update(0x3b70c750)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/miner/agent.go:60 +0x221
created by github.com/ethereum/go-ethereum/miner.(*CpuAgent).Start
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/miner/agent.go:54 +0xe0
goroutine 12273 [chan receive]:
github.com/ethereum/go-ethereum/p2p/discover.(*udp).findnode(0x30182f80, 0x365e5739, 0xe1cb4372, 0x2e09ec61, 0x87dc18f8, 0x34e4e477, 0xe60735cc, 0x4e375881, 0x2ff9593a, 0x2df80100, ...)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:261 +0x2f3
github.com/ethereum/go-ethereum/p2p/discover.func·002()
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:209 +0x135
created by github.com/ethereum/go-ethereum/p2p/discover.(*Table).Lookup
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:222 +0x573
goroutine 12246 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0x24875c50, 0xb4ed4388)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:130 +0x4aa
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0x236366c0, 0x24875c50)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:642 +0x2f5
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:471 +0x12b9
goroutine 11815 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0x2812cab0, 0xb4ed4388)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:130 +0x4aa
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0x236366c0, 0x2812cab0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:642 +0x2f5
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:471 +0x12b9
goroutine 12293 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0x30fad890)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:161 +0x204
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:121 +0xa2
goroutine 613 [select, 8 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0x29f3f380, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:298 +0x197
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0x26228770, 0x1b12cd80, 0x0, 0x0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:178 +0x68
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0x26228770, 0x1b12cd80, 0x0, 0x0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:170 +0x4fc
github.com/ethereum/go-ethereum/eth.func·003(0x29f3f3b0, 0xb4ed43a0, 0x29f3f380, 0x0, 0x0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:87 +0xaa
github.com/ethereum/go-ethereum/p2p.func·002()
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:257 +0x6d
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:266 +0x28d
goroutine 11898 [select]:
github.com/ethereum/go-ethereum/xeth.(*XEth).start(0x54e317a0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/xeth/xeth.go:114 +0x648
created by github.com/ethereum/go-ethereum/xeth.New
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/xeth/xeth.go:104 +0x48e
goroutine 12200 [semacquire]:
sync.(*Mutex).Lock(0x3349d6dc)
/usr/lib/go/src/sync/mutex.go:66 +0xcb
sync.(*RWMutex).Lock(0x3349d6dc)
/usr/lib/go/src/sync/rwmutex.go:82 +0x32
github.com/ethereum/go-ethereum/core.(*TxPool).GetTransactions(0x3349d6c0, 0x0, 0x0, 0x0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:251 +0x66
github.com/ethereum/go-ethereum/miner.(*worker).commitNewWork(0x35ea7e60)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/miner/worker.go:382 +0x151
github.com/ethereum/go-ethereum/miner.(*Miner).Start(0x253bab80, 0x99e61148, 0x78cd9162, 0x2e27f9b9, 0x18da30ad, 0x74b14d77, 0x4)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/miner/miner.go:104 +0x391
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).StartMining
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/backend.go:402 +0x1f0
goroutine 12158 [select]:
github.com/ethereum/go-ethereum/miner.(*RemoteAgent).run(0x5517d0a0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/miner/remote_agent.go:50 +0xec
created by github.com/ethereum/go-ethereum/miner.(*RemoteAgent).Start
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/miner/remote_agent.go:37 +0xa3
goroutine 12221 [IO wait]:
net.(*pollDesc).Wait(0x2e4035b8, 0x77, 0x0, 0x0)
/usr/lib/go/src/net/fd_poll_runtime.go:84 +0x42
net.(*pollDesc).WaitWrite(0x2e4035b8, 0x0, 0x0)
/usr/lib/go/src/net/fd_poll_runtime.go:93 +0x40
net.(*netFD).connect(0x2e403580, 0x0, 0x0, 0xb7523fe0, 0x2a683900, 0xcd06430f, 0xe, 0x3635dc1e, 0x8ccc500, 0x0, ...)
/usr/lib/go/src/net/fd_unix.go:114 +0x21c
net.(*netFD).dial(0x2e403580, 0xb7547fc0, 0x0, 0xb7547fc0, 0x2a6838e0, 0xcd06430f, 0xe, 0x3635dc1e, 0x8ccc500, 0x0, ...)
/usr/lib/go/src/net/sock_posix.go:139 +0x2c6
net.socket(0x86f3478, 0x3, 0x2, 0x1, 0x0, 0x2a683800, 0xb7547fc0, 0x0, 0xb7547fc0, 0x2a6838e0, ...)
/usr/lib/go/src/net/sock_posix.go:91 +0x346
net.internetSocket(0x86f3478, 0x3, 0xb7547fc0, 0x0, 0xb7547fc0, 0x2a6838e0, 0xcd06430f, 0xe, 0x3635dc1e, 0x8ccc500, ...)
/usr/lib/go/src/net/ipsock_posix.go:137 +0xed
net.dialTCP(0x86f3478, 0x3, 0x0, 0x2a6838e0, 0xcd06430f, 0xe, 0x3635dc1e, 0x8ccc500, 0x809b77d, 0x0, ...)
/usr/lib/go/src/net/tcpsock_posix.go:156 +0xfc
net.dialSingle(0x86f3478, 0x3, 0x2a6838c0, 0x13, 0x0, 0x0, 0xb7547f68, 0x2a6838e0, 0xcd06430f, 0xe, ...)
/usr/lib/go/src/net/dial.go:235 +0x35a
net.func·016(0xcd06430f, 0xe, 0x3635dc1e, 0x8ccc500, 0x0, 0x0, 0x0, 0x0)
/usr/lib/go/src/net/dial.go:163 +0xd0
net.dial(0x86f3478, 0x3, 0xb7547f68, 0x2a6838e0, 0x28d5ef30, 0xcd06430f, 0xe, 0x3635dc1e, 0x8ccc500, 0x0, ...)
/usr/lib/go/src/net/fd_unix.go:40 +0x63
net.(*Dialer).Dial(0x263453e0, 0x86f3478, 0x3, 0x2a6838c0, 0x13, 0x0, 0x0, 0x0, 0x0)
/usr/lib/go/src/net/dial.go:170 +0x3d8
github.com/ethereum/go-ethereum/p2p.(*dialTask).Do(0x2ef16f08, 0x236366c0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/dial.go:195 +0x16c
github.com/ethereum/go-ethereum/p2p.func·008()
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:414 +0x48
created by github.com/ethereum/go-ethereum/p2p.func·009
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:414 +0x46e
goroutine 12310 [IO wait]:
net.(*pollDesc).Wait(0x26833ef8, 0x72, 0x0, 0x0)
/usr/lib/go/src/net/fd_poll_runtime.go:84 +0x42
net.(*pollDesc).WaitRead(0x26833ef8, 0x0, 0x0)
/usr/lib/go/src/net/fd_poll_runtime.go:89 +0x40
net.(*netFD).Read(0x26833ec0, 0x350ec0e0, 0x20, 0x20, 0x0, 0xb7522300, 0x33669da4)
/usr/lib/go/src/net/fd_unix.go:242 +0x2f0
net.(*conn).Read(0x2f0a2000, 0x350ec0e0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/lib/go/src/net/net.go:121 +0xba
io.ReadAtLeast(0xb7547ff0, 0x2f0a2000, 0x350ec0e0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/lib/go/src/io/io.go:298 +0xb2
io.ReadFull(0xb7547ff0, 0x2f0a2000, 0x350ec0e0, 0x20, 0x20, 0x350ec0e0, 0x0, 0x0)
/usr/lib/go/src/io/io.go:316 +0x5c
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0x394c74a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:544 +0xfd
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0x3d58a0a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:70 +0x155
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0x394c7890, 0x2f3fc080)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:176 +0x72
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:120 +0x8a
goroutine 12291 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0x30fad890, 0xb4ed4388)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:130 +0x4aa
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0x236366c0, 0x30fad890)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:642 +0x2f5
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:471 +0x12b9
goroutine 11962 [IO wait]:
net.(*pollDesc).Wait(0x381bd6b8, 0x72, 0x0, 0x0)
/usr/lib/go/src/net/fd_poll_runtime.go:84 +0x42
net.(*pollDesc).WaitRead(0x381bd6b8, 0x0, 0x0)
/usr/lib/go/src/net/fd_poll_runtime.go:89 +0x40
net.(*netFD).Read(0x381bd680, 0x1ed2d900, 0x20, 0x20, 0x0, 0xb7522300, 0x3434f978)
/usr/lib/go/src/net/fd_unix.go:242 +0x2f0
net.(*conn).Read(0x38d3aa80, 0x1ed2d900, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/lib/go/src/net/net.go:121 +0xba
io.ReadAtLeast(0xb7547ff0, 0x38d3aa80, 0x1ed2d900, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/lib/go/src/io/io.go:298 +0xb2
io.ReadFull(0xb7547ff0, 0x38d3aa80, 0x1ed2d900, 0x20, 0x20, 0x1ed2d900, 0x0, 0x0)
/usr/lib/go/src/io/io.go:316 +0x5c
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0x3430eae0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:544 +0xfd
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0x361b9080, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:70 +0x155
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0x35026ed0, 0x35020b80)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:176 +0x72
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:120 +0x8a
goroutine 12308 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0x394c7890, 0xb4ed4388)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:130 +0x4aa
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0x236366c0, 0x394c7890)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:642 +0x2f5
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:471 +0x12b9
goroutine 766 [IO wait]:
net.(*pollDesc).Wait(0x25369338, 0x72, 0x0, 0x0)
/usr/lib/go/src/net/fd_poll_runtime.go:84 +0x42
net.(*pollDesc).WaitRead(0x25369338, 0x0, 0x0)
/usr/lib/go/src/net/fd_poll_runtime.go:89 +0x40
net.(*netFD).Read(0x25369300, 0x18edcb80, 0x20, 0x20, 0x0, 0xb7522300, 0x4dc2e020)
/usr/lib/go/src/net/fd_unix.go:242 +0x2f0
net.(*conn).Read(0x18f8c240, 0x18edcb80, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/lib/go/src/net/net.go:121 +0xba
io.ReadAtLeast(0xb7547ff0, 0x18f8c240, 0x18edcb80, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/lib/go/src/io/io.go:298 +0xb2
io.ReadFull(0xb7547ff0, 0x18f8c240, 0x18edcb80, 0x20, 0x20, 0x18edcb80, 0x0, 0x0)
/usr/lib/go/src/io/io.go:316 +0x5c
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0x28c77c50, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:544 +0xfd
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0x26c257c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:70 +0x155
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0x2f026ba0, 0x2a6c5800)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:176 +0x72
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:120 +0x8a
goroutine 12331 [semacquire]:
sync.(*Mutex).Lock(0x27284d80)
/usr/lib/go/src/sync/mutex.go:66 +0xcb
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bond(0x27284d80, 0x20918701, 0xe31bbc00, 0x8ac2edd, 0x187eb425, 0xf8209bb8, 0x2b15435a, 0xe86d7edd, 0x96305995, 0x79c868f5, ...)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:386 +0x129
created by github.com/ethereum/go-ethereum/p2p/discover.(*ping).handle
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:500 +0x2c7
goroutine 764 [select, 11 minutes]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0x2f026ba0, 0xb4ed4388)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:130 +0x4aa
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0x236366c0, 0x2f026ba0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:642 +0x2f5
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:471 +0x12b9
goroutine 767 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0x2f026ba0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:161 +0x204
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:121 +0xa2
goroutine 768 [select, 4 minutes]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0x2f026b70, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:298 +0x197
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handleMsg(0x26228770, 0x2ab2c990, 0x0, 0x0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:178 +0x68
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0x26228770, 0x2ab2c990, 0x0, 0x0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:170 +0x4fc
github.com/ethereum/go-ethereum/eth.func·003(0x2f026ba0, 0xb4ed43a0, 0x2f026b70, 0x0, 0x0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:87 +0xaa
github.com/ethereum/go-ethereum/p2p.func·002()
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:257 +0x6d
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:266 +0x28d
goroutine 11892 [IO wait]:
net.(*pollDesc).Wait(0x54e37438, 0x72, 0x0, 0x0)
/usr/lib/go/src/net/fd_poll_runtime.go:84 +0x42
net.(*pollDesc).WaitRead(0x54e37438, 0x0, 0x0)
/usr/lib/go/src/net/fd_poll_runtime.go:89 +0x40
net.(*netFD).accept(0x54e37400, 0x0, 0xb7522300, 0x318a2014)
/usr/lib/go/src/net/fd_unix.go:419 +0x34f
net.(*TCPListener).AcceptTCP(0x35e46b88, 0xcd064304, 0x0, 0x0)
/usr/lib/go/src/net/tcpsock_posix.go:234 +0x48
github.com/ethereum/go-ethereum/rpc.(*stoppableTCPListener).Accept(0x35e46b90, 0x0, 0x0, 0x0, 0x0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/rpc/types.go:346 +0xd4
net/http.(*Server).Serve(0x54e37600, 0xb3a57240, 0x35e46b90, 0x0, 0x0)
/usr/lib/go/src/net/http/server.go:1728 +0x7b
net/http.Serve(0xb3a57240, 0x35e46b90, 0xb7522528, 0x54e42450, 0x0, 0x0)
/usr/lib/go/src/net/http/server.go:1606 +0x8c
created by github.com/ethereum/go-ethereum/rpc.Start
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/rpc/http.go:51 +0x7b7
goroutine 12294 [semacquire]:
sync.(*Mutex).Lock(0x3349d6dc)
/usr/lib/go/src/sync/mutex.go:66 +0xcb
sync.(*RWMutex).Lock(0x3349d6dc)
/usr/lib/go/src/sync/rwmutex.go:82 +0x32
github.com/ethereum/go-ethereum/core.(*TxPool).GetTransactions(0x3349d6c0, 0x0, 0x0, 0x0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:251 +0x66
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0x26228770, 0x30f9bd40, 0x0, 0x0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:165 +0x476
github.com/ethereum/go-ethereum/eth.func·003(0x30fad890, 0xb4ed43a0, 0x30fad860, 0x0, 0x0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:87 +0xaa
github.com/ethereum/go-ethereum/p2p.func·002()
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:257 +0x6d
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:266 +0x28d
goroutine 11895 [select]:
github.com/ethereum/go-ethereum/xeth.func·002()
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/xeth/xeth.go:253 +0x3e6
created by github.com/ethereum/go-ethereum/xeth.(*XEth).UpdateState
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/xeth/xeth.go:272 +0xe0
goroutine 11819 [semacquire]:
sync.(*Mutex).Lock(0x3349d6dc)
/usr/lib/go/src/sync/mutex.go:66 +0xcb
sync.(*RWMutex).Lock(0x3349d6dc)
/usr/lib/go/src/sync/rwmutex.go:82 +0x32
github.com/ethereum/go-ethereum/core.(*TxPool).GetTransactions(0x3349d6c0, 0x0, 0x0, 0x0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:251 +0x66
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0x26228770, 0x32023200, 0x0, 0x0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:165 +0x476
github.com/ethereum/go-ethereum/eth.func·003(0x2812cab0, 0xb4ed43a0, 0x2812ca80, 0x0, 0x0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:87 +0xaa
github.com/ethereum/go-ethereum/p2p.func·002()
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:257 +0x6d
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:266 +0x28d
goroutine 12328 [semacquire]:
sync.(*Mutex).Lock(0x27284d80)
/usr/lib/go/src/sync/mutex.go:66 +0xcb
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bond(0x27284d80, 0xb5213001, 0x6f862793, 0xd2c49a89, 0xdb379bc, 0x7e6e168e, 0x5518f401, 0x49de5e7a, 0xd3c624fa, 0x27d80769, ...)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:386 +0x129
created by github.com/ethereum/go-ethereum/p2p/discover.(*ping).handle
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:500 +0x2c7
goroutine 12157 [select]:
github.com/ethereum/go-ethereum/miner.(*RemoteAgent).run(0x54e44620)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/miner/remote_agent.go:50 +0xec
created by github.com/ethereum/go-ethereum/miner.(*RemoteAgent).Start
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/miner/remote_agent.go:37 +0xa3
goroutine 11864 [semacquire]:
sync.(*Mutex).Lock(0x3349d6dc)
/usr/lib/go/src/sync/mutex.go:66 +0xcb
sync.(*RWMutex).Lock(0x3349d6dc)
/usr/lib/go/src/sync/rwmutex.go:82 +0x32
github.com/ethereum/go-ethereum/core.(*TxPool).GetTransactions(0x3349d6c0, 0x0, 0x0, 0x0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:251 +0x66
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0x26228770, 0x3d38c120, 0x0, 0x0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:165 +0x476
github.com/ethereum/go-ethereum/eth.func·003(0x30940240, 0xb4ed43a0, 0x30940210, 0x0, 0x0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:87 +0xaa
github.com/ethereum/go-ethereum/p2p.func·002()
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:257 +0x6d
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:266 +0x28d
goroutine 12018 [semacquire]:
sync.(*Mutex).Lock(0x3349d6dc)
/usr/lib/go/src/sync/mutex.go:66 +0xcb
sync.(*RWMutex).Lock(0x3349d6dc)
/usr/lib/go/src/sync/rwmutex.go:82 +0x32
github.com/ethereum/go-ethereum/core.(*TxPool).GetTransactions(0x3349d6c0, 0x0, 0x0, 0x0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:251 +0x66
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0x26228770, 0x3f0aa7e0, 0x0, 0x0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:165 +0x476
github.com/ethereum/go-ethereum/eth.func·003(0x2ac91860, 0xb4ed43a0, 0x2ac91830, 0x0, 0x0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:87 +0xaa
github.com/ethereum/go-ethereum/p2p.func·002()
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:257 +0x6d
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:266 +0x28d
goroutine 12312 [select]:
github.com/ethereum/go-ethereum/p2p.(*protoRW).ReadMsg(0x394c7860, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:298 +0x197
github.com/ethereum/go-ethereum/eth.(*peer).handleStatus(0x2d4c6090, 0x0, 0x0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/peer.go:126 +0x127
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0x26228770, 0x2d4c6090, 0x0, 0x0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:149 +0x48
github.com/ethereum/go-ethereum/eth.func·003(0x394c7890, 0xb4ed43a0, 0x394c7860, 0x0, 0x0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:87 +0xaa
github.com/ethereum/go-ethereum/p2p.func·002()
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:257 +0x6d
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:266 +0x28d
goroutine 12314 [select]:
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).fetchHashes(0x21162d20, 0x33436460, 0xc02ca2ea, 0xeb492840, 0x4d40d942, 0x8b859494, 0x445d468d, 0x927a17a1, 0x5fd9e918, 0x791878d9, ...)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:277 +0x1e90
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).syncWithPeer(0x21162d20, 0x33436460, 0xc02ca2ea, 0xeb492840, 0x4d40d942, 0x8b859494, 0x445d468d, 0x927a17a1, 0x5fd9e918, 0x791878d9, ...)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:220 +0x1e0
github.com/ethereum/go-ethereum/eth/downloader.(*Downloader).Synchronise(0x21162d20, 0x2c6aa500, 0x10, 0xc02ca2ea, 0xeb492840, 0x4d40d942, 0x8b859494, 0x445d468d, 0x927a17a1, 0x5fd9e918, ...)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/downloader/downloader.go:193 +0x33c
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).synchronise(0x26228770, 0x3f0aa7e0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/sync.go:104 +0x2a9
created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).update
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/sync.go:28 +0x14e
goroutine 11849 [select]:
github.com/ethereum/go-ethereum/event/filter.(*FilterManager).filterLoop(0x54e40ea0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/event/filter/eth_filter.go:74 +0x689
created by github.com/ethereum/go-ethereum/event/filter.(*FilterManager).Start
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/event/filter/eth_filter.go:31 +0x2f
goroutine 11978 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0x559ee9f0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:161 +0x204
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:121 +0xa2
goroutine 11964 [semacquire]:
sync.(*Mutex).Lock(0x3349d6dc)
/usr/lib/go/src/sync/mutex.go:66 +0xcb
sync.(*RWMutex).Lock(0x3349d6dc)
/usr/lib/go/src/sync/rwmutex.go:82 +0x32
github.com/ethereum/go-ethereum/core.(*TxPool).GetTransactions(0x3349d6c0, 0x0, 0x0, 0x0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:251 +0x66
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0x26228770, 0x3501b440, 0x0, 0x0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:165 +0x476
github.com/ethereum/go-ethereum/eth.func·003(0x35026ed0, 0xb4ed43a0, 0x35026ea0, 0x0, 0x0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:87 +0xaa
github.com/ethereum/go-ethereum/p2p.func·002()
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:257 +0x6d
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:266 +0x28d
goroutine 11952 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0x559ee9f0, 0xb4ed4388)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:130 +0x4aa
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0x236366c0, 0x559ee9f0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:642 +0x2f5
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:471 +0x12b9
goroutine 12292 [IO wait]:
net.(*pollDesc).Wait(0x37d930f8, 0x72, 0x0, 0x0)
/usr/lib/go/src/net/fd_poll_runtime.go:84 +0x42
net.(*pollDesc).WaitRead(0x37d930f8, 0x0, 0x0)
/usr/lib/go/src/net/fd_poll_runtime.go:89 +0x40
net.(*netFD).Read(0x37d930c0, 0x328c1160, 0x20, 0x20, 0x0, 0xb7522300, 0x25dc4ec0)
/usr/lib/go/src/net/fd_unix.go:242 +0x2f0
net.(*conn).Read(0x55b308a0, 0x328c1160, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/lib/go/src/net/net.go:121 +0xba
io.ReadAtLeast(0xb7547ff0, 0x55b308a0, 0x328c1160, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/lib/go/src/io/io.go:298 +0xb2
io.ReadFull(0xb7547ff0, 0x55b308a0, 0x328c1160, 0x20, 0x20, 0x328c1160, 0x0, 0x0)
/usr/lib/go/src/io/io.go:316 +0x5c
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0x30fad770, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:544 +0xfd
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0x2b47c0e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:70 +0x155
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0x30fad890, 0x30fa1600)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:176 +0x72
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:120 +0x8a
goroutine 11825 [semacquire]:
sync.(*WaitGroup).Wait(0x2812d148)
/usr/lib/go/src/sync/waitgroup.go:132 +0x13e
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0x2812d140, 0xb4ed4388)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:147 +0x218
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0x236366c0, 0x2812d140)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:642 +0x2f5
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:471 +0x12b9
goroutine 11973 [semacquire]:
sync.(*Mutex).Lock(0x3349d6dc)
/usr/lib/go/src/sync/mutex.go:66 +0xcb
sync.(*RWMutex).Lock(0x3349d6dc)
/usr/lib/go/src/sync/rwmutex.go:82 +0x32
github.com/ethereum/go-ethereum/core.(*TxPool).GetTransactions(0x3349d6c0, 0x0, 0x0, 0x0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:251 +0x66
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0x26228770, 0x3e5581b0, 0x0, 0x0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:165 +0x476
github.com/ethereum/go-ethereum/eth.func·003(0x559ee600, 0xb4ed43a0, 0x559ee5d0, 0x0, 0x0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:87 +0xaa
github.com/ethereum/go-ethereum/p2p.func·002()
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:257 +0x6d
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:266 +0x28d
goroutine 12226 [syscall]:
syscall.Syscall(0x3, 0x0, 0x55c12000, 0x1000, 0x59ecfff6, 0x8c700a99, 0x1137a64e)
/usr/lib/go/src/syscall/asm_linux_386.s:19 +0x5
syscall.read(0x0, 0x55c12000, 0x1000, 0x1000, 0x1defc, 0x0, 0x0)
/usr/lib/go/src/syscall/zsyscall_linux_386.go:867 +0x5a
syscall.Read(0x0, 0x55c12000, 0x1000, 0x1000, 0x5fcb544f, 0x0, 0x0)
/usr/lib/go/src/syscall/syscall_unix.go:136 +0x50
os.(*File).read(0x18e1a0c0, 0x55c12000, 0x1000, 0x1000, 0xb16b3fe0, 0x0, 0x0)
/usr/lib/go/src/os/file_unix.go:191 +0x55
os.(*File).Read(0x18e1a0c0, 0x55c12000, 0x1000, 0x1000, 0x18e1a8b0, 0x0, 0x0)
/usr/lib/go/src/os/file.go:95 +0x76
bufio.(*Reader).fill(0x55b7b680)
/usr/lib/go/src/bufio/bufio.go:97 +0x15c
bufio.(*Reader).ReadRune(0x55b7b680, 0x14550a6f, 0x6a1b812e, 0x0, 0x0)
/usr/lib/go/src/bufio/bufio.go:227 +0xb2
github.com/peterh/liner.func·002()
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/peterh/liner/input.go:95 +0x53
created by github.com/peterh/liner.(*State).restartPrompt
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/peterh/liner/input.go:103 +0xd8
goroutine 12008 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0x2ac91860, 0xb4ed4388)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:130 +0x4aa
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0x236366c0, 0x2ac91860)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:642 +0x2f5
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:471 +0x12b9
goroutine 12068 [semacquire]:
sync.(*WaitGroup).Wait(0x3676e578)
/usr/lib/go/src/sync/waitgroup.go:132 +0x13e
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0x3676e570, 0xb4ed4388)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:147 +0x218
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0x236366c0, 0x3676e570)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:642 +0x2f5
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:471 +0x12b9
goroutine 12232 [semacquire]:
sync.(*Mutex).Lock(0x3349d6dc)
/usr/lib/go/src/sync/mutex.go:66 +0xcb
sync.(*RWMutex).Lock(0x3349d6dc)
/usr/lib/go/src/sync/rwmutex.go:82 +0x32
github.com/ethereum/go-ethereum/core.(*TxPool).GetTransactions(0x3349d6c0, 0x0, 0x0, 0x0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:251 +0x66
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0x26228770, 0x2e31def0, 0x0, 0x0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:165 +0x476
github.com/ethereum/go-ethereum/eth.func·003(0x3959f5f0, 0xb4ed43a0, 0x3959f5c0, 0x0, 0x0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:87 +0xaa
github.com/ethereum/go-ethereum/p2p.func·002()
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:257 +0x6d
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:266 +0x28d
goroutine 11861 [semacquire]:
sync.(*WaitGroup).Wait(0x30940248)
/usr/lib/go/src/sync/waitgroup.go:132 +0x13e
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0x30940240, 0xb4ed4388)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:147 +0x218
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0x236366c0, 0x30940240)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:642 +0x2f5
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:471 +0x12b9
goroutine 11804 [runnable]:
encoding/binary.littleEndian.Uint64(0x2ef45f4d, 0x8, 0x12b3, 0x1010101, 0x1010101)
/usr/lib/go/src/encoding/binary/binary.go:69
github.com/ethereum/go-ethereum/crypto/sha3.(*digest).Write(0x258e9180, 0x2ef45f4d, 0x10ea, 0x12b3, 0x3, 0x0, 0x0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/crypto/sha3/sha3.go:128 +0x15a
github.com/ethereum/go-ethereum/rlp.(*encbuf).toWriter(0x38622e40, 0xb752e098, 0x258e9180, 0x0, 0x0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/rlp/encode.go:281 +0x1ef
github.com/ethereum/go-ethereum/rlp.Encode(0xb752e098, 0x258e9180, 0x85a0460, 0x374e5340, 0x0, 0x0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/rlp/encode.go:119 +0x177
github.com/ethereum/go-ethereum/core/types.rlpHash(0x85a0460, 0x374e5340, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/core/types/block.go:109 +0xe6
github.com/ethereum/go-ethereum/core/types.(*Transaction).Hash(0x3027f9b0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/core/types/transaction.go:67 +0x19b
github.com/ethereum/go-ethereum/core/types.(*Transaction).PublicKey(0x3027f9b0, 0x0, 0x0, 0x0, 0x0, 0x0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/core/types/transaction.go:124 +0x174
github.com/ethereum/go-ethereum/core/types.(*Transaction).From(0x3027f9b0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/core/types/transaction.go:95 +0x56
github.com/ethereum/go-ethereum/core.(*TxPool).validateTx(0x3349d6c0, 0x3027f9b0, 0x0, 0x0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:127 +0x53
github.com/ethereum/go-ethereum/core.(*TxPool).validatePool(0x3349d6c0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:367 +0xaa
github.com/ethereum/go-ethereum/core.(*TxPool).GetTransactions(0x3349d6c0, 0x0, 0x0, 0x0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:257 +0xa9
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0x26228770, 0x32023050, 0x0, 0x0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:165 +0x476
github.com/ethereum/go-ethereum/eth.func·003(0x2812c060, 0xb4ed43a0, 0x2812c030, 0x0, 0x0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:87 +0xaa
github.com/ethereum/go-ethereum/p2p.func·002()
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:257 +0x6d
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:266 +0x28d
goroutine 11897 [select]:
github.com/ethereum/go-ethereum/event/filter.(*FilterManager).filterLoop(0x54e40f30)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/event/filter/eth_filter.go:74 +0x689
created by github.com/ethereum/go-ethereum/event/filter.(*FilterManager).Start
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/event/filter/eth_filter.go:31 +0x2f
goroutine 11969 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0x2ac91860)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:161 +0x204
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:121 +0xa2
goroutine 12231 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0x3959f5f0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:161 +0x204
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:121 +0xa2
goroutine 11818 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0x2812cab0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:161 +0x204
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:121 +0xa2
goroutine 12222 [chan receive]:
github.com/ethereum/go-ethereum/p2p/discover.(*Table).Lookup(0x27284d80, 0x9f80f39, 0x309bae56, 0xe177f215, 0xad4982bd, 0xb909ea20, 0x7b0e89da, 0x348eb7e6, 0x514957c4, 0x2cba0071, ...)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:230 +0x644
github.com/ethereum/go-ethereum/p2p.(*discoverTask).Do(0x2dad53f0, 0x236366c0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/dial.go:212 +0xda
github.com/ethereum/go-ethereum/p2p.func·008()
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:414 +0x48
created by github.com/ethereum/go-ethereum/p2p.func·009
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:414 +0x46e
goroutine 11835 [semacquire]:
sync.(*Mutex).Lock(0x3349d6dc)
/usr/lib/go/src/sync/mutex.go:66 +0xcb
sync.(*RWMutex).Lock(0x3349d6dc)
/usr/lib/go/src/sync/rwmutex.go:82 +0x32
github.com/ethereum/go-ethereum/core.(*TxPool).GetTransactions(0x3349d6c0, 0x0, 0x0, 0x0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:251 +0x66
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0x26228770, 0x2b2307e0, 0x0, 0x0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:165 +0x476
github.com/ethereum/go-ethereum/eth.func·003(0x2b22fa70, 0xb4ed43a0, 0x2b22fa40, 0x0, 0x0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:87 +0xaa
github.com/ethereum/go-ethereum/p2p.func·002()
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:257 +0x6d
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:266 +0x28d
goroutine 12320 [IO wait]:
net.(*pollDesc).Wait(0x2f3fc038, 0x72, 0x0, 0x0)
/usr/lib/go/src/net/fd_poll_runtime.go:84 +0x42
net.(*pollDesc).WaitRead(0x2f3fc038, 0x0, 0x0)
/usr/lib/go/src/net/fd_poll_runtime.go:89 +0x40
net.(*netFD).Read(0x2f3fc000, 0x306724c0, 0x20, 0x20, 0x0, 0xb7522300, 0x3303f0a8)
/usr/lib/go/src/net/fd_unix.go:242 +0x2f0
net.(*conn).Read(0x55abb238, 0x306724c0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/lib/go/src/net/net.go:121 +0xba
io.ReadAtLeast(0xb7547ff0, 0x55abb238, 0x306724c0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/lib/go/src/io/io.go:298 +0xb2
io.ReadFull(0xb7547ff0, 0x55abb238, 0x306724c0, 0x20, 0x20, 0x306724c0, 0x0, 0x0)
/usr/lib/go/src/io/io.go:316 +0x5c
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0x3b8a2a20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:544 +0xfd
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0x350ecea0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:70 +0x155
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0x32f427b0, 0x3042dd40)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:176 +0x72
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:120 +0x8a
goroutine 12304 [chan receive]:
github.com/ethereum/go-ethereum/p2p/discover.(*udp).ping(0x30182f80, 0x8f73cfad, 0x9279e4cf, 0x9979149c, 0x3142a537, 0x8c173ea5, 0x6c4ac378, 0x81d01f75, 0xad7d8661, 0x6a11d42d, ...)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:235 +0x20f
github.com/ethereum/go-ethereum/p2p/discover.(*Table).ping(0x27284d80, 0x8f73cfad, 0x9279e4cf, 0x9979149c, 0x3142a537, 0x8c173ea5, 0x6c4ac378, 0x81d01f75, 0xad7d8661, 0x6a11d42d, ...)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:441 +0xe4
github.com/ethereum/go-ethereum/p2p/discover.(*Table).pingreplace(0x27284d80, 0x35808000, 0x25c12160)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:423 +0xd3
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bond(0x27284d80, 0x829eb101, 0x5db1f55c, 0x4675ca75, 0x944c16a6, 0xe5cac3ad, 0x2b1ee116, 0xe1f7bd12, 0x9886cf22, 0x113ab146, ...)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:391 +0x20b
created by github.com/ethereum/go-ethereum/p2p/discover.(*ping).handle
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:500 +0x2c7
goroutine 11893 [select]:
github.com/ethereum/go-ethereum/xeth.(*XEth).start(0x54e31710)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/xeth/xeth.go:114 +0x648
created by github.com/ethereum/go-ethereum/xeth.New
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/xeth/xeth.go:104 +0x48e
goroutine 11987 [IO wait]:
net.(*pollDesc).Wait(0x560798b8, 0x72, 0x0, 0x0)
/usr/lib/go/src/net/fd_poll_runtime.go:84 +0x42
net.(*pollDesc).WaitRead(0x560798b8, 0x0, 0x0)
/usr/lib/go/src/net/fd_poll_runtime.go:89 +0x40
net.(*netFD).Read(0x56079880, 0x38b64c60, 0x20, 0x20, 0x0, 0xb7522300, 0x29c6a750)
/usr/lib/go/src/net/fd_unix.go:242 +0x2f0
net.(*conn).Read(0x2e11d468, 0x38b64c60, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/lib/go/src/net/net.go:121 +0xba
io.ReadAtLeast(0xb7547ff0, 0x2e11d468, 0x38b64c60, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/lib/go/src/io/io.go:298 +0xb2
io.ReadFull(0xb7547ff0, 0x2e11d468, 0x38b64c60, 0x20, 0x20, 0x38b64c60, 0x0, 0x0)
/usr/lib/go/src/io/io.go:316 +0x5c
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0x5ce39d10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:544 +0xfd
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0x56179520, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:70 +0x155
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0x559efcb0, 0x3158f800)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:176 +0x72
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:120 +0x8a
goroutine 12247 [IO wait]:
net.(*pollDesc).Wait(0x316b5538, 0x72, 0x0, 0x0)
/usr/lib/go/src/net/fd_poll_runtime.go:84 +0x42
net.(*pollDesc).WaitRead(0x316b5538, 0x0, 0x0)
/usr/lib/go/src/net/fd_poll_runtime.go:89 +0x40
net.(*netFD).Read(0x316b5500, 0x3834a799, 0x5ecf7, 0x5ecf7, 0x0, 0xb7522300, 0x318a200c)
/usr/lib/go/src/net/fd_unix.go:242 +0x2f0
net.(*conn).Read(0x273e0160, 0x3834a799, 0x5ecf7, 0x5ecf7, 0x0, 0x0, 0x0)
/usr/lib/go/src/net/net.go:121 +0xba
io.ReadAtLeast(0xb7547ff0, 0x273e0160, 0x38348000, 0x61490, 0x61490, 0x61490, 0x2799, 0x0, 0x0)
/usr/lib/go/src/io/io.go:298 +0xb2
io.ReadFull(0xb7547ff0, 0x273e0160, 0x38348000, 0x61490, 0x61490, 0x38348000, 0x0, 0x0)
/usr/lib/go/src/io/io.go:316 +0x5c
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0x33a11c20, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:562 +0x493
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0x38b652c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:70 +0x155
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0x24875c50, 0x37d934c0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:176 +0x72
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:120 +0x8a
goroutine 11802 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).handle(0x2812c060, 0x17, 0x0, 0x20f, 0xb752e308, 0x28c46e00, 0xcd0642ec, 0xe, 0x15a93547, 0x8ccc500, ...)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:210 +0x4ce
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0x2812c060, 0x22534400)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:182 +0x10f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:120 +0x8a
goroutine 12161 [select]:
github.com/ethereum/go-ethereum/miner.(*CpuAgent).update(0x3b70c720)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/miner/agent.go:60 +0x221
created by github.com/ethereum/go-ethereum/miner.(*CpuAgent).Start
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/miner/agent.go:54 +0xe0
goroutine 12311 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0x394c7890)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:161 +0x204
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:121 +0xa2
goroutine 11817 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).handle(0x2812cab0, 0x17, 0x0, 0x60f, 0xb752e308, 0x3d684660, 0xcd0642f9, 0xe, 0x2b59c2c9, 0x8ccc500, ...)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:210 +0x4ce
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0x2812cab0, 0x22534cc0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:182 +0x10f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:120 +0x8a
goroutine 12139 [IO wait]:
net.(*pollDesc).Wait(0x54e364f8, 0x77, 0x0, 0x0)
/usr/lib/go/src/net/fd_poll_runtime.go:84 +0x42
net.(*pollDesc).WaitWrite(0x54e364f8, 0x0, 0x0)
/usr/lib/go/src/net/fd_poll_runtime.go:93 +0x40
net.(*netFD).connect(0x54e364c0, 0x0, 0x0, 0xb7523fe0, 0x2ac01480, 0xcd064308, 0xe, 0x2c5b3fc6, 0x8ccc500, 0x0, ...)
/usr/lib/go/src/net/fd_unix.go:114 +0x21c
net.(*netFD).dial(0x54e364c0, 0xb7547fc0, 0x0, 0xb7547fc0, 0x2ac013e0, 0xcd064308, 0xe, 0x2c5b3fc6, 0x8ccc500, 0x0, ...)
/usr/lib/go/src/net/sock_posix.go:139 +0x2c6
net.socket(0x86f3478, 0x3, 0x2, 0x1, 0x0, 0x2ac01300, 0xb7547fc0, 0x0, 0xb7547fc0, 0x2ac013e0, ...)
/usr/lib/go/src/net/sock_posix.go:91 +0x346
net.internetSocket(0x86f3478, 0x3, 0xb7547fc0, 0x0, 0xb7547fc0, 0x2ac013e0, 0xcd064308, 0xe, 0x2c5b3fc6, 0x8ccc500, ...)
/usr/lib/go/src/net/ipsock_posix.go:137 +0xed
net.dialTCP(0x86f3478, 0x3, 0x0, 0x2ac013e0, 0xcd064308, 0xe, 0x2c5b3fc6, 0x8ccc500, 0x809b77d, 0x0, ...)
/usr/lib/go/src/net/tcpsock_posix.go:156 +0xfc
net.dialSingle(0x86f3478, 0x3, 0x2ac013c0, 0x13, 0x0, 0x0, 0xb7547f68, 0x2ac013e0, 0xcd064308, 0xe, ...)
/usr/lib/go/src/net/dial.go:235 +0x35a
net.func·016(0xcd064308, 0xe, 0x2c5b3fc6, 0x8ccc500, 0x0, 0x0, 0x0, 0x0)
/usr/lib/go/src/net/dial.go:163 +0xd0
net.dial(0x86f3478, 0x3, 0xb7547f68, 0x2ac013e0, 0x28270f30, 0xcd064308, 0xe, 0x2c5b3fc6, 0x8ccc500, 0x0, ...)
/usr/lib/go/src/net/fd_unix.go:40 +0x63
net.(*Dialer).Dial(0x263453e0, 0x86f3478, 0x3, 0x2ac013c0, 0x13, 0x0, 0x0, 0x0, 0x0)
/usr/lib/go/src/net/dial.go:170 +0x3d8
github.com/ethereum/go-ethereum/p2p.(*dialTask).Do(0x33ade120, 0x236366c0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/dial.go:195 +0x16c
github.com/ethereum/go-ethereum/p2p.func·008()
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:414 +0x48
created by github.com/ethereum/go-ethereum/p2p.func·009
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:414 +0x46e
goroutine 12248 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0x24875c50)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:161 +0x204
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:121 +0xa2
goroutine 12265 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0x32f427b0, 0xb4ed4388)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:130 +0x4aa
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0x236366c0, 0x32f427b0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:642 +0x2f5
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:471 +0x12b9
goroutine 12249 [semacquire]:
sync.(*Mutex).Lock(0x3349d6dc)
/usr/lib/go/src/sync/mutex.go:66 +0xcb
sync.(*RWMutex).Lock(0x3349d6dc)
/usr/lib/go/src/sync/rwmutex.go:82 +0x32
github.com/ethereum/go-ethereum/core.(*TxPool).GetTransactions(0x3349d6c0, 0x0, 0x0, 0x0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:251 +0x66
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0x26228770, 0x333962d0, 0x0, 0x0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:165 +0x476
github.com/ethereum/go-ethereum/eth.func·003(0x24875c50, 0xb4ed43a0, 0x24875c20, 0x0, 0x0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:87 +0xaa
github.com/ethereum/go-ethereum/p2p.func·002()
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:257 +0x6d
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:266 +0x28d
goroutine 11803 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0x2812c060)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:161 +0x204
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:121 +0xa2
goroutine 12327 [semacquire]:
sync.(*Mutex).Lock(0x27284d80)
/usr/lib/go/src/sync/mutex.go:66 +0xcb
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bond(0x27284d80, 0x7e9e9601, 0xcdd4a2f2, 0x10940c64, 0xf9bd147b, 0x31262908, 0x3d2780c3, 0xe8e56536, 0x2e92d56e, 0xa81992, ...)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:386 +0x129
created by github.com/ethereum/go-ethereum/p2p/discover.(*ping).handle
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:500 +0x2c7
goroutine 12322 [semacquire]:
sync.(*Mutex).Lock(0x3349d6dc)
/usr/lib/go/src/sync/mutex.go:66 +0xcb
sync.(*RWMutex).Lock(0x3349d6dc)
/usr/lib/go/src/sync/rwmutex.go:82 +0x32
github.com/ethereum/go-ethereum/core.(*TxPool).GetTransactions(0x3349d6c0, 0x0, 0x0, 0x0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:251 +0x66
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0x26228770, 0x2d9a0510, 0x0, 0x0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:165 +0x476
github.com/ethereum/go-ethereum/eth.func·003(0x32f427b0, 0xb4ed43a0, 0x32f42780, 0x0, 0x0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:87 +0xaa
github.com/ethereum/go-ethereum/p2p.func·002()
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:257 +0x6d
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:266 +0x28d
goroutine 12305 [semacquire]:
sync.(*Mutex).Lock(0x27284d80)
/usr/lib/go/src/sync/mutex.go:66 +0xcb
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bond(0x27284d80, 0x3437e701, 0xf30488a2, 0x88660ea0, 0x54b0c73c, 0xc02c3be9, 0xa27027f3, 0xb3b867d1, 0xe459ab20, 0x9eb77e4a, ...)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:386 +0x129
created by github.com/ethereum/go-ethereum/p2p/discover.(*ping).handle
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:500 +0x2c7
goroutine 11896 [select]:
github.com/ethereum/go-ethereum/jsre.(*JSRE).runEventLoop(0x54e40f60)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/jsre/jsre.go:122 +0xa60
created by github.com/ethereum/go-ethereum/jsre.New
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/jsre/jsre.go:50 +0x129
goroutine 12217 [semacquire]:
sync.(*Mutex).Lock(0x3349d6dc)
/usr/lib/go/src/sync/mutex.go:66 +0xcb
sync.(*RWMutex).Lock(0x3349d6dc)
/usr/lib/go/src/sync/rwmutex.go:82 +0x32
github.com/ethereum/go-ethereum/core.(*TxPool).GetTransactions(0x3349d6c0, 0x0, 0x0, 0x0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:251 +0x66
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0x26228770, 0x2fcfc240, 0x0, 0x0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:165 +0x476
github.com/ethereum/go-ethereum/eth.func·003(0x2fcfb500, 0xb4ed43a0, 0x2fcfb4d0, 0x0, 0x0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:87 +0xaa
github.com/ethereum/go-ethereum/p2p.func·002()
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:257 +0x6d
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:266 +0x28d
goroutine 11963 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0x35026ed0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:161 +0x204
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:121 +0xa2
goroutine 12271 [chan receive]:
github.com/ethereum/go-ethereum/p2p/discover.(*udp).findnode(0x30182f80, 0xb533ade8, 0xbfa3f958, 0xa3a9e890, 0xaacffb3, 0x993ac3a6, 0x816c6911, 0x21f8c05e, 0xa6946e3d, 0x3dff0076, ...)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:261 +0x2f3
github.com/ethereum/go-ethereum/p2p/discover.func·002()
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:209 +0x135
created by github.com/ethereum/go-ethereum/p2p/discover.(*Table).Lookup
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:222 +0x573
goroutine 12159 [select]:
github.com/ethereum/go-ethereum/miner.(*CpuAgent).update(0x3b70c6c0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/miner/agent.go:60 +0x221
created by github.com/ethereum/go-ethereum/miner.(*CpuAgent).Start
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/miner/agent.go:54 +0xe0
goroutine 12215 [IO wait]:
net.(*pollDesc).Wait(0x37d932f8, 0x72, 0x0, 0x0)
/usr/lib/go/src/net/fd_poll_runtime.go:84 +0x42
net.(*pollDesc).WaitRead(0x37d932f8, 0x0, 0x0)
/usr/lib/go/src/net/fd_poll_runtime.go:89 +0x40
net.(*netFD).Read(0x37d932c0, 0x3562fe20, 0x20, 0x20, 0x0, 0xb7522300, 0x22cc0ae0)
/usr/lib/go/src/net/fd_unix.go:242 +0x2f0
net.(*conn).Read(0x284d0dd8, 0x3562fe20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/lib/go/src/net/net.go:121 +0xba
io.ReadAtLeast(0xb7547ff0, 0x284d0dd8, 0x3562fe20, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/lib/go/src/io/io.go:298 +0xb2
io.ReadFull(0xb7547ff0, 0x284d0dd8, 0x3562fe20, 0x20, 0x20, 0x3562fe20, 0x0, 0x0)
/usr/lib/go/src/io/io.go:316 +0x5c
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0x2fcfb3e0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:544 +0xfd
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0x3e73d2c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:70 +0x155
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0x2fcfb500, 0x2fcfe280)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:176 +0x72
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:120 +0x8a
goroutine 11833 [IO wait]:
net.(*pollDesc).Wait(0x225343b8, 0x72, 0x0, 0x0)
/usr/lib/go/src/net/fd_poll_runtime.go:84 +0x42
net.(*pollDesc).WaitRead(0x225343b8, 0x0, 0x0)
/usr/lib/go/src/net/fd_poll_runtime.go:89 +0x40
net.(*netFD).Read(0x22534380, 0x42e337a0, 0x20, 0x20, 0x0, 0xb7522300, 0x42999eb0)
/usr/lib/go/src/net/fd_unix.go:242 +0x2f0
net.(*conn).Read(0x3862c4f8, 0x42e337a0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/lib/go/src/net/net.go:121 +0xba
io.ReadAtLeast(0xb7547ff0, 0x3862c4f8, 0x42e337a0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/lib/go/src/io/io.go:298 +0xb2
io.ReadFull(0xb7547ff0, 0x3862c4f8, 0x42e337a0, 0x20, 0x20, 0x42e337a0, 0x0, 0x0)
/usr/lib/go/src/io/io.go:316 +0x5c
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0x2b22f8f0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:544 +0xfd
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0x282ba960, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:70 +0x155
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0x2b22fa70, 0x2b234700)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:176 +0x72
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:120 +0x8a
goroutine 12321 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0x32f427b0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:161 +0x204
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:121 +0xa2
goroutine 11968 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).handle(0x2ac91860, 0x12, 0x0, 0x1, 0xb752e308, 0x38ea4540, 0xcd0642f1, 0xe, 0x5e9c533, 0x8ccc500, ...)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:210 +0x4ce
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0x2ac91860, 0x3f09b240)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:182 +0x10f
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:120 +0x8a
goroutine 12063 [IO wait]:
net.(*pollDesc).Wait(0x4a680bf8, 0x77, 0x0, 0x0)
/usr/lib/go/src/net/fd_poll_runtime.go:84 +0x42
net.(*pollDesc).WaitWrite(0x4a680bf8, 0x0, 0x0)
/usr/lib/go/src/net/fd_poll_runtime.go:93 +0x40
net.(*netFD).connect(0x4a680bc0, 0x0, 0x0, 0xb7523fe0, 0x4dc2ad20, 0xcd064306, 0xe, 0x2beb94be, 0x8ccc500, 0x0, ...)
/usr/lib/go/src/net/fd_unix.go:114 +0x21c
net.(*netFD).dial(0x4a680bc0, 0xb7547fc0, 0x0, 0xb7547fc0, 0x4dc2ad00, 0xcd064306, 0xe, 0x2beb94be, 0x8ccc500, 0x0, ...)
/usr/lib/go/src/net/sock_posix.go:139 +0x2c6
net.socket(0x86f3478, 0x3, 0x2, 0x1, 0x0, 0x4dc2ad00, 0xb7547fc0, 0x0, 0xb7547fc0, 0x4dc2ad00, ...)
/usr/lib/go/src/net/sock_posix.go:91 +0x346
net.internetSocket(0x86f3478, 0x3, 0xb7547fc0, 0x0, 0xb7547fc0, 0x4dc2ad00, 0xcd064306, 0xe, 0x2beb94be, 0x8ccc500, ...)
/usr/lib/go/src/net/ipsock_posix.go:137 +0xed
net.dialTCP(0x86f3478, 0x3, 0x0, 0x4dc2ad00, 0xcd064306, 0xe, 0x2beb94be, 0x8ccc500, 0x809b77d, 0x0, ...)
/usr/lib/go/src/net/tcpsock_posix.go:156 +0xfc
net.dialSingle(0x86f3478, 0x3, 0x4dc2ace0, 0x13, 0x0, 0x0, 0xb7547f68, 0x4dc2ad00, 0xcd064306, 0xe, ...)
/usr/lib/go/src/net/dial.go:235 +0x35a
net.func·016(0xcd064306, 0xe, 0x2beb94be, 0x8ccc500, 0x0, 0x0, 0x0, 0x0)
/usr/lib/go/src/net/dial.go:163 +0xd0
net.dial(0x86f3478, 0x3, 0xb7547f68, 0x4dc2ad00, 0x220b3f30, 0xcd064306, 0xe, 0x2beb94be, 0x8ccc500, 0x0, ...)
/usr/lib/go/src/net/fd_unix.go:40 +0x63
net.(*Dialer).Dial(0x263453e0, 0x86f3478, 0x3, 0x4dc2ace0, 0x13, 0x0, 0x0, 0x0, 0x0)
/usr/lib/go/src/net/dial.go:170 +0x3d8
github.com/ethereum/go-ethereum/p2p.(*dialTask).Do(0x4a69b838, 0x236366c0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/dial.go:195 +0x16c
github.com/ethereum/go-ethereum/p2p.func·008()
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:414 +0x48
created by github.com/ethereum/go-ethereum/p2p.func·009
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:414 +0x46e
goroutine 11834 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0x2b22fa70)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:161 +0x204
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:121 +0xa2
goroutine 11828 [semacquire]:
sync.(*Mutex).Lock(0x3349d6dc)
/usr/lib/go/src/sync/mutex.go:66 +0xcb
sync.(*RWMutex).Lock(0x3349d6dc)
/usr/lib/go/src/sync/rwmutex.go:82 +0x32
github.com/ethereum/go-ethereum/core.(*TxPool).GetTransactions(0x3349d6c0, 0x0, 0x0, 0x0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:251 +0x66
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0x26228770, 0x32023320, 0x0, 0x0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:165 +0x476
github.com/ethereum/go-ethereum/eth.func·003(0x2812d140, 0xb4ed43a0, 0x2812d110, 0x0, 0x0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:87 +0xaa
github.com/ethereum/go-ethereum/p2p.func·002()
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:257 +0x6d
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:266 +0x28d
goroutine 12160 [select]:
github.com/ethereum/go-ethereum/miner.(*CpuAgent).update(0x3b70c6f0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/miner/agent.go:60 +0x221
created by github.com/ethereum/go-ethereum/miner.(*CpuAgent).Start
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/miner/agent.go:54 +0xe0
goroutine 11979 [semacquire]:
sync.(*Mutex).Lock(0x3349d6dc)
/usr/lib/go/src/sync/mutex.go:66 +0xcb
sync.(*RWMutex).Lock(0x3349d6dc)
/usr/lib/go/src/sync/rwmutex.go:82 +0x32
github.com/ethereum/go-ethereum/core.(*TxPool).GetTransactions(0x3349d6c0, 0x0, 0x0, 0x0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:251 +0x66
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).handle(0x26228770, 0x3e5582d0, 0x0, 0x0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:165 +0x476
github.com/ethereum/go-ethereum/eth.func·003(0x559ee9f0, 0xb4ed43a0, 0x559ee9c0, 0x0, 0x0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:87 +0xaa
github.com/ethereum/go-ethereum/p2p.func·002()
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:257 +0x6d
created by github.com/ethereum/go-ethereum/p2p.(*Peer).startProtocols
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:266 +0x28d
goroutine 12330 [semacquire]:
sync.(*Mutex).Lock(0x27284d80)
/usr/lib/go/src/sync/mutex.go:66 +0xcb
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bond(0x27284d80, 0x20b6e401, 0xff029851, 0x232cbd6f, 0xd1e9cc26, 0x5ce4c075, 0xb69a72b, 0xd7e2bea2, 0x8fe47c69, 0x8a5f22e3, ...)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:386 +0x129
created by github.com/ethereum/go-ethereum/p2p/discover.(*ping).handle
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:500 +0x2c7
goroutine 11876 [select]:
github.com/ethereum/go-ethereum/event/filter.(*FilterManager).filterLoop(0x550e1e30)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/event/filter/eth_filter.go:74 +0x689
created by github.com/ethereum/go-ethereum/event/filter.(*FilterManager).Start
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/event/filter/eth_filter.go:31 +0x2f
goroutine 12230 [IO wait]:
net.(*pollDesc).Wait(0x3054fe78, 0x72, 0x0, 0x0)
/usr/lib/go/src/net/fd_poll_runtime.go:84 +0x42
net.(*pollDesc).WaitRead(0x3054fe78, 0x0, 0x0)
/usr/lib/go/src/net/fd_poll_runtime.go:89 +0x40
net.(*netFD).Read(0x3054fe40, 0x25c6a7e0, 0x20, 0x20, 0x0, 0xb7522300, 0x3057b19c)
/usr/lib/go/src/net/fd_unix.go:242 +0x2f0
net.(*conn).Read(0x33e6e1a0, 0x25c6a7e0, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/lib/go/src/net/net.go:121 +0xba
io.ReadAtLeast(0xb7547ff0, 0x33e6e1a0, 0x25c6a7e0, 0x20, 0x20, 0x20, 0x0, 0x0, 0x0)
/usr/lib/go/src/io/io.go:298 +0xb2
io.ReadFull(0xb7547ff0, 0x33e6e1a0, 0x25c6a7e0, 0x20, 0x20, 0x25c6a7e0, 0x0, 0x0)
/usr/lib/go/src/io/io.go:316 +0x5c
github.com/ethereum/go-ethereum/p2p.(*rlpxFrameRW).ReadMsg(0x2eb4ab10, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:544 +0xfd
github.com/ethereum/go-ethereum/p2p.(*rlpx).ReadMsg(0x3d685b40, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/rlpx.go:70 +0x155
github.com/ethereum/go-ethereum/p2p.(*Peer).readLoop(0x3959f5f0, 0x37d92c40)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:176 +0x72
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:120 +0x8a
goroutine 12216 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).pingLoop(0x2fcfb500)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:161 +0x204
created by github.com/ethereum/go-ethereum/p2p.(*Peer).run
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:121 +0xa2
goroutine 11946 [semacquire]:
sync.(*WaitGroup).Wait(0x559ee608)
/usr/lib/go/src/sync/waitgroup.go:132 +0x13e
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0x559ee600, 0xb4ed4388)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:147 +0x218
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0x236366c0, 0x559ee600)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:642 +0x2f5
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:471 +0x12b9
goroutine 11796 [select]:
github.com/ethereum/go-ethereum/p2p.(*Peer).run(0x2812c060, 0xb4ed4388)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/peer.go:130 +0x4aa
github.com/ethereum/go-ethereum/p2p.(*Server).runPeer(0x236366c0, 0x2812c060)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:642 +0x2f5
created by github.com/ethereum/go-ethereum/p2p.(*Server).run
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:471 +0x12b9
goroutine 11877 [select]:
github.com/peterh/liner.(*State).readNext(0x55b80270, 0x0, 0x0, 0x0, 0x0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/peterh/liner/input.go:140 +0x23c2
github.com/peterh/liner.(*State).Prompt(0x55b80270, 0x86eff98, 0x2, 0x0, 0x0, 0x0, 0x0)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/peterh/liner/line.go:494 +0x3ae
main.func·006()
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/cmd/geth/js.go:193 +0xaf
created by main.(*jsre).interactive
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/cmd/geth/js.go:199 +0x150
goroutine 12156 [select]:
github.com/ethereum/go-ethereum/miner.(*RemoteAgent).run(0x54e44480)
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/miner/remote_agent.go:50 +0xec
created by github.com/ethereum/go-ethereum/miner.(*RemoteAgent).Start
/build/ethereum-SYeNxs/ethereum-0.9.27+553SNAPSHOT20150606123801utopic/obj-i686-linux-gnu/src/github.com/ethereum/go-ethereum/miner/remote_agent.go:37 +0xa3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment