Skip to content

panic: runtime error: invalid memory address or nil pointer dereference #708

Closed
@Georgi87

Description

@Georgi87

After I suddenly got some blocks with invalid parents I tried to restart the client and got this error:

geth --mine --rpc --unlock primary --maxpeers 0 --minerthreads 2 --networkid 0
Welcome to the FRONTIER
I0413 13:22:19.282031    4523 backend.go:180] Protocol Version: 60, Network Id: 0
panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xb code=0x1 addr=0x0 pc=0x4b573a]

goroutine 1 [running]:
github.com/ethereum/go-ethereum/core/types.(*Block).Hash(0x0, 0x0, 0x0, 0x0, 0x0)
    /build/buildd/ethereum-0.9.8+381SNAPSHOT20150410092008trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/core/types/block.go:313 +0xca
github.com/ethereum/go-ethereum/core.(*ChainManager).setLastBlock(0xc2081295f0)
    /build/buildd/ethereum-0.9.8+381SNAPSHOT20150410092008trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/core/chain_manager.go:177 +0x152
github.com/ethereum/go-ethereum/core.NewChainManager(0x7f34e1562948, 0xc20803d6b0, 0x7f34e1562948, 0xc2081088d0, 0xc208628ba0, 0x2)
    /build/buildd/ethereum-0.9.8+381SNAPSHOT20150410092008trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/core/chain_manager.go:99 +0x1ba
github.com/ethereum/go-ethereum/eth.New(0xc208034dd0, 0x4, 0x0, 0x0)
    /build/buildd/ethereum-0.9.8+381SNAPSHOT20150410092008trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/eth/backend.go:196 +0xd7b
main.run(0xc2080c27e0)
    /build/buildd/ethereum-0.9.8+381SNAPSHOT20150410092008trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:262 +0x6d
github.com/codegangsta/cli.(*App).Run(0xc2080ea000, 0xc20800a000, 0xb, 0xb, 0x0, 0x0)
    /build/buildd/ethereum-0.9.8+381SNAPSHOT20150410092008trusty/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.8+381SNAPSHOT20150410092008trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:253 +0xb6

goroutine 5 [select]:
github.com/ethereum/go-ethereum/logger.dispatchLoop()
    /build/buildd/ethereum-0.9.8+381SNAPSHOT20150410092008trusty/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.8+381SNAPSHOT20150410092008trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/logger/sys.go:44 +0x25

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

goroutine 6 [chan receive]:
github.com/ethereum/go-ethereum/logger/glog.(*loggingT).flushDaemon(0x125a0c0)
    /build/buildd/ethereum-0.9.8+381SNAPSHOT20150410092008trusty/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.8+381SNAPSHOT20150410092008trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/logger/glog/glog.go:428 +0x77

goroutine 8 [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 9 [chan receive]:
github.com/ethereum/go-ethereum/cmd/utils.func·001()
    /build/buildd/ethereum-0.9.8+381SNAPSHOT20150410092008trusty/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.8+381SNAPSHOT20150410092008trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/cmd/utils/cmd.go:56 +0xb5

goroutine 10 [chan receive]:
github.com/ethereum/go-ethereum/p2p/nat.func·004(0x0, 0x0)
    /build/buildd/ethereum-0.9.8+381SNAPSHOT20150410092008trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/nat/nat.go:141 +0x175
github.com/ethereum/go-ethereum/p2p/nat.func·005()
    /build/buildd/ethereum-0.9.8+381SNAPSHOT20150410092008trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/nat/nat.go:184 +0x2f
created by github.com/ethereum/go-ethereum/p2p/nat.startautodisc
    /build/buildd/ethereum-0.9.8+381SNAPSHOT20150410092008trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/nat/nat.go:184 +0x19c

goroutine 18 [chan receive]:
github.com/ethereum/go-ethereum/p2p/nat.discoverUPnP(0x0, 0x0)
    /build/buildd/ethereum-0.9.8+381SNAPSHOT20150410092008trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/nat/natupnp.go:111 +0x109
github.com/ethereum/go-ethereum/p2p/nat.func·002()
    /build/buildd/ethereum-0.9.8+381SNAPSHOT20150410092008trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/nat/nat.go:138 +0x28
created by github.com/ethereum/go-ethereum/p2p/nat.func·004
    /build/buildd/ethereum-0.9.8+381SNAPSHOT20150410092008trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/nat/nat.go:138 +0xcb

goroutine 19 [select]:
github.com/ethereum/go-ethereum/p2p/nat.discoverPMP(0x0, 0x0)
    /build/buildd/ethereum-0.9.8+381SNAPSHOT20150410092008trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/nat/natpmp.go:70 +0x39d
github.com/ethereum/go-ethereum/p2p/nat.func·003()
    /build/buildd/ethereum-0.9.8+381SNAPSHOT20150410092008trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/nat/nat.go:139 +0x28
created by github.com/ethereum/go-ethereum/p2p/nat.func·004
    /build/buildd/ethereum-0.9.8+381SNAPSHOT20150410092008trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/nat/nat.go:139 +0x121

goroutine 20 [IO wait]:
net.(*pollDesc).Wait(0xc208126060, 0x72, 0x0, 0x0)
    /usr/lib/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc208126060, 0x0, 0x0)
    /usr/lib/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).readFrom(0xc208126000, 0xc20806b800, 0x800, 0x800, 0x0, 0x0, 0x0, 0x7f34e155f1c8, 0xc2080b16e0)
    /usr/lib/go/src/net/fd_unix.go:269 +0x4a1
net.(*UDPConn).ReadFromUDP(0xc2080fc018, 0xc20806b800, 0x800, 0x800, 0x4584b0, 0x0, 0x0, 0x0)
    /usr/lib/go/src/net/udpsock_posix.go:67 +0x124
net.(*UDPConn).ReadFrom(0xc2080fc018, 0xc20806b800, 0x800, 0x800, 0x800, 0x0, 0x0, 0x0, 0x0)
    /usr/lib/go/src/net/udpsock_posix.go:82 +0x12e
github.com/huin/goupnp/httpu.(*HTTPUClient).Do(0xc20801e860, 0xc208128000, 0x7d2b7500, 0x3, 0x0, 0x0, 0x0, 0x0, 0x0)
    /build/buildd/ethereum-0.9.8+381SNAPSHOT20150410092008trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/huin/goupnp/httpu/httpu.go:92 +0xba4
github.com/huin/goupnp/ssdp.SSDPRawSearch(0xc20801e860, 0xcbfbd0, 0x31, 0x2, 0x3, 0x0, 0x0, 0x0, 0x0, 0x0)
    /build/buildd/ethereum-0.9.8+381SNAPSHOT20150410092008trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/huin/goupnp/ssdp/ssdp.go:53 +0x654
github.com/huin/goupnp.DiscoverDevices(0xcbfbd0, 0x31, 0x0, 0x0, 0x0, 0x0, 0x0)
    /build/buildd/ethereum-0.9.8+381SNAPSHOT20150410092008trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/huin/goupnp/goupnp.go:55 +0x129
github.com/ethereum/go-ethereum/p2p/nat.discover(0xc2080fe060, 0xcbfbd0, 0x31, 0xe22160)
    /build/buildd/ethereum-0.9.8+381SNAPSHOT20150410092008trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/nat/natupnp.go:119 +0x40
created by github.com/ethereum/go-ethereum/p2p/nat.discoverUPnP
    /build/buildd/ethereum-0.9.8+381SNAPSHOT20150410092008trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/nat/natupnp.go:97 +0x84

goroutine 21 [IO wait]:
net.(*pollDesc).Wait(0xc2081261b0, 0x72, 0x0, 0x0)
    /usr/lib/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc2081261b0, 0x0, 0x0)
    /usr/lib/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).readFrom(0xc208126150, 0xc208124000, 0x800, 0x800, 0x0, 0x0, 0x0, 0x7f34e155f1c8, 0xc2080b1710)
    /usr/lib/go/src/net/fd_unix.go:269 +0x4a1
net.(*UDPConn).ReadFromUDP(0xc2080fc020, 0xc208124000, 0x800, 0x800, 0x4584b0, 0x0, 0x0, 0x0)
    /usr/lib/go/src/net/udpsock_posix.go:67 +0x124
net.(*UDPConn).ReadFrom(0xc2080fc020, 0xc208124000, 0x800, 0x800, 0x800, 0x0, 0x0, 0x0, 0x0)
    /usr/lib/go/src/net/udpsock_posix.go:82 +0x12e
github.com/huin/goupnp/httpu.(*HTTPUClient).Do(0xc20801ea20, 0xc2081281a0, 0x7d2b7500, 0x3, 0x0, 0x0, 0x0, 0x0, 0x0)
    /build/buildd/ethereum-0.9.8+381SNAPSHOT20150410092008trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/huin/goupnp/httpu/httpu.go:92 +0xba4
github.com/huin/goupnp/ssdp.SSDPRawSearch(0xc20801ea20, 0xcbfc30, 0x31, 0x2, 0x3, 0x0, 0x0, 0x0, 0x0, 0x0)
    /build/buildd/ethereum-0.9.8+381SNAPSHOT20150410092008trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/huin/goupnp/ssdp/ssdp.go:53 +0x654
github.com/huin/goupnp.DiscoverDevices(0xcbfc30, 0x31, 0x0, 0x0, 0x0, 0x0, 0x0)
    /build/buildd/ethereum-0.9.8+381SNAPSHOT20150410092008trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/huin/goupnp/goupnp.go:55 +0x129
github.com/ethereum/go-ethereum/p2p/nat.discover(0xc2080fe060, 0xcbfc30, 0x31, 0xe22168)
    /build/buildd/ethereum-0.9.8+381SNAPSHOT20150410092008trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/nat/natupnp.go:119 +0x40
created by github.com/ethereum/go-ethereum/p2p/nat.discoverUPnP
    /build/buildd/ethereum-0.9.8+381SNAPSHOT20150410092008trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/nat/natupnp.go:109 +0xbd

goroutine 22 [IO wait]:
net.(*pollDesc).Wait(0xc208126300, 0x72, 0x0, 0x0)
    /usr/lib/go/src/net/fd_poll_runtime.go:84 +0x47
net.(*pollDesc).WaitRead(0xc208126300, 0x0, 0x0)
    /usr/lib/go/src/net/fd_poll_runtime.go:89 +0x43
net.(*netFD).readFrom(0xc2081262a0, 0xc2080f8220, 0xc, 0xc, 0x0, 0x0, 0x0, 0x7f34e155f1c8, 0xc2080f8230)
    /usr/lib/go/src/net/fd_unix.go:269 +0x4a1
net.(*UDPConn).ReadFromUDP(0xc2080fc028, 0xc2080f8220, 0xc, 0xc, 0x2, 0x0, 0x0, 0x0)
    /usr/lib/go/src/net/udpsock_posix.go:67 +0x124
github.com/jackpal/go-nat-pmp.(*Client).rpc(0xc20801ea40, 0xc20805aede, 0x2, 0x2, 0xc, 0xc2080f8220, 0xc, 0xc, 0x0, 0x0)
    /build/buildd/ethereum-0.9.8+381SNAPSHOT20150410092008trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/jackpal/go-nat-pmp/natpmp.go:126 +0x37a
github.com/jackpal/go-nat-pmp.(*Client).GetExternalAddress(0xc20801ea40, 0x0, 0x0, 0x0)
    /build/buildd/ethereum-0.9.8+381SNAPSHOT20150410092008trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/jackpal/go-nat-pmp/natpmp.go:50 +0xc8
github.com/ethereum/go-ethereum/p2p/nat.func·006()
    /build/buildd/ethereum-0.9.8+381SNAPSHOT20150410092008trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/nat/natpmp.go:57 +0xa5
created by github.com/ethereum/go-ethereum/p2p/nat.discoverPMP
    /build/buildd/ethereum-0.9.8+381SNAPSHOT20150410092008trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/p2p/nat/natpmp.go:62 +0x1a1

goroutine 44 [chan receive]:
github.com/ethereum/go-ethereum/logger.sysLoop(0x7f34e155fcb8, 0xc2080b1260, 0xc2085529c0, 0xc20801ef60)
    /build/buildd/ethereum-0.9.8+381SNAPSHOT20150410092008trusty/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.8+381SNAPSHOT20150410092008trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/logger/sys.go:61 +0x176

goroutine 12 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc208031680)
    /build/buildd/ethereum-0.9.8+381SNAPSHOT20150410092008trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:111 +0x284
created by github.com/syndtr/goleveldb/leveldb.openDB
    /build/buildd/ethereum-0.9.8+381SNAPSHOT20150410092008trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:116 +0x7dd

goroutine 13 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc208031680)
    /build/buildd/ethereum-0.9.8+381SNAPSHOT20150410092008trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:666 +0x877
created by github.com/syndtr/goleveldb/leveldb.openDB
    /build/buildd/ethereum-0.9.8+381SNAPSHOT20150410092008trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:119 +0x821

goroutine 14 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc208031680)
    /build/buildd/ethereum-0.9.8+381SNAPSHOT20150410092008trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:615 +0x21a
created by github.com/syndtr/goleveldb/leveldb.openDB
    /build/buildd/ethereum-0.9.8+381SNAPSHOT20150410092008trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:120 +0x83b

goroutine 15 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0xc208031680)
    /build/buildd/ethereum-0.9.8+381SNAPSHOT20150410092008trusty/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.8+381SNAPSHOT20150410092008trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:121 +0x855

goroutine 16 [select]:
github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).update(0xc20803d6b0)
    /build/buildd/ethereum-0.9.8+381SNAPSHOT20150410092008trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/ethdb/database.go:127 +0x46e
created by github.com/ethereum/go-ethereum/ethdb.NewLDBDatabase
    /build/buildd/ethereum-0.9.8+381SNAPSHOT20150410092008trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/ethdb/database.go:38 +0x1c5

goroutine 34 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc208030d80)
    /build/buildd/ethereum-0.9.8+381SNAPSHOT20150410092008trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:111 +0x284
created by github.com/syndtr/goleveldb/leveldb.openDB
    /build/buildd/ethereum-0.9.8+381SNAPSHOT20150410092008trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:116 +0x7dd

goroutine 35 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc208030d80)
    /build/buildd/ethereum-0.9.8+381SNAPSHOT20150410092008trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:666 +0x877
created by github.com/syndtr/goleveldb/leveldb.openDB
    /build/buildd/ethereum-0.9.8+381SNAPSHOT20150410092008trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:119 +0x821

goroutine 36 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc208030d80)
    /build/buildd/ethereum-0.9.8+381SNAPSHOT20150410092008trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:615 +0x21a
created by github.com/syndtr/goleveldb/leveldb.openDB
    /build/buildd/ethereum-0.9.8+381SNAPSHOT20150410092008trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:120 +0x83b

goroutine 37 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0xc208030d80)
    /build/buildd/ethereum-0.9.8+381SNAPSHOT20150410092008trusty/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.8+381SNAPSHOT20150410092008trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:121 +0x855

goroutine 38 [select]:
github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).update(0xc2081088d0)
    /build/buildd/ethereum-0.9.8+381SNAPSHOT20150410092008trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/ethdb/database.go:127 +0x46e
created by github.com/ethereum/go-ethereum/ethdb.NewLDBDatabase
    /build/buildd/ethereum-0.9.8+381SNAPSHOT20150410092008trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/ethdb/database.go:38 +0x1c5

goroutine 39 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc2080318c0)
    /build/buildd/ethereum-0.9.8+381SNAPSHOT20150410092008trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:111 +0x284
created by github.com/syndtr/goleveldb/leveldb.openDB
    /build/buildd/ethereum-0.9.8+381SNAPSHOT20150410092008trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:116 +0x7dd

goroutine 40 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc2080318c0)
    /build/buildd/ethereum-0.9.8+381SNAPSHOT20150410092008trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:666 +0x877
created by github.com/syndtr/goleveldb/leveldb.openDB
    /build/buildd/ethereum-0.9.8+381SNAPSHOT20150410092008trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:119 +0x821

goroutine 41 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc2080318c0)
    /build/buildd/ethereum-0.9.8+381SNAPSHOT20150410092008trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go:615 +0x21a
created by github.com/syndtr/goleveldb/leveldb.openDB
    /build/buildd/ethereum-0.9.8+381SNAPSHOT20150410092008trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:120 +0x83b

goroutine 42 [select]:
github.com/syndtr/goleveldb/leveldb.(*DB).jWriter(0xc2080318c0)
    /build/buildd/ethereum-0.9.8+381SNAPSHOT20150410092008trusty/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.8+381SNAPSHOT20150410092008trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:121 +0x855

goroutine 43 [select]:
github.com/ethereum/go-ethereum/ethdb.(*LDBDatabase).update(0xc208628900)
    /build/buildd/ethereum-0.9.8+381SNAPSHOT20150410092008trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/ethdb/database.go:127 +0x46e
created by github.com/ethereum/go-ethereum/ethdb.NewLDBDatabase
    /build/buildd/ethereum-0.9.8+381SNAPSHOT20150410092008trusty/obj-x86_64-linux-gnu/src/github.com/ethereum/go-ethereum/ethdb/database.go:38 +0x1c5

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions