Skip to content

Instantly share code, notes, and snippets.

@zelig
Created March 5, 2015 03:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zelig/d9d32fdb3feb87defbd9 to your computer and use it in GitHub Desktop.
Save zelig/d9d32fdb3feb87defbd9 to your computer and use it in GitHub Desktop.
:( ./ethereum -datadir /tmp/bp.test/0/ -loglevel 5 -logfile=/tmp/bp.test/0/0.log
BLOCK(9c0cf000f2db6381bacee2d3cc2d8d8173f882d35dcc2684ae4a878c803c553b): Size: 539.00 B TD: 0 {
NoNonce: 17239fea4381a58c8bbd3f21ce41084f482c2ce95aaecf73d39df7bb7b38cf03
Header:
[
ParentHash: 0000000000000000000000000000000000000000000000000000000000000000
UncleHash: 1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347
Coinbase: 0000000000000000000000000000000000000000
Root: 9178d0f23c965d81f0834a4c72c6253ce6830f4022b1359aaebfc1ecba442d4e
TxSha 56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421
ReceiptSha: 56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421
Bloom: 00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
Difficulty: 2048
Number: 0
GasLimit: 1000000
GasUsed: 0
Time: 0
Extra:
SeedHash: 0000000000000000000000000000000000000000000000000000000000000000
MixDigest: 0000000000000000000000000000000000000000000000000000000000000000
Nonce: 000000000000002a
]
Transactions:
[]
Uncles:
[]
}
2015/03/05 10:21:33 Params &{1073739904 1048384}
2015/03/05 10:21:33 Making Cache
2015/03/05 10:21:33 Took: 47.767279ms
^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^CSIGQUIT: quit
PC=0x40b908b
goroutine 0 [idle]:
runtime.mach_semaphore_wait(0x2b03, 0xe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x40b622a, 0x40aa2f0, 0x7fff5fbff108, ...)
/usr/local/Cellar/go/1.4.1/libexec/src/runtime/sys_darwin_amd64.s:412 +0xb
semasleep()
/usr/local/Cellar/go/1.4.1/libexec/src/runtime/os_darwin.c:438 +0x16c
runtime.onM(0x7fff5fbff108)
/usr/local/Cellar/go/1.4.1/libexec/src/runtime/asm_amd64.s:273 +0x9a
runtime.semasleep(0xffffffffffffffff, 0x0)
/usr/local/Cellar/go/1.4.1/libexec/src/runtime/os_darwin.c:457 +0x60
runtime.notesleep(0x4bc00d8)
/usr/local/Cellar/go/1.4.1/libexec/src/runtime/lock_sema.go:171 +0x114
stopm()
/usr/local/Cellar/go/1.4.1/libexec/src/runtime/proc.c:1178 +0x119
findrunnable(0xc208012000)
/usr/local/Cellar/go/1.4.1/libexec/src/runtime/proc.c:1487 +0x562
schedule()
/usr/local/Cellar/go/1.4.1/libexec/src/runtime/proc.c:1575 +0x151
runtime.park_m(0xc208164240)
/usr/local/Cellar/go/1.4.1/libexec/src/runtime/proc.c:1654 +0x113
runtime.mcall(0x40ac984)
/usr/local/Cellar/go/1.4.1/libexec/src/runtime/asm_amd64.s:186 +0x5a
goroutine 1 [chan receive]:
github.com/ethereum/go-ethereum/p2p/nat.(*autodisc).wait(0xc2080bb830, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/nat/nat.go:228 +0xe3
github.com/ethereum/go-ethereum/p2p/nat.(*autodisc).ExternalIP(0xc2080bb830, 0x0, 0x0, 0x0, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/nat/nat.go:204 +0x58
github.com/ethereum/go-ethereum/p2p/discover.ListenUDP(0xc2080f5bf0, 0xc20817f740, 0x6, 0x4db9aa0, 0xc2080bb830, 0x47ae7d0, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:149 +0x3e4
github.com/ethereum/go-ethereum/p2p.(*Server).Start(0xc208061680, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/server.go:182 +0x612
github.com/ethereum/go-ethereum/eth.(*Ethereum).Start(0xc20813a180, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/eth/backend.go:245 +0x104
github.com/ethereum/go-ethereum/cmd/utils.StartEthereum(0xc20813a180)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/cmd/utils/cmd.go:120 +0x1cc
main.main()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/cmd/ethereum/main.go:132 +0xe1f
goroutine 5 [select]:
github.com/ethereum/go-ethereum/logger.dispatchLoop()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/logger/sys.go:41 +0x6d0
created by github.com/ethereum/go-ethereum/logger.init·1
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/logger/sys.go:20 +0x25
goroutine 17 [syscall, locked to thread]:
runtime.goexit()
/usr/local/Cellar/go/1.4.1/libexec/src/runtime/asm_amd64.s:2232 +0x1
goroutine 6 [syscall]:
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 7 [chan receive]:
github.com/ethereum/go-ethereum/cmd/utils.func·001()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/cmd/utils/cmd.go:54 +0x116
created by github.com/ethereum/go-ethereum/cmd/utils.HandleInterrupt
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/cmd/utils/cmd.go:58 +0xb5
goroutine 8 [chan receive]:
github.com/ethereum/go-ethereum/p2p/nat.func·004(0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/nat/nat.go:142 +0x175
github.com/ethereum/go-ethereum/p2p/nat.func·005()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/nat/nat.go:185 +0x2f
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:185 +0x19c
goroutine 18 [chan receive]:
github.com/ethereum/go-ethereum/p2p/nat.discoverUPnP(0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/nat/natupnp.go:111 +0x109
github.com/ethereum/go-ethereum/p2p/nat.func·002()
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/nat/nat.go:139 +0x28
created by github.com/ethereum/go-ethereum/p2p/nat.func·004
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/nat/nat.go:139 +0xcb
goroutine 34 [chan receive]:
github.com/ethereum/go-ethereum/logger.sysLoop(0x4dbac98, 0xc2080b95f0, 0xc208180000, 0xc20801ef60)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/logger/sys.go:77 +0x67
created by github.com/ethereum/go-ethereum/logger.func·001
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/logger/sys.go:37 +0x176
goroutine 9 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc208033680)
/Users/tron/Work/ethereum/go/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:111 +0x284
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/tron/Work/ethereum/go/src/github.com/syndtr/goleveldb/leveldb/db.go:116 +0x7dd
goroutine 10 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc208033680)
/Users/tron/Work/ethereum/go/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:666 +0x877
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/tron/Work/ethereum/go/src/github.com/syndtr/goleveldb/leveldb/db.go:119 +0x821
goroutine 11 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc208033680)
/Users/tron/Work/ethereum/go/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:615 +0x21a
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/tron/Work/ethereum/go/src/github.com/syndtr/goleveldb/leveldb/db.go:120 +0x83b
goroutine 12 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0xc208033680)
/Users/tron/Work/ethereum/go/src/github.com/syndtr/goleveldb/leveldb/db_write.go:37 +0x197
created by github.com/syndtr/goleveldb/leveldb.openDB
/Users/tron/Work/ethereum/go/src/github.com/syndtr/goleveldb/leveldb/db.go:121 +0x855
goroutine 13 [select]:
github.com/ethereum/go-ethereum/event/filter.(*Filters).loop(0xc2080a33a0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/filter/filter.go:57 +0x2f1
created by github.com/ethereum/go-ethereum/event/filter.(*Filters).Start
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/event/filter/filter.go:32 +0x32
goroutine 14 [chan receive]:
github.com/ethereum/go-ethereum/p2p/nat.(*autodisc).wait(0xc2080bb830, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/nat/nat.go:228 +0xe3
github.com/ethereum/go-ethereum/p2p/nat.(*autodisc).AddMapping(0xc2080bb830, 0x47828d0, 0x3, 0x765f, 0x765f, 0x47cfef0, 0x12, 0x1176592e000, 0x0, 0x0)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/nat/nat.go:190 +0x40
github.com/ethereum/go-ethereum/p2p/nat.Map(0x4db9aa0, 0xc2080bb830, 0xc2081d3ce0, 0x47828d0, 0x3, 0x765f, 0x765f, 0x47cfef0, 0x12)
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/nat/nat.go:94 +0x3c2
created by github.com/ethereum/go-ethereum/p2p/discover.ListenUDP
/Users/tron/Work/ethereum/go/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:146 +0x3c8
rax 0xe
rbx 0x4bc0000
rcx 0x7fff5fbff0b0
rdx 0x7fff5fbff108
rdi 0x2b03
rsi 0xc2081a0aa0
rbp 0x1
rsp 0x7fff5fbff0b0
r8 0x0
r9 0xc208000000
r10 0xc207fe5f55
r11 0x246
r12 0x0
r13 0x1
r14 0x13c87c10a5752200
r15 0x10
rip 0x40b908b
rflags 0x246
cs 0x7
fs 0x0
gs 0x8160000
:(
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment