Skip to content

panic: runtime error: slice bounds out of range #967

@rfikki

Description

@rfikki

Welcome to the
FRONTIER

I0513 15:56:30.137874 2615 backend.go:239] Protocol Version: 60, Network Id: 0
I0513 15:56:30.140888 2615 backend.go:249] Blockchain DB Version: 2
I0513 15:56:30.146803 2615 chain_manager.go:235] Last block (#324550) 4c7689adb85e009a754ec3bbbed6a92a2dfa8de8d910276be65d5a0443b0f368 TD=28044127510243
I0513 15:56:31.408061 2615 cmd.go:107] Starting Geth/v0.9.20/linux/go1.4.2
I0513 15:56:31.408273 2615 server.go:209] Starting Server
I0513 15:56:32.341084 2615 nat.go:94] network port 30303 could not be mapped: no UPnP or NAT-PMP router discovered
I0513 15:56:32.595924 2615 udp.go:189] Listening, enode://8fec418dce5db0bd5f33be2aa8161f8b6c78a22de7b37b74713bfca41b4d976a6bd85772f67e5d555663de8bf0fb3bc63c5e0ab1431e84633571d87ffc8cc88b@76.110.55.144:30303
I0513 15:56:32.596176 2615 backend.go:456] Server started
I0513 15:56:32.604755 2615 server.go:349] Listening on [::]:30303
panic: runtime error: slice bounds out of range

goroutine 59 [running]:
github.com/ethereum/go-ethereum/p2p/discover.(_findnode).handle(0xc20813af00, 0xc20850a700, 0xc20b3ede30, 0x508aca951f8f2438, 0xf3e13131cb456260, 0x1f78be4c847ba8f1, 0x4505eeaa80431e6c, 0x46863e0731e4239a, 0x31f41018c4625e1b, 0xaf7b90ddfd8fb91f, ...)
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:513 +0x71d
github.com/ethereum/go-ethereum/p2p/discover.(_udp).handlePacket(0xc20850a700, 0xc20b3ede30, 0xc20810c500, 0xab, 0x500, 0x0, 0x0)
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:422 +0x2b2
github.com/ethereum/go-ethereum/p2p/discover.(*udp).readLoop(0xc20850a700)
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:411 +0x173
created by github.com/ethereum/go-ethereum/p2p/discover.newUDP
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:215 +0x550

goroutine 1 [chan receive]:
main.run(0xc2080789a0)
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:306 +0x19b
github.com/codegangsta/cli.(*App).Run(0xc2080ec000, 0xc20800a000, 0x1, 0x1, 0x0, 0x0)
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/codegangsta/cli/app.go:182 +0xe5c
main.main()
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:290 +0x15e

goroutine 6 [select]:
github.com/ethereum/go-ethereum/logger.dispatchLoop()
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/logger/sys.go:65 +0x6d1
created by github.com/ethereum/go-ethereum/logger.init·1
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/logger/sys.go:44 +0x25

goroutine 7 [chan receive]:
github.com/ethereum/go-ethereum/logger/glog.(*loggingT).flushDaemon(0x13be820)
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/logger/glog/glog.go:897 +0x78
created by github.com/ethereum/go-ethereum/logger/glog.init·1
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/logger/glog/glog.go:428 +0x77

goroutine 17 [syscall, locked to thread]:
runtime.goexit()
/usr/lib/go/src/runtime/asm_amd64.s:2232 +0x1

goroutine 9 [syscall]:
os/signal.loop()
/usr/lib/go/src/os/signal/signal_unix.go:21 +0x1f
created by os/signal.init·1
/usr/lib/go/src/os/signal/signal_unix.go:27 +0x35

goroutine 10 [chan receive]:
github.com/ethereum/go-ethereum/cmd/utils.func·001()
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/cmd/utils/cmd.go:52 +0x116
created by github.com/ethereum/go-ethereum/cmd/utils.HandleInterrupt
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/cmd/utils/cmd.go:56 +0xb5

goroutine 52 [select]:
github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0xc20a3e21c0)
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:205 +0x21e
created by github.com/syndtr/goleveldb/leveldb/util.NewBufferPool
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:236 +0x24c

goroutine 53 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc20c7cab00)
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:120 +0x48c
created by github.com/syndtr/goleveldb/leveldb.openDB
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:126 +0x849

goroutine 20 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc208126420)
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:120 +0x48c
created by github.com/syndtr/goleveldb/leveldb.openDB
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:126 +0x849

goroutine 14 [chan receive]:
github.com/ethereum/go-ethereum/logger.sysLoop(0x7f91a824ae50, 0xc20800ab90, 0xc20805ad20, 0xc20801f980)
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/logger/sys.go:101 +0x5a
created by github.com/ethereum/go-ethereum/logger.func·001
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/logger/sys.go:61 +0x176

goroutine 56 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc20c7cab00)
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:759 +0x283
created by github.com/syndtr/goleveldb/leveldb.openDB
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:131 +0x8c1

goroutine 54 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0xc20c7cab00)
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_state.go:82 +0x14a
created by github.com/syndtr/goleveldb/leveldb.openDB
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:127 +0x863

goroutine 21 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0xc208126420)
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_state.go:82 +0x14a
created by github.com/syndtr/goleveldb/leveldb.openDB
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:127 +0x863

goroutine 19 [select]:
github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0xc2080781c0)
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:205 +0x21e
created by github.com/syndtr/goleveldb/leveldb/util.NewBufferPool
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:236 +0x24c

goroutine 22 [runnable]:
github.com/syndtr/gosnappy/snappy.emitLiteral(0xc20c76f809, 0x5f07, 0x5f07, 0xc20c776a56, 0x78, 0xb0e9, 0x21)
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/gosnappy/snappy/encode.go:16
github.com/syndtr/gosnappy/snappy.Encode(0xc20c76ef00, 0x6810, 0x6810, 0xc20c776000, 0x10c4, 0xbb3f, 0x0, 0x0, 0x0, 0x0, ...)
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/gosnappy/snappy/encode.go:130 +0x4cb
github.com/syndtr/goleveldb/leveldb/table.(_Writer).writeBlock(0xc20ab89500, 0xc20ab89558, 0x2, 0x0, 0x0, 0x0, 0x0)
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table/writer.go:171 +0x225
github.com/syndtr/goleveldb/leveldb/table.(_Writer).finishBlock(0xc20ab89500, 0x0, 0x0)
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table/writer.go:225 +0x7e
github.com/syndtr/goleveldb/leveldb/table.(_Writer).Append(0xc20ab89500, 0xc20a138900, 0x33, 0x40, 0xc20a1d13ed, 0xcf, 0x101a, 0x0, 0x0)
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table/writer.go:258 +0x3ef
github.com/syndtr/goleveldb/leveldb.(_tWriter).append(0xc20b3a16e0, 0xc20a138900, 0x33, 0x40, 0xc20a1d13ed, 0xcf, 0x101a, 0x0, 0x0)
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table.go:481 +0x303
github.com/syndtr/goleveldb/leveldb.(_tableCompactionBuilder).appendKV(0xc2098d0000, 0xc20a138900, 0x33, 0x40, 0xc20a1d13ed, 0xcf, 0x101a, 0x0, 0x0)
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:412 +0x200
github.com/syndtr/goleveldb/leveldb.(_tableCompactionBuilder).run(0xc2098d0000, 0xc20996ac68, 0x0, 0x0)
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:530 +0x7aa
github.com/syndtr/goleveldb/leveldb.(_DB).compactionTransact(0xc208126420, 0xcd2330, 0xb, 0x7f91a825f478, 0xc2098d0000)
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:215 +0x277
github.com/syndtr/goleveldb/leveldb.(_DB).tableCompaction(0xc208126420, 0xc2098dca00, 0x0)
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:596 +0x10d4
github.com/syndtr/goleveldb/leveldb.(_DB).tableAutoCompaction(0xc208126420)
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:641 +0x50
github.com/syndtr/goleveldb/leveldb.(_DB).tCompaction(0xc208126420)
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:833 +0x3a0
created by github.com/syndtr/goleveldb/leveldb.openDB
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:130 +0x8a7

goroutine 23 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc208126420)
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:759 +0x283
created by github.com/syndtr/goleveldb/leveldb.openDB
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:131 +0x8c1

goroutine 24 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0xc208126420)
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_write.go:37 +0x197
created by github.com/syndtr/goleveldb/leveldb.openDB
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:132 +0x8db

goroutine 25 [select]:
github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0xc208078460)
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:205 +0x21e
created by github.com/syndtr/goleveldb/leveldb/util.NewBufferPool
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:236 +0x24c

goroutine 26 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc208126580)
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:120 +0x48c
created by github.com/syndtr/goleveldb/leveldb.openDB
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:126 +0x849

goroutine 27 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0xc208126580)
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_state.go:82 +0x14a
created by github.com/syndtr/goleveldb/leveldb.openDB
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:127 +0x863

goroutine 28 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc208126580)
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:812 +0x858
created by github.com/syndtr/goleveldb/leveldb.openDB
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:130 +0x8a7

goroutine 29 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc208126580)
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:759 +0x283
created by github.com/syndtr/goleveldb/leveldb.openDB
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:131 +0x8c1

goroutine 30 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0xc208126580)
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_write.go:37 +0x197
created by github.com/syndtr/goleveldb/leveldb.openDB
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:132 +0x8db

goroutine 31 [select]:
github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0xc208078700)
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:205 +0x21e
created by github.com/syndtr/goleveldb/leveldb/util.NewBufferPool
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:236 +0x24c

goroutine 32 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc208126840)
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:120 +0x48c
created by github.com/syndtr/goleveldb/leveldb.openDB
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:126 +0x849

goroutine 33 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0xc208126840)
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_state.go:82 +0x14a
created by github.com/syndtr/goleveldb/leveldb.openDB
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:127 +0x863

goroutine 34 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc208126840)
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:812 +0x858
created by github.com/syndtr/goleveldb/leveldb.openDB
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:130 +0x8a7

goroutine 35 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc208126840)
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:759 +0x283
created by github.com/syndtr/goleveldb/leveldb.openDB
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:131 +0x8c1

goroutine 36 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0xc208126840)
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_write.go:37 +0x197
created by github.com/syndtr/goleveldb/leveldb.openDB
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:132 +0x8db

goroutine 39 [select]:
github.com/ethereum/go-ethereum/core.(*ChainManager).update(0xc209638690)
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/core/chain_manager.go:675 +0x649
created by github.com/ethereum/go-ethereum/core.NewChainManager
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/core/chain_manager.go:130 +0x9b0

goroutine 40 [select]:
github.com/ethereum/go-ethereum/miner.(*worker).update(0xc20a3e2000)
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/miner/worker.go:186 +0x65d
created by github.com/ethereum/go-ethereum/miner.newWorker
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/miner/worker.go:118 +0x310

goroutine 41 [chan receive]:
github.com/ethereum/go-ethereum/miner.(*worker).wait(0xc20a3e2000)
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/miner/worker.go:213 +0x6f
created by github.com/ethereum/go-ethereum/miner.newWorker
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/miner/worker.go:119 +0x32a

goroutine 42 [select]:
github.com/ethereum/go-ethereum/p2p/nat.Map(0x7f91a824ae10, 0xc208108360, 0xc20b3a1ec0, 0xc98810, 0x3, 0x765f, 0x765f, 0xcfb650, 0x12)
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/nat/nat.go:98 +0xd93
created by github.com/ethereum/go-ethereum/p2p/discover.newUDP
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:204 +0x2ce

goroutine 57 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0xc20c7cab00)
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_write.go:37 +0x197
created by github.com/syndtr/goleveldb/leveldb.openDB
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:132 +0x8db

goroutine 55 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc20c7cab00)
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:812 +0x858
created by github.com/syndtr/goleveldb/leveldb.openDB
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:130 +0x8a7

goroutine 58 [select]:
github.com/ethereum/go-ethereum/p2p/discover.(*udp).loop(0xc20850a700)
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:313 +0xb53
created by github.com/ethereum/go-ethereum/p2p/discover.newUDP
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:214 +0x533

goroutine 60 [IO wait]:
net.(_pollDesc).Wait(0xc208498290, 0x72, 0x0, 0x0)
/usr/lib/go/src/net/fd_poll_runtime.go:84 +0x47
net.(_pollDesc).WaitRead(0xc208498290, 0x0, 0x0)
/usr/lib/go/src/net/fd_poll_runtime.go:89 +0x43
net.(_netFD).accept(0xc208498230, 0x0, 0x7f91a824a230, 0xc20c786ce0)
/usr/lib/go/src/net/fd_unix.go:419 +0x40b
net.(_TCPListener).AcceptTCP(0xc20b1a00b0, 0x7f91a8238000, 0x0, 0x0)
/usr/lib/go/src/net/tcpsock_posix.go:234 +0x4e
net.(_TCPListener).Accept(0xc20b1a00b0, 0x0, 0x0, 0x0, 0x0)
/usr/lib/go/src/net/tcpsock_posix.go:244 +0x4c
github.com/ethereum/go-ethereum/p2p.(_Server).listenLoop(0xc208148480)
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:352 +0x364
created by github.com/ethereum/go-ethereum/p2p.(*Server).startListening
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:281 +0x22c

goroutine 61 [select]:
github.com/ethereum/go-ethereum/p2p/nat.Map(0x7f91a824ae10, 0xc208108360, 0xc20b3a1e00, 0xc96df0, 0x3, 0x765f, 0x765f, 0xcbeb90, 0xc)
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/nat/nat.go:98 +0xd93
github.com/ethereum/go-ethereum/p2p.func·004()
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:285 +0x92
created by github.com/ethereum/go-ethereum/p2p.(*Server).startListening
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:287 +0x312

goroutine 62 [select]:
github.com/ethereum/go-ethereum/p2p.(_Server).dialLoop(0xc208148480)
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:448 +0x7cb
created by github.com/ethereum/go-ethereum/p2p.(_Server).Start
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:260 +0xc8f

goroutine 63 [select]:
github.com/ethereum/go-ethereum/p2p.(_Server).staticNodesLoop(0xc208148480)
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:376 +0x612
created by github.com/ethereum/go-ethereum/p2p.(_Server).Start
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:266 +0xdde

goroutine 64 [select]:
github.com/ethereum/go-ethereum/eth.(_Ethereum).syncDatabases(0xc208050400)
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/eth/backend.go:466 +0x53f
created by github.com/ethereum/go-ethereum/eth.(_Ethereum).Start
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/eth/backend.go:442 +0x168

goroutine 65 [select]:
github.com/ethereum/go-ethereum/core.(_TxPool).Start(0xc20ae6c0e0)
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:92 +0x16c
created by github.com/ethereum/go-ethereum/eth.(_Ethereum).Start
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/eth/backend.go:445 +0x189

goroutine 66 [chan receive]:
github.com/ethereum/go-ethereum/eth.(_ProtocolManager).txBroadcastLoop(0xc20aed4300)
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:404 +0x99
created by github.com/ethereum/go-ethereum/eth.(_ProtocolManager).Start
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:107 +0x144

goroutine 67 [chan receive]:
github.com/ethereum/go-ethereum/eth.(_ProtocolManager).minedBroadcastLoop(0xc20aed4300)
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:394 +0x9f
created by github.com/ethereum/go-ethereum/eth.(_ProtocolManager).Start
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:111 +0x267

goroutine 68 [select]:
github.com/ethereum/go-ethereum/eth.(_ProtocolManager).update(0xc20aed4300)
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/eth/sync.go:19 +0x365
created by github.com/ethereum/go-ethereum/eth.(_ProtocolManager).Start
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/eth/handler.go:113 +0x284

goroutine 69 [chan receive]:
github.com/ethereum/go-ethereum/eth.(_Ethereum).txBroadcastLoop(0xc208050400)
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/eth/backend.go:535 +0x8b
created by github.com/ethereum/go-ethereum/eth.(_Ethereum).Start
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/eth/backend.go:454 +0x303

goroutine 119 [chan receive]:
github.com/ethereum/go-ethereum/p2p/discover.(_udp).findnode(0xc20850a700, 0xb550d6ec06447e03, 0x4c7ce4b99a114ce5, 0xd6aac7029d9d45ab, 0xf82c12b2a0498478, 0x3267bb3385fba5b5, 0x89db785c301398b9, 0x617fec6f50f3412e, 0x57a50af2f82a3c6e, 0xc20b3ed7d0, ...)
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:261 +0x319
github.com/ethereum/go-ethereum/p2p/discover.func·002()
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:152 +0x165
created by github.com/ethereum/go-ethereum/p2p/discover.(_Table).Lookup
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:154 +0x60b

goroutine 103 [chan receive]:
github.com/ethereum/go-ethereum/p2p/discover.(_Table).Lookup(0xc208014d00, 0xe05429c742c921a3, 0x7ba4efb21cee591, 0x4de8973b1d02cbda, 0x58cc46474f0ba4c4, 0x6be834553283fdeb, 0x234056a21ef4567, 0xbe068d855765e93b, 0xc564501047a4e2fd, 0x0, ...)
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:162 +0x705
github.com/ethereum/go-ethereum/p2p.func·008()
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:458 +0xb5
created by github.com/ethereum/go-ethereum/p2p.(_Server).dialLoop
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/server.go:459 +0x538

goroutine 118 [chan receive]:
github.com/ethereum/go-ethereum/p2p/discover.(_udp).findnode(0xc20850a700, 0xd6b8955457fb79a9, 0x460f7d3150f744db, 0x6a5d36a32a4cbf22, 0xf2ee68993384c2f7, 0xd8a472ce0dad699b, 0x3b0ede6849bb5edb, 0x9f7734f1270191ec, 0x3c1631336dcbb0bc, 0xc20b3ed7a0, ...)
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:261 +0x319
github.com/ethereum/go-ethereum/p2p/discover.func·002()
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:152 +0x165
created by github.com/ethereum/go-ethereum/p2p/discover.(_Table).Lookup
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:154 +0x60b

goroutine 117 [chan receive]:
github.com/ethereum/go-ethereum/p2p/discover.(_udp).findnode(0xc20850a700, 0x7a682d5fc12ed608, 0x31e98739bdd1b76c, 0x14a97ee87040947, 0x4b534264ef5e8550, 0xe47f0b2903c252b6, 0xbeadab92cb7d22b1, 0x1b4c080f362ab529, 0x86d00282bb40b572, 0xc20b3ed740, ...)
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:261 +0x319
github.com/ethereum/go-ethereum/p2p/discover.func·002()
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:152 +0x165
created by github.com/ethereum/go-ethereum/p2p/discover.(_Table).Lookup
/build/buildd/ethereum-0.9.20+15SNAPSHOT20150513185657vivid/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:154 +0x60b

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions