Skip to content

Instantly share code, notes, and snippets.

@zelig
Created May 9, 2015 03:58
Show Gist options
  • Save zelig/f923f2e65ee8523a97ce to your computer and use it in GitHub Desktop.
Save zelig/f923f2e65ee8523a97ce to your computer and use it in GitHub Desktop.
miner send on closed channel
panic: send on closed channel
goroutine 41 [running]:
github.com/ethereum/go-ethereum/miner.(*worker).push(0xc20803ec30)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/miner/worker.go:218 +0x271
github.com/ethereum/go-ethereum/miner.(*worker).commitNewWork(0xc20803ec30)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/miner/worker.go:337 +0x8e6
github.com/ethereum/go-ethereum/miner.(*worker).update(0xc20803ec30)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/miner/worker.go:160 +0x364
created by github.com/ethereum/go-ethereum/miner.newWorker
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/miner/worker.go:103 +0x2cb
goroutine 1 [runnable]:
github.com/robertkrimen/otto._property.get(0x48532a0, 0xc208b17060, 0x41, 0xc208b00060, 0x483bf80, 0xc208b1a5a0, 0x489f230)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/robertkrimen/otto/property.go:82
github.com/robertkrimen/otto.objectGet(0xc208b00060, 0xc2080835ae, 0x5, 0x0, 0x0, 0x0)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/robertkrimen/otto/object_class.go:194 +0x89
github.com/robertkrimen/otto.(*_object).get(0xc208b00060, 0xc2080835ae, 0x5, 0x0, 0x0, 0x0)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/robertkrimen/otto/object.go:42 +0x60
github.com/robertkrimen/otto.(*_propertyReference).getValue(0xc208b4e360, 0x0, 0x0, 0x0)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/robertkrimen/otto/type_reference.go:38 +0x236
github.com/robertkrimen/otto.Value.resolve(0x8, 0x47cfc80, 0xc208b4e360, 0x0, 0x0, 0x0)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/robertkrimen/otto/value.go:493 +0xae
github.com/robertkrimen/otto.(*_runtime).calculateBinaryExpression(0xc208070580, 0x56, 0x4, 0x4631b00, 0xc2197da3f0, 0x8, 0x47cfc80, 0xc208b4e360, 0x0, 0x0, ...)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/robertkrimen/otto/evaluate.go:126 +0x19d3
github.com/robertkrimen/otto.(*_runtime).cmpl_evaluate_nodeBinaryExpression(0xc208070580, 0xc208b21560, 0x0, 0x0, 0x0)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/robertkrimen/otto/cmpl_evaluate_expression.go:158 +0x3bd
github.com/robertkrimen/otto.(*_runtime).cmpl_evaluate_nodeExpression(0xc208070580, 0x4f7c798, 0xc208b21560, 0x0, 0x0, 0x0)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/robertkrimen/otto/cmpl_evaluate_expression.go:37 +0x10ec
github.com/robertkrimen/otto.(*_runtime).cmpl_evaluate_nodeIfStatement(0xc208070580, 0xc208b26060, 0x0, 0x0, 0x0)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/robertkrimen/otto/cmpl_evaluate_statement.go:286 +0x6b
github.com/robertkrimen/otto.(*_runtime).cmpl_evaluate_nodeStatement(0xc208070580, 0x4f7c838, 0xc208b26060, 0x0, 0x0, 0x0)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/robertkrimen/otto/cmpl_evaluate_statement.go:68 +0x1181
github.com/robertkrimen/otto.(*_runtime).cmpl_evaluate_nodeIfStatement(0xc208070580, 0xc208b26090, 0x0, 0x0, 0x0)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/robertkrimen/otto/cmpl_evaluate_statement.go:291 +0x18e
github.com/robertkrimen/otto.(*_runtime).cmpl_evaluate_nodeStatement(0xc208070580, 0x4f7c838, 0xc208b26090, 0x0, 0x0, 0x0)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/robertkrimen/otto/cmpl_evaluate_statement.go:68 +0x1181
github.com/robertkrimen/otto.(*_runtime).cmpl_evaluate_nodeStatementList(0xc208070580, 0xc208ae87d0, 0x5, 0x5, 0x0, 0x0, 0x0)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/robertkrimen/otto/cmpl_evaluate_statement.go:118 +0xf2
github.com/robertkrimen/otto.(*_runtime).cmpl_evaluate_nodeStatement(0xc208070580, 0x4f7c810, 0xc208b1f000, 0x0, 0x0, 0x0)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/robertkrimen/otto/cmpl_evaluate_statement.go:30 +0x523
github.com/robertkrimen/otto.(*_runtime).cmpl_call_nodeFunction(0xc208070580, 0xc208b1af00, 0xc208b4fe30, 0xc208ae2800, 0x5, 0x483bf80, 0xc208b00060, 0xc208b4fe00, 0x2, 0x2, ...)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/robertkrimen/otto/cmpl_evaluate.go:61 +0x636
github.com/robertkrimen/otto.(*_object).call(0xc208b1af00, 0x5, 0x483bf80, 0xc208b00060, 0xc208b4fe00, 0x2, 0x2, 0x0, 0x0, 0x0, ...)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/robertkrimen/otto/type_function.go:154 +0x24d
github.com/robertkrimen/otto.(*_runtime).cmpl_evaluate_nodeCallExpression(0xc208070580, 0xc208b26210, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/robertkrimen/otto/cmpl_evaluate_expression.go:240 +0x8c7
github.com/robertkrimen/otto.(*_runtime).cmpl_evaluate_nodeExpression(0xc208070580, 0x4f7c770, 0xc208b26210, 0x0, 0x0, 0x0)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/robertkrimen/otto/cmpl_evaluate_expression.go:44 +0x9b2
github.com/robertkrimen/otto.(*_runtime).cmpl_evaluate_nodeBinaryExpression(0xc208070580, 0xc208b26270, 0x0, 0x0, 0x0)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/robertkrimen/otto/cmpl_evaluate_expression.go:139 +0x74
github.com/robertkrimen/otto.(*_runtime).cmpl_evaluate_nodeExpression(0xc208070580, 0x4f7c798, 0xc208b26270, 0x0, 0x0, 0x0)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/robertkrimen/otto/cmpl_evaluate_expression.go:37 +0x10ec
github.com/robertkrimen/otto.(*_runtime).cmpl_evaluate_nodeAssignExpression(0xc208070580, 0xc208b262a0, 0x0, 0x0, 0x0)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/robertkrimen/otto/cmpl_evaluate_expression.go:124 +0xdc
github.com/robertkrimen/otto.(*_runtime).cmpl_evaluate_nodeExpression(0xc208070580, 0x4f7c7c0, 0xc208b262a0, 0x0, 0x0, 0x0)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/robertkrimen/otto/cmpl_evaluate_expression.go:31 +0xb67
github.com/robertkrimen/otto.(*_runtime).cmpl_evaluate_nodeStatement(0xc208070580, 0x4f7c7e8, 0xc2080df530, 0x0, 0x0, 0x0)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/robertkrimen/otto/cmpl_evaluate_statement.go:59 +0x1237
github.com/robertkrimen/otto.(*_runtime).cmpl_evaluate_nodeForStatement(0xc208070580, 0xc208ae88c0, 0x0, 0x0, 0x0)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/robertkrimen/otto/cmpl_evaluate_statement.go:260 +0x408
github.com/robertkrimen/otto.(*_runtime).cmpl_evaluate_nodeStatement(0xc208070580, 0x4f7c950, 0xc208ae88c0, 0x0, 0x0, 0x0)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/robertkrimen/otto/cmpl_evaluate_statement.go:65 +0x1559
github.com/robertkrimen/otto.(*_runtime).cmpl_evaluate_nodeStatementList(0xc208070580, 0xc208afef40, 0x4, 0x4, 0x0, 0x0, 0x0)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/robertkrimen/otto/cmpl_evaluate_statement.go:118 +0xf2
github.com/robertkrimen/otto.(*_runtime).cmpl_evaluate_nodeStatement(0xc208070580, 0x4f7c810, 0xc208b24140, 0x0, 0x0, 0x0)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/robertkrimen/otto/cmpl_evaluate_statement.go:30 +0x523
github.com/robertkrimen/otto.(*_runtime).cmpl_call_nodeFunction(0xc208070580, 0xc208b1afc0, 0xc208b4e030, 0xc208ae2880, 0x5, 0x483bf80, 0xc208b1afc0, 0xc209f47100, 0x1, 0x1, ...)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/robertkrimen/otto/cmpl_evaluate.go:61 +0x636
github.com/robertkrimen/otto.(*_object).call(0xc208b1afc0, 0x5, 0x483bf80, 0xc208b1afc0, 0xc209f47100, 0x1, 0x1, 0x0, 0x0, 0x0, ...)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/robertkrimen/otto/type_function.go:154 +0x24d
github.com/robertkrimen/otto.Value.call(0x5, 0x483bf80, 0xc208b1afc0, 0x0, 0x5, 0x483bf80, 0xc208b1afc0, 0xc209eb7400, 0x1, 0x1, ...)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/robertkrimen/otto/value.go:123 +0x16a
github.com/robertkrimen/otto.func·044()
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/robertkrimen/otto/value.go:112 +0x74
github.com/robertkrimen/otto.catchPanic(0xc209eb7360, 0x0, 0x0)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/robertkrimen/otto/error.go:243 +0x81
github.com/robertkrimen/otto.Value.Call(0x5, 0x483bf80, 0xc208b1afc0, 0x5, 0x483bf80, 0xc208b1afc0, 0xc209eb7400, 0x1, 0x1, 0x0, ...)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/robertkrimen/otto/value.go:113 +0xaf
github.com/ethereum/go-ethereum/jsre.(*JSRE).PrettyPrint(0xc208afe240, 0x48532a0, 0xc209f470a0, 0x0, 0x0, 0x0, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/jsre/jsre.go:297 +0x282
main.(*jsre).printValue(0xc208ad3e60, 0x48532a0, 0xc20a17e000)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/cmd/geth/js.go:257 +0x50
main.(*jsre).parseInput(0xc208ad3e60, 0xc209d67e60, 0x13)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/cmd/geth/js.go:236 +0x30a
main.(*jsre).interactive(0xc208ad3e60)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/cmd/geth/js.go:201 +0x24c
main.console(0xc2080ae2a0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:333 +0x3c4
github.com/codegangsta/cli.Command.Run(0x48734b0, 0x7, 0x0, 0x0, 0x0, 0x0, 0x0, 0x4983590, 0x30, 0x4b0f0d0, ...)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/codegangsta/cli/command.go:118 +0x104b
github.com/codegangsta/cli.(*App).Run(0xc208094000, 0xc20800a000, 0x14, 0x14, 0x0, 0x0)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/codegangsta/cli/app.go:177 +0xdf6
main.main()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:290 +0x15e
goroutine 6 [select]:
github.com/ethereum/go-ethereum/logger.dispatchLoop()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/logger/sys.go:65 +0x6d1
created by github.com/ethereum/go-ethereum/logger.init·1
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/logger/sys.go:44 +0x25
goroutine 7 [chan receive]:
github.com/ethereum/go-ethereum/logger/glog.(*loggingT).flushDaemon(0x4d98f40)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/logger/glog/glog.go:897 +0x78
created by github.com/ethereum/go-ethereum/logger/glog.init·1
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/logger/glog/glog.go:428 +0x77
goroutine 17 [syscall, 318 minutes, locked to thread]:
runtime.goexit()
/usr/local/Cellar/go/1.4.1/libexec/src/runtime/asm_amd64.s:2232 +0x1
goroutine 9 [syscall, 318 minutes]:
os/signal.loop()
/usr/local/Cellar/go/1.4.1/libexec/src/os/signal/signal_unix.go:21 +0x1f
created by os/signal.init·1
/usr/local/Cellar/go/1.4.1/libexec/src/os/signal/signal_unix.go:27 +0x35
goroutine 10 [syscall]:
syscall.Syscall(0x3, 0x3, 0xc20813c000, 0x8000, 0xc21998e460, 0x403c4ba, 0xc208016e70)
/usr/local/Cellar/go/1.4.1/libexec/src/syscall/asm_darwin_amd64.s:20 +0x5
syscall.read(0x3, 0xc20813c000, 0x8000, 0x8000, 0xc208016e68, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/syscall/zsyscall_darwin_amd64.go:970 +0x6e
syscall.Read(0x3, 0xc20813c000, 0x8000, 0x8000, 0x20, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/syscall/syscall_unix.go:136 +0x58
os.(*File).read(0xc20802c060, 0xc20813c000, 0x8000, 0x8000, 0x5, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/os/file_unix.go:191 +0x86
os.(*File).Read(0xc20802c060, 0xc20813c000, 0x8000, 0x8000, 0x5, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/os/file.go:95 +0x91
io.Copy(0x4f66288, 0xc20802c008, 0x4f67058, 0xc20802c060, 0x1b3a, 0x0, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/io/io.go:362 +0x1f6
created by main.console
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:313 +0x112
goroutine 11 [chan send, 316 minutes]:
github.com/ethereum/go-ethereum/p2p/nat.func·005()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/nat/nat.go:186 +0x69
created by github.com/ethereum/go-ethereum/p2p/nat.startautodisc
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/nat/nat.go:186 +0x19c
goroutine 35 [select, 318 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc208198160)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:120 +0x48c
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:126 +0x849
goroutine 34 [chan receive]:
github.com/ethereum/go-ethereum/logger.sysLoop(0x4f67158, 0xc2080dfe50, 0xc2080c6000, 0xc20801f860)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/logger/sys.go:101 +0x5a
created by github.com/ethereum/go-ethereum/logger.func·001
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/logger/sys.go:61 +0x176
goroutine 36 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0xc208198160)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_state.go:82 +0x14a
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:127 +0x863
goroutine 12 [select]:
github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0xc2080ae380)
/Users/tron/Work/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
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:236 +0x24c
goroutine 13 [select, 318 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc2081ee000)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:120 +0x48c
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:126 +0x849
goroutine 14 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0xc2081ee000)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_state.go:82 +0x14a
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:127 +0x863
goroutine 15 [select, 318 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc2081ee000)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:812 +0x858
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:130 +0x8a7
goroutine 16 [select, 318 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc2081ee000)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:759 +0x283
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:131 +0x8c1
goroutine 50 [select, 318 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0xc2081ee000)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_write.go:37 +0x197
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:132 +0x8db
goroutine 51 [select]:
github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0xc2080ae620)
/Users/tron/Work/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
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:236 +0x24c
goroutine 52 [select, 318 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc2081982c0)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:120 +0x48c
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:126 +0x849
goroutine 53 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0xc2081982c0)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_state.go:82 +0x14a
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:127 +0x863
goroutine 54 [select, 318 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc2081982c0)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:812 +0x858
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:130 +0x8a7
goroutine 55 [select, 318 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc2081982c0)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:759 +0x283
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:131 +0x8c1
goroutine 56 [select, 318 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0xc2081982c0)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_write.go:37 +0x197
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:132 +0x8db
goroutine 57 [select]:
github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0xc2080ae8c0)
/Users/tron/Work/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
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/util/buffer_pool.go:236 +0x24c
goroutine 37 [select, 318 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc208198160)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:812 +0x858
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:130 +0x8a7
goroutine 38 [select, 318 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc208198160)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:759 +0x283
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:131 +0x8c1
goroutine 39 [select, 318 minutes]:
github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0xc208198160)
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_write.go:37 +0x197
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/tron/Work/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:132 +0x8db
goroutine 40 [select]:
github.com/ethereum/go-ethereum/core.(*ChainManager).update(0xc2081e61e0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:675 +0x649
created by github.com/ethereum/go-ethereum/core.NewChainManager
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/chain_manager.go:130 +0x9b0
goroutine 42 [chan receive]:
github.com/ethereum/go-ethereum/miner.(*worker).wait(0xc20803ec30)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/miner/worker.go:180 +0x6f
created by github.com/ethereum/go-ethereum/miner.newWorker
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/miner/worker.go:104 +0x2e5
goroutine 43 [select]:
github.com/ethereum/go-ethereum/eth.(*Ethereum).syncDatabases(0xc20817e000)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/backend.go:454 +0x5db
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).Start
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/backend.go:432 +0x168
goroutine 44 [select]:
github.com/ethereum/go-ethereum/core.(*TxPool).Start(0xc2081e8fc0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/core/transaction_pool.go:92 +0x16c
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).Start
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/backend.go:435 +0x189
goroutine 45 [chan receive]:
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).txBroadcastLoop(0xc208626d80)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/handler.go:404 +0x99
created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/handler.go:107 +0x144
goroutine 46 [chan receive]:
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).minedBroadcastLoop(0xc208626d80)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/handler.go:394 +0x9f
created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/handler.go:111 +0x267
goroutine 47 [select]:
github.com/ethereum/go-ethereum/eth.(*ProtocolManager).update(0xc208626d80)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/sync.go:19 +0x365
created by github.com/ethereum/go-ethereum/eth.(*ProtocolManager).Start
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/handler.go:113 +0x284
goroutine 48 [chan receive]:
github.com/ethereum/go-ethereum/eth.(*Ethereum).txBroadcastLoop(0xc20817e000)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/backend.go:523 +0x8b
created by github.com/ethereum/go-ethereum/eth.(*Ethereum).Start
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/backend.go:444 +0x303
goroutine 67 [select]:
github.com/ethereum/go-ethereum/event/filter.(*FilterManager).filterLoop(0xc208aff000)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/filter/eth_filter.go:74 +0x7e1
created by github.com/ethereum/go-ethereum/event/filter.(*FilterManager).Start
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/filter/eth_filter.go:31 +0x32
goroutine 58 [select]:
github.com/ethereum/go-ethereum/xeth.(*XEth).start(0xc2080aea80)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/xeth/xeth.go:107 +0x702
created by github.com/ethereum/go-ethereum/xeth.New
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/xeth/xeth.go:97 +0x5c8
goroutine 60 [select]:
github.com/ethereum/go-ethereum/xeth.func·002()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/xeth/xeth.go:246 +0x4d0
created by github.com/ethereum/go-ethereum/xeth.(*XEth).UpdateState
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/xeth/xeth.go:265 +0x104
goroutine 23 [select]:
github.com/ethereum/go-ethereum/event/filter.(*FilterManager).filterLoop(0xc20811de00)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/filter/eth_filter.go:74 +0x7e1
created by github.com/ethereum/go-ethereum/event/filter.(*FilterManager).Start
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/filter/eth_filter.go:31 +0x32
goroutine 63 [select]:
github.com/ethereum/go-ethereum/jsre.(*JSRE).runEventLoop(0xc208afe240)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/jsre/jsre.go:155 +0xd16
created by github.com/ethereum/go-ethereum/jsre.New
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/jsre/jsre.go:65 +0x280
goroutine 64 [select]:
github.com/ethereum/go-ethereum/xeth.(*XEth).start(0xc2080aeb60)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/xeth/xeth.go:107 +0x702
created by github.com/ethereum/go-ethereum/xeth.New
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/xeth/xeth.go:97 +0x5c8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment