Created
July 22, 2015 17:07
-
-
Save tcoulter/257e4d00f14b7b193798 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
desktop@steamos:~/workspace/godev/src/github.com/ethereum/go-ethereum$ ~/mygeth | |
I0722 10:06:09.229737 30695 backend.go:288] Protocol Versions: [61 60], Network Id: 0 | |
I0722 10:06:09.231227 30695 backend.go:317] Blockchain DB Version: 3 | |
I0722 10:06:09.236881 30695 chain_manager.go:257] Last block (#960903) cf51c99a37cb9a6d5b46e6c00eaa64403a9fa291b14861dc6ac08f71f9d7b3e7 TD=9958129842950075 | |
I0722 10:06:09.544340 30695 cmd.go:122] Starting Geth/v0.9.39/linux/go1.4.2 | |
I0722 10:06:09.544598 30695 server.go:311] Starting Server | |
I0722 10:06:09.786974 30695 udp.go:205] Listening, enode://db4a0c2622f93c6ccd246a118cf668afa8fa6c71608dec9d321fe3f77bdd5ec919e93ba2df41f0adc9a1906c0d2a98796a0380ec22da42659b2ed3a2c4ab22ae@50.136.197.236:30303 | |
I0722 10:06:09.787374 30695 server.go:548] Listening on [::]:30303 | |
I0722 10:06:09.788427 30695 backend.go:542] Server started | |
Unlocking account 0 | Attempt 1/3 | |
Passphrase: | |
I0722 10:06:19.789386 30695 downloader.go:277] Block synchronisation started | |
Account '0' unlocked. | |
I0722 10:06:22.083335 30695 ipc_unix.go:76] IPC service started (/eth/geth.ipc) | |
instance: Geth/v0.9.39/linux/go1.4.2 | |
datadir: /eth | |
coinbase: 0xa94792e09954f15e8867eb544c17af1855726296 | |
at block: 960903 (2015-07-22 09:02:25) | |
modules: admin:1.0 db:1.0 debug:1.0 eth:1.0 miner:1.0 net:1.0 personal:1.0 shh:1.0 txpool:1.0 web3:1.0 | |
> I0722 10:06:22.592591 30695 miner.go:107] Can not start mining operation due to network sync (starts when finished) | |
I0722 10:06:22.827358 30695 miner.go:107] Can not start mining operation due to network sync (starts when finished) | |
I0722 10:06:22.943271 30695 miner.go:107] Can not start mining operation due to network sync (starts when finished) | |
I0722 10:06:23.059455 30695 miner.go:107] Can not start mining operation due to network sync (starts when finished) | |
I0722 10:06:23.170745 30695 miner.go:107] Can not start mining operation due to network sync (starts when finished) | |
I0722 10:06:23.284409 30695 miner.go:107] Can not start mining operation due to network sync (starts when finished) | |
I0722 10:06:23.395071 30695 miner.go:107] Can not start mining operation due to network sync (starts when finished) | |
I0722 10:06:23.509000 30695 miner.go:107] Can not start mining operation due to network sync (starts when finished) | |
I0722 10:06:23.615505 30695 miner.go:107] Can not start mining operation due to network sync (starts when finished) | |
I0722 10:06:23.725165 30695 miner.go:107] Can not start mining operation due to network sync (starts when finished) | |
I0722 10:06:23.832311 30695 miner.go:107] Can not start mining operation due to network sync (starts when finished) | |
I0722 10:06:23.939599 30695 miner.go:107] Can not start mining operation due to network sync (starts when finished) | |
I0722 10:06:24.052226 30695 miner.go:107] Can not start mining operation due to network sync (starts when finished) | |
I0722 10:06:24.168144 30695 miner.go:107] Can not start mining operation due to network sync (starts when finished) | |
I0722 10:06:24.283366 30695 miner.go:107] Can not start mining operation due to network sync (starts when finished) | |
I0722 10:06:24.394844 30695 miner.go:107] Can not start mining operation due to network sync (starts when finished) | |
I0722 10:06:24.510632 30695 miner.go:107] Can not start mining operation due to network sync (starts when finished) | |
I0722 10:06:24.619575 30695 miner.go:107] Can not start mining operation due to network sync (starts when finished) | |
I0722 10:06:24.729323 30695 miner.go:107] Can not start mining operation due to network sync (starts when finished) | |
================== | |
WARNING: DATA RACE | |
Read by goroutine 48: | |
github.com/ethereum/go-ethereum/miner.(*Miner).update() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/miner/miner.go:81 +0x3b5 | |
Previous write by goroutine 143: | |
github.com/ethereum/go-ethereum/miner.(*Miner).Start() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/miner/miner.go:104 +0xfb | |
Goroutine 48 (running) created at: | |
github.com/ethereum/go-ethereum/miner.New() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/miner/miner.go:54 +0x1ec | |
github.com/ethereum/go-ethereum/eth.New() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/backend.go:368 +0x2c37 | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:511 +0x1bb | |
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).GetFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:185 +0x504 | |
fmt.(*ss).doScanf() | |
/usr/local/go/src/fmt/scan.go:1161 +0x4d5 | |
fmt.Fscanf() | |
/usr/local/go/src/fmt/scan.go:145 +0xcd | |
fmt.Sscanf() | |
/usr/local/go/src/fmt/scan.go:117 +0xdb | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:511 +0x1bb | |
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).GetFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:185 +0x504 | |
fmt.(*ss).doScanf() | |
/usr/local/go/src/fmt/scan.go:1161 +0x4d5 | |
fmt.Fscanf() | |
/usr/local/go/src/fmt/scan.go:145 +0xcd | |
fmt.Sscanf() | |
/usr/local/go/src/fmt/scan.go:117 +0xdb | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:511 +0x1bb | |
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).GetFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:185 +0x504 | |
fmt.Sscanf() | |
/usr/local/go/src/fmt/scan.go:117 +0xdb | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:526 +0x554 | |
fmt.(*ss).doScanf() | |
/usr/local/go/src/fmt/scan.go:1161 +0x4d5 | |
fmt.Fscanf() | |
/usr/local/go/src/fmt/scan.go:145 +0xcd | |
fmt.Sscanf() | |
/usr/local/go/src/fmt/scan.go:117 +0xdb | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:511 +0x1bb | |
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).GetFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:185 +0x504 | |
github.com/syndtr/goleveldb/leveldb.(*session).getFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/session_util.go:46 +0xac | |
github.com/syndtr/goleveldb/leveldb.(*DB).checkAndCleanFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_util.go:50 +0x2d4 | |
github.com/syndtr/goleveldb/leveldb.openDB() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:116 +0x9d7 | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:511 +0x1bb | |
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).GetFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:185 +0x504 | |
fmt.(*ss).doScanf() | |
/usr/local/go/src/fmt/scan.go:1161 +0x4d5 | |
fmt.Fscanf() | |
/usr/local/go/src/fmt/scan.go:145 +0xcd | |
fmt.Sscanf() | |
/usr/local/go/src/fmt/scan.go:117 +0xdb | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:511 +0x1bb | |
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).GetFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:185 +0x504 | |
fmt.Sscanf() | |
/usr/local/go/src/fmt/scan.go:117 +0xdb | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:526 +0x554 | |
fmt.(*ss).doScanf() | |
/usr/local/go/src/fmt/scan.go:1161 +0x4d5 | |
fmt.Fscanf() | |
/usr/local/go/src/fmt/scan.go:145 +0xcd | |
fmt.Sscanf() | |
/usr/local/go/src/fmt/scan.go:117 +0xdb | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:511 +0x1bb | |
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).GetFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:185 +0x504 | |
fmt.(*ss).doScanf() | |
/usr/local/go/src/fmt/scan.go:1161 +0x4d5 | |
fmt.Fscanf() | |
/usr/local/go/src/fmt/scan.go:145 +0xcd | |
fmt.Sscanf() | |
/usr/local/go/src/fmt/scan.go:117 +0xdb | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:511 +0x1bb | |
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).GetFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:185 +0x504 | |
fmt.(*ss).doScanf() | |
/usr/local/go/src/fmt/scan.go:1161 +0x4d5 | |
fmt.Fscanf() | |
/usr/local/go/src/fmt/scan.go:145 +0xcd | |
fmt.Sscanf() | |
/usr/local/go/src/fmt/scan.go:117 +0xdb | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:511 +0x1bb | |
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).GetFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:185 +0x504 | |
github.com/syndtr/goleveldb/leveldb.(*session).getFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/session_util.go:46 +0xac | |
github.com/syndtr/goleveldb/leveldb.(*DB).recoverJournal() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:454 +0x80 | |
github.com/syndtr/goleveldb/leveldb.openDB() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:111 +0x980 | |
github.com/syndtr/goleveldb/leveldb.Open() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:177 +0x25f | |
fmt.(*ss).doScanf() | |
/usr/local/go/src/fmt/scan.go:1161 +0x4d5 | |
fmt.Fscanf() | |
/usr/local/go/src/fmt/scan.go:145 +0xcd | |
fmt.Sscanf() | |
/usr/local/go/src/fmt/scan.go:117 +0xdb | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:511 +0x1bb | |
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).GetManifest() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:240 +0x16a7 | |
github.com/syndtr/goleveldb/leveldb.(*session).recover() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/session.go:120 +0x155 | |
github.com/syndtr/goleveldb/leveldb.Open() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:163 +0x172 | |
github.com/syndtr/goleveldb/leveldb.OpenFile() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:199 +0xaa | |
github.com/ethereum/go-ethereum/ethdb.NewLDBDatabase() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/ethdb/database.go:62 +0xd2 | |
github.com/ethereum/go-ethereum/eth.func·001() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/backend.go:264 +0x63 | |
github.com/ethereum/go-ethereum/eth.New() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/backend.go:280 +0x90d | |
fmt.Fscanf() | |
/usr/local/go/src/fmt/scan.go:145 +0xcd | |
fmt.Sscanf() | |
/usr/local/go/src/fmt/scan.go:117 +0xdb | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:511 +0x1bb | |
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).GetFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:185 +0x504 | |
fmt.(*ss).doScanf() | |
/usr/local/go/src/fmt/scan.go:1161 +0x4d5 | |
fmt.Fscanf() | |
/usr/local/go/src/fmt/scan.go:145 +0xcd | |
fmt.Sscanf() | |
/usr/local/go/src/fmt/scan.go:117 +0xdb | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:511 +0x1bb | |
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).GetFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:185 +0x504 | |
fmt.(*ss).doScanf() | |
/usr/local/go/src/fmt/scan.go:1161 +0x4d5 | |
fmt.Fscanf() | |
/usr/local/go/src/fmt/scan.go:145 +0xcd | |
fmt.Sscanf() | |
/usr/local/go/src/fmt/scan.go:117 +0xdb | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:511 +0x1bb | |
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).GetFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:185 +0x504 | |
fmt.(*ss).doScanf() | |
/usr/local/go/src/fmt/scan.go:1161 +0x4d5 | |
fmt.Fscanf() | |
/usr/local/go/src/fmt/scan.go:145 +0xcd | |
fmt.Sscanf() | |
/usr/local/go/src/fmt/scan.go:117 +0xdb | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:511 +0x1bb | |
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).GetFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:185 +0x504 | |
github.com/syndtr/goleveldb/leveldb.(*session).getFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/session_util.go:46 +0xac | |
github.com/syndtr/goleveldb/leveldb.(*DB).checkAndCleanFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_util.go:50 +0x2d4 | |
github.com/syndtr/goleveldb/leveldb.openDB() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:116 +0x9d7 | |
fmt.Fscanf() | |
/usr/local/go/src/fmt/scan.go:145 +0xcd | |
fmt.Sscanf() | |
/usr/local/go/src/fmt/scan.go:117 +0xdb | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:511 +0x1bb | |
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).GetFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:185 +0x504 | |
fmt.(*ss).doScanf() | |
/usr/local/go/src/fmt/scan.go:1161 +0x4d5 | |
fmt.Fscanf() | |
/usr/local/go/src/fmt/scan.go:145 +0xcd | |
fmt.Sscanf() | |
/usr/local/go/src/fmt/scan.go:117 +0xdb | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:511 +0x1bb | |
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).GetFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:185 +0x504 | |
fmt.(*ss).doScanf() | |
/usr/local/go/src/fmt/scan.go:1161 +0x4d5 | |
fmt.Fscanf() | |
/usr/local/go/src/fmt/scan.go:145 +0xcd | |
fmt.Sscanf() | |
/usr/local/go/src/fmt/scan.go:117 +0xdb | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:511 +0x1bb | |
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).GetFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:185 +0x504 | |
fmt.(*ss).doScanf() | |
/usr/local/go/src/fmt/scan.go:1161 +0x4d5 | |
fmt.Fscanf() | |
/usr/local/go/src/fmt/scan.go:145 +0xcd | |
fmt.Sscanf() | |
/usr/local/go/src/fmt/scan.go:117 +0xdb | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:511 +0x1bb | |
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).GetFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:185 +0x504 | |
fmt.(*ss).doScanf() | |
/usr/local/go/src/fmt/scan.go:1161 +0x4d5 | |
fmt.Fscanf() | |
/usr/local/go/src/fmt/scan.go:145 +0xcd | |
fmt.Sscanf() | |
/usr/local/go/src/fmt/scan.go:117 +0xdb | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:511 +0x1bb | |
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).GetFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:185 +0x504 | |
github.com/syndtr/goleveldb/leveldb.(*session).getFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/session_util.go:46 +0xac | |
github.com/syndtr/goleveldb/leveldb.(*DB).recoverJournal() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:454 +0x80 | |
github.com/syndtr/goleveldb/leveldb.openDB() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:111 +0x980 | |
github.com/syndtr/goleveldb/leveldb.Open() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:177 +0x25f | |
fmt.(*ss).doScanf() | |
/usr/local/go/src/fmt/scan.go:1161 +0x4d5 | |
fmt.Fscanf() | |
/usr/local/go/src/fmt/scan.go:145 +0xcd | |
fmt.Sscanf() | |
/usr/local/go/src/fmt/scan.go:117 +0xdb | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:511 +0x1bb | |
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).GetManifest() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:240 +0x16a7 | |
github.com/syndtr/goleveldb/leveldb.(*session).recover() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/session.go:120 +0x155 | |
github.com/syndtr/goleveldb/leveldb.Open() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:163 +0x172 | |
github.com/syndtr/goleveldb/leveldb.OpenFile() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:199 +0xaa | |
github.com/ethereum/go-ethereum/ethdb.NewLDBDatabase() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/ethdb/database.go:62 +0xd2 | |
github.com/ethereum/go-ethereum/eth.func·001() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/backend.go:264 +0x63 | |
github.com/ethereum/go-ethereum/eth.New() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/backend.go:273 +0x612 | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:511 +0x1bb | |
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).GetFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:185 +0x504 | |
fmt.(*ss).doScanf() | |
/usr/local/go/src/fmt/scan.go:1161 +0x4d5 | |
fmt.Fscanf() | |
/usr/local/go/src/fmt/scan.go:145 +0xcd | |
fmt.Sscanf() | |
/usr/local/go/src/fmt/scan.go:117 +0xdb | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:511 +0x1bb | |
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).GetFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:185 +0x504 | |
fmt.(*ss).doScanf() | |
/usr/local/go/src/fmt/scan.go:1161 +0x4d5 | |
fmt.Fscanf() | |
/usr/local/go/src/fmt/scan.go:145 +0xcd | |
fmt.Sscanf() | |
/usr/local/go/src/fmt/scan.go:117 +0xdb | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:511 +0x1bb | |
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).GetFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:185 +0x504 | |
fmt.Sscanf() | |
/usr/local/go/src/fmt/scan.go:117 +0xdb | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:526 +0x554 | |
fmt.(*ss).doScanf() | |
/usr/local/go/src/fmt/scan.go:1161 +0x4d5 | |
fmt.Fscanf() | |
/usr/local/go/src/fmt/scan.go:145 +0xcd | |
fmt.Sscanf() | |
/usr/local/go/src/fmt/scan.go:117 +0xdb | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:511 +0x1bb | |
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).GetFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:185 +0x504 | |
github.com/syndtr/goleveldb/leveldb.(*session).getFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/session_util.go:46 +0xac | |
github.com/syndtr/goleveldb/leveldb.(*DB).checkAndCleanFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_util.go:50 +0x2d4 | |
github.com/syndtr/goleveldb/leveldb.openDB() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:116 +0x9d7 | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:511 +0x1bb | |
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).GetFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:185 +0x504 | |
fmt.(*ss).doScanf() | |
/usr/local/go/src/fmt/scan.go:1161 +0x4d5 | |
fmt.Fscanf() | |
/usr/local/go/src/fmt/scan.go:145 +0xcd | |
fmt.Sscanf() | |
/usr/local/go/src/fmt/scan.go:117 +0xdb | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:511 +0x1bb | |
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).GetFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:185 +0x504 | |
fmt.Sscanf() | |
/usr/local/go/src/fmt/scan.go:117 +0xdb | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:526 +0x554 | |
fmt.(*ss).doScanf() | |
/usr/local/go/src/fmt/scan.go:1161 +0x4d5 | |
fmt.Fscanf() | |
/usr/local/go/src/fmt/scan.go:145 +0xcd | |
fmt.Sscanf() | |
/usr/local/go/src/fmt/scan.go:117 +0xdb | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:511 +0x1bb | |
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).GetFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:185 +0x504 | |
fmt.(*ss).doScanf() | |
/usr/local/go/src/fmt/scan.go:1161 +0x4d5 | |
fmt.Fscanf() | |
/usr/local/go/src/fmt/scan.go:145 +0xcd | |
fmt.Sscanf() | |
/usr/local/go/src/fmt/scan.go:117 +0xdb | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:511 +0x1bb | |
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).GetFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:185 +0x504 | |
fmt.(*ss).doScanf() | |
/usr/local/go/src/fmt/scan.go:1161 +0x4d5 | |
fmt.Fscanf() | |
/usr/local/go/src/fmt/scan.go:145 +0xcd | |
fmt.Sscanf() | |
/usr/local/go/src/fmt/scan.go:117 +0xdb | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:511 +0x1bb | |
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).GetFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:185 +0x504 | |
github.com/syndtr/goleveldb/leveldb.(*session).getFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/session_util.go:46 +0xac | |
github.com/syndtr/goleveldb/leveldb.(*DB).recoverJournal() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:454 +0x80 | |
github.com/syndtr/goleveldb/leveldb.openDB() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:111 +0x980 | |
github.com/syndtr/goleveldb/leveldb.Open() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:177 +0x25f | |
fmt.(*ss).doScanf() | |
/usr/local/go/src/fmt/scan.go:1161 +0x4d5 | |
fmt.Fscanf() | |
/usr/local/go/src/fmt/scan.go:145 +0xcd | |
fmt.Sscanf() | |
/usr/local/go/src/fmt/scan.go:117 +0xdb | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:511 +0x1bb | |
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).GetManifest() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:240 +0x16a7 | |
github.com/syndtr/goleveldb/leveldb.(*session).recover() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/session.go:120 +0x155 | |
github.com/syndtr/goleveldb/leveldb.Open() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:163 +0x172 | |
github.com/syndtr/goleveldb/leveldb.OpenFile() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:199 +0xaa | |
github.com/ethereum/go-ethereum/ethdb.NewLDBDatabase() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/ethdb/database.go:62 +0xd2 | |
github.com/ethereum/go-ethereum/eth.func·001() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/backend.go:264 +0x63 | |
github.com/ethereum/go-ethereum/eth.New() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/backend.go:266 +0x317 | |
main.console() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:413 +0x222 | |
github.com/codegangsta/cli.Command.Run() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/codegangsta/cli/command.go:118 +0x1426 | |
github.com/codegangsta/cli.(*App).Run() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/codegangsta/cli/app.go:177 +0x1461 | |
main.main() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:341 +0xc0 | |
Goroutine 143 (finished) created at: | |
github.com/ethereum/go-ethereum/eth.(*Ethereum).StartMining() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/backend.go:476 +0x30b | |
github.com/ethereum/go-ethereum/xeth.(*XEth).SetMining() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/xeth/xeth.go:444 +0x85 | |
github.com/ethereum/go-ethereum/rpc/api.(*ethApi).GetWork() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/rpc/api/eth.go:563 +0x84 | |
github.com/ethereum/go-ethereum/rpc/api.(*ethApi).Execute() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/rpc/api/eth.go:119 +0x110 | |
github.com/ethereum/go-ethereum/rpc/api.(*MergedApi).Execute() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/rpc/api/mergedapi.go:67 +0x429 | |
github.com/ethereum/go-ethereum/rpc/comms.func·002() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/rpc/comms/http_net.go:152 +0x685 | |
net/http.HandlerFunc.ServeHTTP() | |
/usr/local/go/src/net/http/server.go:1265 +0x4e | |
github.com/ethereum/go-ethereum/rpc/comms.func·001() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/rpc/comms/http_net.go:111 +0x26d | |
net/http.HandlerFunc.ServeHTTP() | |
/usr/local/go/src/net/http/server.go:1265 +0x4e | |
net/http.serverHandler.ServeHTTP() | |
/usr/local/go/src/net/http/server.go:1703 +0x1f6 | |
net/http.(*conn).serve() | |
/usr/local/go/src/net/http/server.go:1204 +0x1087 | |
================== | |
================== | |
WARNING: DATA RACE | |
Read by goroutine 48: | |
github.com/ethereum/go-ethereum/miner.(*Miner).update() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/miner/miner.go:81 +0x3cb | |
Previous write by goroutine 143: | |
github.com/ethereum/go-ethereum/miner.(*Miner).Start() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/miner/miner.go:102 +0x72 | |
Goroutine 48 (running) created at: | |
github.com/ethereum/go-ethereum/miner.New() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/miner/miner.go:54 +0x1ec | |
github.com/ethereum/go-ethereum/eth.New() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/backend.go:368 +0x2c37 | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:511 +0x1bb | |
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).GetFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:185 +0x504 | |
fmt.(*ss).doScanf() | |
/usr/local/go/src/fmt/scan.go:1161 +0x4d5 | |
fmt.Fscanf() | |
/usr/local/go/src/fmt/scan.go:145 +0xcd | |
fmt.Sscanf() | |
/usr/local/go/src/fmt/scan.go:117 +0xdb | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:511 +0x1bb | |
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).GetFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:185 +0x504 | |
fmt.(*ss).doScanf() | |
/usr/local/go/src/fmt/scan.go:1161 +0x4d5 | |
fmt.Fscanf() | |
/usr/local/go/src/fmt/scan.go:145 +0xcd | |
fmt.Sscanf() | |
/usr/local/go/src/fmt/scan.go:117 +0xdb | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:511 +0x1bb | |
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).GetFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:185 +0x504 | |
fmt.Sscanf() | |
/usr/local/go/src/fmt/scan.go:117 +0xdb | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:526 +0x554 | |
fmt.(*ss).doScanf() | |
/usr/local/go/src/fmt/scan.go:1161 +0x4d5 | |
fmt.Fscanf() | |
/usr/local/go/src/fmt/scan.go:145 +0xcd | |
fmt.Sscanf() | |
/usr/local/go/src/fmt/scan.go:117 +0xdb | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:511 +0x1bb | |
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).GetFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:185 +0x504 | |
github.com/syndtr/goleveldb/leveldb.(*session).getFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/session_util.go:46 +0xac | |
github.com/syndtr/goleveldb/leveldb.(*DB).checkAndCleanFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_util.go:50 +0x2d4 | |
github.com/syndtr/goleveldb/leveldb.openDB() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:116 +0x9d7 | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:511 +0x1bb | |
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).GetFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:185 +0x504 | |
fmt.(*ss).doScanf() | |
/usr/local/go/src/fmt/scan.go:1161 +0x4d5 | |
fmt.Fscanf() | |
/usr/local/go/src/fmt/scan.go:145 +0xcd | |
fmt.Sscanf() | |
/usr/local/go/src/fmt/scan.go:117 +0xdb | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:511 +0x1bb | |
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).GetFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:185 +0x504 | |
fmt.Sscanf() | |
/usr/local/go/src/fmt/scan.go:117 +0xdb | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:526 +0x554 | |
fmt.(*ss).doScanf() | |
/usr/local/go/src/fmt/scan.go:1161 +0x4d5 | |
fmt.Fscanf() | |
/usr/local/go/src/fmt/scan.go:145 +0xcd | |
fmt.Sscanf() | |
/usr/local/go/src/fmt/scan.go:117 +0xdb | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:511 +0x1bb | |
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).GetFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:185 +0x504 | |
fmt.(*ss).doScanf() | |
/usr/local/go/src/fmt/scan.go:1161 +0x4d5 | |
fmt.Fscanf() | |
/usr/local/go/src/fmt/scan.go:145 +0xcd | |
fmt.Sscanf() | |
/usr/local/go/src/fmt/scan.go:117 +0xdb | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:511 +0x1bb | |
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).GetFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:185 +0x504 | |
fmt.(*ss).doScanf() | |
/usr/local/go/src/fmt/scan.go:1161 +0x4d5 | |
fmt.Fscanf() | |
/usr/local/go/src/fmt/scan.go:145 +0xcd | |
fmt.Sscanf() | |
/usr/local/go/src/fmt/scan.go:117 +0xdb | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:511 +0x1bb | |
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).GetFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:185 +0x504 | |
github.com/syndtr/goleveldb/leveldb.(*session).getFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/session_util.go:46 +0xac | |
github.com/syndtr/goleveldb/leveldb.(*DB).recoverJournal() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:454 +0x80 | |
github.com/syndtr/goleveldb/leveldb.openDB() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:111 +0x980 | |
github.com/syndtr/goleveldb/leveldb.Open() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:177 +0x25f | |
fmt.(*ss).doScanf() | |
/usr/local/go/src/fmt/scan.go:1161 +0x4d5 | |
fmt.Fscanf() | |
/usr/local/go/src/fmt/scan.go:145 +0xcd | |
fmt.Sscanf() | |
/usr/local/go/src/fmt/scan.go:117 +0xdb | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:511 +0x1bb | |
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).GetManifest() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:240 +0x16a7 | |
github.com/syndtr/goleveldb/leveldb.(*session).recover() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/session.go:120 +0x155 | |
github.com/syndtr/goleveldb/leveldb.Open() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:163 +0x172 | |
github.com/syndtr/goleveldb/leveldb.OpenFile() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:199 +0xaa | |
github.com/ethereum/go-ethereum/ethdb.NewLDBDatabase() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/ethdb/database.go:62 +0xd2 | |
github.com/ethereum/go-ethereum/eth.func·001() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/backend.go:264 +0x63 | |
github.com/ethereum/go-ethereum/eth.New() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/backend.go:280 +0x90d | |
fmt.Fscanf() | |
/usr/local/go/src/fmt/scan.go:145 +0xcd | |
fmt.Sscanf() | |
/usr/local/go/src/fmt/scan.go:117 +0xdb | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:511 +0x1bb | |
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).GetFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:185 +0x504 | |
fmt.(*ss).doScanf() | |
/usr/local/go/src/fmt/scan.go:1161 +0x4d5 | |
fmt.Fscanf() | |
/usr/local/go/src/fmt/scan.go:145 +0xcd | |
fmt.Sscanf() | |
/usr/local/go/src/fmt/scan.go:117 +0xdb | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:511 +0x1bb | |
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).GetFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:185 +0x504 | |
fmt.(*ss).doScanf() | |
/usr/local/go/src/fmt/scan.go:1161 +0x4d5 | |
fmt.Fscanf() | |
/usr/local/go/src/fmt/scan.go:145 +0xcd | |
fmt.Sscanf() | |
/usr/local/go/src/fmt/scan.go:117 +0xdb | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:511 +0x1bb | |
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).GetFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:185 +0x504 | |
fmt.(*ss).doScanf() | |
/usr/local/go/src/fmt/scan.go:1161 +0x4d5 | |
fmt.Fscanf() | |
/usr/local/go/src/fmt/scan.go:145 +0xcd | |
fmt.Sscanf() | |
/usr/local/go/src/fmt/scan.go:117 +0xdb | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:511 +0x1bb | |
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).GetFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:185 +0x504 | |
github.com/syndtr/goleveldb/leveldb.(*session).getFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/session_util.go:46 +0xac | |
github.com/syndtr/goleveldb/leveldb.(*DB).checkAndCleanFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_util.go:50 +0x2d4 | |
github.com/syndtr/goleveldb/leveldb.openDB() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:116 +0x9d7 | |
fmt.Fscanf() | |
/usr/local/go/src/fmt/scan.go:145 +0xcd | |
fmt.Sscanf() | |
/usr/local/go/src/fmt/scan.go:117 +0xdb | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:511 +0x1bb | |
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).GetFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:185 +0x504 | |
fmt.(*ss).doScanf() | |
/usr/local/go/src/fmt/scan.go:1161 +0x4d5 | |
fmt.Fscanf() | |
/usr/local/go/src/fmt/scan.go:145 +0xcd | |
fmt.Sscanf() | |
/usr/local/go/src/fmt/scan.go:117 +0xdb | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:511 +0x1bb | |
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).GetFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:185 +0x504 | |
fmt.(*ss).doScanf() | |
/usr/local/go/src/fmt/scan.go:1161 +0x4d5 | |
fmt.Fscanf() | |
/usr/local/go/src/fmt/scan.go:145 +0xcd | |
fmt.Sscanf() | |
/usr/local/go/src/fmt/scan.go:117 +0xdb | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:511 +0x1bb | |
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).GetFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:185 +0x504 | |
fmt.(*ss).doScanf() | |
/usr/local/go/src/fmt/scan.go:1161 +0x4d5 | |
fmt.Fscanf() | |
/usr/local/go/src/fmt/scan.go:145 +0xcd | |
fmt.Sscanf() | |
/usr/local/go/src/fmt/scan.go:117 +0xdb | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:511 +0x1bb | |
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).GetFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:185 +0x504 | |
fmt.(*ss).doScanf() | |
/usr/local/go/src/fmt/scan.go:1161 +0x4d5 | |
fmt.Fscanf() | |
/usr/local/go/src/fmt/scan.go:145 +0xcd | |
fmt.Sscanf() | |
/usr/local/go/src/fmt/scan.go:117 +0xdb | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:511 +0x1bb | |
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).GetFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:185 +0x504 | |
github.com/syndtr/goleveldb/leveldb.(*session).getFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/session_util.go:46 +0xac | |
github.com/syndtr/goleveldb/leveldb.(*DB).recoverJournal() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:454 +0x80 | |
github.com/syndtr/goleveldb/leveldb.openDB() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:111 +0x980 | |
github.com/syndtr/goleveldb/leveldb.Open() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:177 +0x25f | |
fmt.(*ss).doScanf() | |
/usr/local/go/src/fmt/scan.go:1161 +0x4d5 | |
fmt.Fscanf() | |
/usr/local/go/src/fmt/scan.go:145 +0xcd | |
fmt.Sscanf() | |
/usr/local/go/src/fmt/scan.go:117 +0xdb | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:511 +0x1bb | |
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).GetManifest() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:240 +0x16a7 | |
github.com/syndtr/goleveldb/leveldb.(*session).recover() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/session.go:120 +0x155 | |
github.com/syndtr/goleveldb/leveldb.Open() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:163 +0x172 | |
github.com/syndtr/goleveldb/leveldb.OpenFile() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:199 +0xaa | |
github.com/ethereum/go-ethereum/ethdb.NewLDBDatabase() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/ethdb/database.go:62 +0xd2 | |
github.com/ethereum/go-ethereum/eth.func·001() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/backend.go:264 +0x63 | |
github.com/ethereum/go-ethereum/eth.New() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/backend.go:273 +0x612 | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:511 +0x1bb | |
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).GetFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:185 +0x504 | |
fmt.(*ss).doScanf() | |
/usr/local/go/src/fmt/scan.go:1161 +0x4d5 | |
fmt.Fscanf() | |
/usr/local/go/src/fmt/scan.go:145 +0xcd | |
fmt.Sscanf() | |
/usr/local/go/src/fmt/scan.go:117 +0xdb | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:511 +0x1bb | |
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).GetFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:185 +0x504 | |
fmt.(*ss).doScanf() | |
/usr/local/go/src/fmt/scan.go:1161 +0x4d5 | |
fmt.Fscanf() | |
/usr/local/go/src/fmt/scan.go:145 +0xcd | |
fmt.Sscanf() | |
/usr/local/go/src/fmt/scan.go:117 +0xdb | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:511 +0x1bb | |
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).GetFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:185 +0x504 | |
fmt.Sscanf() | |
/usr/local/go/src/fmt/scan.go:117 +0xdb | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:526 +0x554 | |
fmt.(*ss).doScanf() | |
/usr/local/go/src/fmt/scan.go:1161 +0x4d5 | |
fmt.Fscanf() | |
/usr/local/go/src/fmt/scan.go:145 +0xcd | |
fmt.Sscanf() | |
/usr/local/go/src/fmt/scan.go:117 +0xdb | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:511 +0x1bb | |
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).GetFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:185 +0x504 | |
github.com/syndtr/goleveldb/leveldb.(*session).getFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/session_util.go:46 +0xac | |
github.com/syndtr/goleveldb/leveldb.(*DB).checkAndCleanFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_util.go:50 +0x2d4 | |
github.com/syndtr/goleveldb/leveldb.openDB() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:116 +0x9d7 | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:511 +0x1bb | |
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).GetFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:185 +0x504 | |
fmt.(*ss).doScanf() | |
/usr/local/go/src/fmt/scan.go:1161 +0x4d5 | |
fmt.Fscanf() | |
/usr/local/go/src/fmt/scan.go:145 +0xcd | |
fmt.Sscanf() | |
/usr/local/go/src/fmt/scan.go:117 +0xdb | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:511 +0x1bb | |
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).GetFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:185 +0x504 | |
fmt.Sscanf() | |
/usr/local/go/src/fmt/scan.go:117 +0xdb | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:526 +0x554 | |
fmt.(*ss).doScanf() | |
/usr/local/go/src/fmt/scan.go:1161 +0x4d5 | |
fmt.Fscanf() | |
/usr/local/go/src/fmt/scan.go:145 +0xcd | |
fmt.Sscanf() | |
/usr/local/go/src/fmt/scan.go:117 +0xdb | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:511 +0x1bb | |
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).GetFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:185 +0x504 | |
fmt.(*ss).doScanf() | |
/usr/local/go/src/fmt/scan.go:1161 +0x4d5 | |
fmt.Fscanf() | |
/usr/local/go/src/fmt/scan.go:145 +0xcd | |
fmt.Sscanf() | |
/usr/local/go/src/fmt/scan.go:117 +0xdb | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:511 +0x1bb | |
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).GetFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:185 +0x504 | |
fmt.(*ss).doScanf() | |
/usr/local/go/src/fmt/scan.go:1161 +0x4d5 | |
fmt.Fscanf() | |
/usr/local/go/src/fmt/scan.go:145 +0xcd | |
fmt.Sscanf() | |
/usr/local/go/src/fmt/scan.go:117 +0xdb | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:511 +0x1bb | |
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).GetFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:185 +0x504 | |
github.com/syndtr/goleveldb/leveldb.(*session).getFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/session_util.go:46 +0xac | |
github.com/syndtr/goleveldb/leveldb.(*DB).recoverJournal() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:454 +0x80 | |
github.com/syndtr/goleveldb/leveldb.openDB() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:111 +0x980 | |
github.com/syndtr/goleveldb/leveldb.Open() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:177 +0x25f | |
fmt.(*ss).doScanf() | |
/usr/local/go/src/fmt/scan.go:1161 +0x4d5 | |
fmt.Fscanf() | |
/usr/local/go/src/fmt/scan.go:145 +0xcd | |
fmt.Sscanf() | |
/usr/local/go/src/fmt/scan.go:117 +0xdb | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:511 +0x1bb | |
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).GetManifest() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:240 +0x16a7 | |
github.com/syndtr/goleveldb/leveldb.(*session).recover() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/session.go:120 +0x155 | |
github.com/syndtr/goleveldb/leveldb.Open() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:163 +0x172 | |
github.com/syndtr/goleveldb/leveldb.OpenFile() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:199 +0xaa | |
github.com/ethereum/go-ethereum/ethdb.NewLDBDatabase() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/ethdb/database.go:62 +0xd2 | |
github.com/ethereum/go-ethereum/eth.func·001() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/backend.go:264 +0x63 | |
github.com/ethereum/go-ethereum/eth.New() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/backend.go:266 +0x317 | |
main.console() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:413 +0x222 | |
github.com/codegangsta/cli.Command.Run() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/codegangsta/cli/command.go:118 +0x1426 | |
github.com/codegangsta/cli.(*App).Run() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/codegangsta/cli/app.go:177 +0x1461 | |
main.main() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:341 +0xc0 | |
Goroutine 143 (finished) created at: | |
github.com/ethereum/go-ethereum/eth.(*Ethereum).StartMining() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/backend.go:476 +0x30b | |
github.com/ethereum/go-ethereum/xeth.(*XEth).SetMining() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/xeth/xeth.go:444 +0x85 | |
github.com/ethereum/go-ethereum/rpc/api.(*ethApi).GetWork() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/rpc/api/eth.go:563 +0x84 | |
github.com/ethereum/go-ethereum/rpc/api.(*ethApi).Execute() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/rpc/api/eth.go:119 +0x110 | |
github.com/ethereum/go-ethereum/rpc/api.(*MergedApi).Execute() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/rpc/api/mergedapi.go:67 +0x429 | |
github.com/ethereum/go-ethereum/rpc/comms.func·002() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/rpc/comms/http_net.go:152 +0x685 | |
net/http.HandlerFunc.ServeHTTP() | |
/usr/local/go/src/net/http/server.go:1265 +0x4e | |
github.com/ethereum/go-ethereum/rpc/comms.func·001() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/rpc/comms/http_net.go:111 +0x26d | |
net/http.HandlerFunc.ServeHTTP() | |
/usr/local/go/src/net/http/server.go:1265 +0x4e | |
net/http.serverHandler.ServeHTTP() | |
/usr/local/go/src/net/http/server.go:1703 +0x1f6 | |
net/http.(*conn).serve() | |
/usr/local/go/src/net/http/server.go:1204 +0x1087 | |
================== | |
================== | |
WARNING: DATA RACE | |
Write by goroutine 48: | |
github.com/ethereum/go-ethereum/miner.(*Miner).Start() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/miner/miner.go:103 +0xb7 | |
github.com/ethereum/go-ethereum/miner.(*Miner).update() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/miner/miner.go:81 +0x401 | |
Previous write by goroutine 143: | |
github.com/ethereum/go-ethereum/miner.(*Miner).Start() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/miner/miner.go:103 +0xb7 | |
Goroutine 48 (running) created at: | |
github.com/ethereum/go-ethereum/miner.New() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/miner/miner.go:54 +0x1ec | |
github.com/ethereum/go-ethereum/eth.New() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/backend.go:368 +0x2c37 | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:511 +0x1bb | |
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).GetFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:185 +0x504 | |
fmt.(*ss).doScanf() | |
/usr/local/go/src/fmt/scan.go:1161 +0x4d5 | |
fmt.Fscanf() | |
/usr/local/go/src/fmt/scan.go:145 +0xcd | |
fmt.Sscanf() | |
/usr/local/go/src/fmt/scan.go:117 +0xdb | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:511 +0x1bb | |
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).GetFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:185 +0x504 | |
fmt.(*ss).doScanf() | |
/usr/local/go/src/fmt/scan.go:1161 +0x4d5 | |
fmt.Fscanf() | |
/usr/local/go/src/fmt/scan.go:145 +0xcd | |
fmt.Sscanf() | |
/usr/local/go/src/fmt/scan.go:117 +0xdb | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:511 +0x1bb | |
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).GetFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:185 +0x504 | |
fmt.Sscanf() | |
/usr/local/go/src/fmt/scan.go:117 +0xdb | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:526 +0x554 | |
fmt.(*ss).doScanf() | |
/usr/local/go/src/fmt/scan.go:1161 +0x4d5 | |
fmt.Fscanf() | |
/usr/local/go/src/fmt/scan.go:145 +0xcd | |
fmt.Sscanf() | |
/usr/local/go/src/fmt/scan.go:117 +0xdb | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:511 +0x1bb | |
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).GetFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:185 +0x504 | |
github.com/syndtr/goleveldb/leveldb.(*session).getFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/session_util.go:46 +0xac | |
github.com/syndtr/goleveldb/leveldb.(*DB).checkAndCleanFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_util.go:50 +0x2d4 | |
github.com/syndtr/goleveldb/leveldb.openDB() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:116 +0x9d7 | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:511 +0x1bb | |
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).GetFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:185 +0x504 | |
fmt.(*ss).doScanf() | |
/usr/local/go/src/fmt/scan.go:1161 +0x4d5 | |
fmt.Fscanf() | |
/usr/local/go/src/fmt/scan.go:145 +0xcd | |
fmt.Sscanf() | |
/usr/local/go/src/fmt/scan.go:117 +0xdb | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:511 +0x1bb | |
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).GetFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:185 +0x504 | |
fmt.Sscanf() | |
/usr/local/go/src/fmt/scan.go:117 +0xdb | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:526 +0x554 | |
fmt.(*ss).doScanf() | |
/usr/local/go/src/fmt/scan.go:1161 +0x4d5 | |
fmt.Fscanf() | |
/usr/local/go/src/fmt/scan.go:145 +0xcd | |
fmt.Sscanf() | |
/usr/local/go/src/fmt/scan.go:117 +0xdb | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:511 +0x1bb | |
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).GetFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:185 +0x504 | |
fmt.(*ss).doScanf() | |
/usr/local/go/src/fmt/scan.go:1161 +0x4d5 | |
fmt.Fscanf() | |
/usr/local/go/src/fmt/scan.go:145 +0xcd | |
fmt.Sscanf() | |
/usr/local/go/src/fmt/scan.go:117 +0xdb | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:511 +0x1bb | |
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).GetFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:185 +0x504 | |
fmt.(*ss).doScanf() | |
/usr/local/go/src/fmt/scan.go:1161 +0x4d5 | |
fmt.Fscanf() | |
/usr/local/go/src/fmt/scan.go:145 +0xcd | |
fmt.Sscanf() | |
/usr/local/go/src/fmt/scan.go:117 +0xdb | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:511 +0x1bb | |
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).GetFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:185 +0x504 | |
github.com/syndtr/goleveldb/leveldb.(*session).getFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/session_util.go:46 +0xac | |
github.com/syndtr/goleveldb/leveldb.(*DB).recoverJournal() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:454 +0x80 | |
github.com/syndtr/goleveldb/leveldb.openDB() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:111 +0x980 | |
github.com/syndtr/goleveldb/leveldb.Open() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:177 +0x25f | |
fmt.(*ss).doScanf() | |
/usr/local/go/src/fmt/scan.go:1161 +0x4d5 | |
fmt.Fscanf() | |
/usr/local/go/src/fmt/scan.go:145 +0xcd | |
fmt.Sscanf() | |
/usr/local/go/src/fmt/scan.go:117 +0xdb | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:511 +0x1bb | |
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).GetManifest() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:240 +0x16a7 | |
github.com/syndtr/goleveldb/leveldb.(*session).recover() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/session.go:120 +0x155 | |
github.com/syndtr/goleveldb/leveldb.Open() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:163 +0x172 | |
github.com/syndtr/goleveldb/leveldb.OpenFile() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:199 +0xaa | |
github.com/ethereum/go-ethereum/ethdb.NewLDBDatabase() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/ethdb/database.go:62 +0xd2 | |
github.com/ethereum/go-ethereum/eth.func·001() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/backend.go:264 +0x63 | |
github.com/ethereum/go-ethereum/eth.New() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/backend.go:280 +0x90d | |
fmt.Fscanf() | |
/usr/local/go/src/fmt/scan.go:145 +0xcd | |
fmt.Sscanf() | |
/usr/local/go/src/fmt/scan.go:117 +0xdb | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:511 +0x1bb | |
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).GetFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:185 +0x504 | |
fmt.(*ss).doScanf() | |
/usr/local/go/src/fmt/scan.go:1161 +0x4d5 | |
fmt.Fscanf() | |
/usr/local/go/src/fmt/scan.go:145 +0xcd | |
fmt.Sscanf() | |
/usr/local/go/src/fmt/scan.go:117 +0xdb | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:511 +0x1bb | |
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).GetFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:185 +0x504 | |
fmt.(*ss).doScanf() | |
/usr/local/go/src/fmt/scan.go:1161 +0x4d5 | |
fmt.Fscanf() | |
/usr/local/go/src/fmt/scan.go:145 +0xcd | |
fmt.Sscanf() | |
/usr/local/go/src/fmt/scan.go:117 +0xdb | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:511 +0x1bb | |
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).GetFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:185 +0x504 | |
fmt.(*ss).doScanf() | |
/usr/local/go/src/fmt/scan.go:1161 +0x4d5 | |
fmt.Fscanf() | |
/usr/local/go/src/fmt/scan.go:145 +0xcd | |
fmt.Sscanf() | |
/usr/local/go/src/fmt/scan.go:117 +0xdb | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:511 +0x1bb | |
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).GetFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:185 +0x504 | |
github.com/syndtr/goleveldb/leveldb.(*session).getFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/session_util.go:46 +0xac | |
github.com/syndtr/goleveldb/leveldb.(*DB).checkAndCleanFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_util.go:50 +0x2d4 | |
github.com/syndtr/goleveldb/leveldb.openDB() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:116 +0x9d7 | |
fmt.Fscanf() | |
/usr/local/go/src/fmt/scan.go:145 +0xcd | |
fmt.Sscanf() | |
/usr/local/go/src/fmt/scan.go:117 +0xdb | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:511 +0x1bb | |
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).GetFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:185 +0x504 | |
fmt.(*ss).doScanf() | |
/usr/local/go/src/fmt/scan.go:1161 +0x4d5 | |
fmt.Fscanf() | |
/usr/local/go/src/fmt/scan.go:145 +0xcd | |
fmt.Sscanf() | |
/usr/local/go/src/fmt/scan.go:117 +0xdb | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:511 +0x1bb | |
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).GetFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:185 +0x504 | |
fmt.(*ss).doScanf() | |
/usr/local/go/src/fmt/scan.go:1161 +0x4d5 | |
fmt.Fscanf() | |
/usr/local/go/src/fmt/scan.go:145 +0xcd | |
fmt.Sscanf() | |
/usr/local/go/src/fmt/scan.go:117 +0xdb | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:511 +0x1bb | |
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).GetFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:185 +0x504 | |
fmt.(*ss).doScanf() | |
/usr/local/go/src/fmt/scan.go:1161 +0x4d5 | |
fmt.Fscanf() | |
/usr/local/go/src/fmt/scan.go:145 +0xcd | |
fmt.Sscanf() | |
/usr/local/go/src/fmt/scan.go:117 +0xdb | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:511 +0x1bb | |
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).GetFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:185 +0x504 | |
fmt.(*ss).doScanf() | |
/usr/local/go/src/fmt/scan.go:1161 +0x4d5 | |
fmt.Fscanf() | |
/usr/local/go/src/fmt/scan.go:145 +0xcd | |
fmt.Sscanf() | |
/usr/local/go/src/fmt/scan.go:117 +0xdb | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:511 +0x1bb | |
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).GetFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:185 +0x504 | |
github.com/syndtr/goleveldb/leveldb.(*session).getFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/session_util.go:46 +0xac | |
github.com/syndtr/goleveldb/leveldb.(*DB).recoverJournal() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:454 +0x80 | |
github.com/syndtr/goleveldb/leveldb.openDB() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:111 +0x980 | |
github.com/syndtr/goleveldb/leveldb.Open() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:177 +0x25f | |
fmt.(*ss).doScanf() | |
/usr/local/go/src/fmt/scan.go:1161 +0x4d5 | |
fmt.Fscanf() | |
/usr/local/go/src/fmt/scan.go:145 +0xcd | |
fmt.Sscanf() | |
/usr/local/go/src/fmt/scan.go:117 +0xdb | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:511 +0x1bb | |
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).GetManifest() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:240 +0x16a7 | |
github.com/syndtr/goleveldb/leveldb.(*session).recover() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/session.go:120 +0x155 | |
github.com/syndtr/goleveldb/leveldb.Open() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:163 +0x172 | |
github.com/syndtr/goleveldb/leveldb.OpenFile() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:199 +0xaa | |
github.com/ethereum/go-ethereum/ethdb.NewLDBDatabase() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/ethdb/database.go:62 +0xd2 | |
github.com/ethereum/go-ethereum/eth.func·001() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/backend.go:264 +0x63 | |
github.com/ethereum/go-ethereum/eth.New() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/backend.go:273 +0x612 | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:511 +0x1bb | |
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).GetFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:185 +0x504 | |
fmt.(*ss).doScanf() | |
/usr/local/go/src/fmt/scan.go:1161 +0x4d5 | |
fmt.Fscanf() | |
/usr/local/go/src/fmt/scan.go:145 +0xcd | |
fmt.Sscanf() | |
/usr/local/go/src/fmt/scan.go:117 +0xdb | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:511 +0x1bb | |
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).GetFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:185 +0x504 | |
fmt.(*ss).doScanf() | |
/usr/local/go/src/fmt/scan.go:1161 +0x4d5 | |
fmt.Fscanf() | |
/usr/local/go/src/fmt/scan.go:145 +0xcd | |
fmt.Sscanf() | |
/usr/local/go/src/fmt/scan.go:117 +0xdb | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:511 +0x1bb | |
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).GetFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:185 +0x504 | |
fmt.Sscanf() | |
/usr/local/go/src/fmt/scan.go:117 +0xdb | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:526 +0x554 | |
fmt.(*ss).doScanf() | |
/usr/local/go/src/fmt/scan.go:1161 +0x4d5 | |
fmt.Fscanf() | |
/usr/local/go/src/fmt/scan.go:145 +0xcd | |
fmt.Sscanf() | |
/usr/local/go/src/fmt/scan.go:117 +0xdb | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:511 +0x1bb | |
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).GetFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:185 +0x504 | |
github.com/syndtr/goleveldb/leveldb.(*session).getFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/session_util.go:46 +0xac | |
github.com/syndtr/goleveldb/leveldb.(*DB).checkAndCleanFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_util.go:50 +0x2d4 | |
github.com/syndtr/goleveldb/leveldb.openDB() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:116 +0x9d7 | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:511 +0x1bb | |
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).GetFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:185 +0x504 | |
fmt.(*ss).doScanf() | |
/usr/local/go/src/fmt/scan.go:1161 +0x4d5 | |
fmt.Fscanf() | |
/usr/local/go/src/fmt/scan.go:145 +0xcd | |
fmt.Sscanf() | |
/usr/local/go/src/fmt/scan.go:117 +0xdb | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:511 +0x1bb | |
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).GetFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:185 +0x504 | |
fmt.Sscanf() | |
/usr/local/go/src/fmt/scan.go:117 +0xdb | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:526 +0x554 | |
fmt.(*ss).doScanf() | |
/usr/local/go/src/fmt/scan.go:1161 +0x4d5 | |
fmt.Fscanf() | |
/usr/local/go/src/fmt/scan.go:145 +0xcd | |
fmt.Sscanf() | |
/usr/local/go/src/fmt/scan.go:117 +0xdb | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:511 +0x1bb | |
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).GetFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:185 +0x504 | |
fmt.(*ss).doScanf() | |
/usr/local/go/src/fmt/scan.go:1161 +0x4d5 | |
fmt.Fscanf() | |
/usr/local/go/src/fmt/scan.go:145 +0xcd | |
fmt.Sscanf() | |
/usr/local/go/src/fmt/scan.go:117 +0xdb | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:511 +0x1bb | |
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).GetFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:185 +0x504 | |
fmt.(*ss).doScanf() | |
/usr/local/go/src/fmt/scan.go:1161 +0x4d5 | |
fmt.Fscanf() | |
/usr/local/go/src/fmt/scan.go:145 +0xcd | |
fmt.Sscanf() | |
/usr/local/go/src/fmt/scan.go:117 +0xdb | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:511 +0x1bb | |
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).GetFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:185 +0x504 | |
github.com/syndtr/goleveldb/leveldb.(*session).getFiles() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/session_util.go:46 +0xac | |
github.com/syndtr/goleveldb/leveldb.(*DB).recoverJournal() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:454 +0x80 | |
github.com/syndtr/goleveldb/leveldb.openDB() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:111 +0x980 | |
github.com/syndtr/goleveldb/leveldb.Open() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:177 +0x25f | |
fmt.(*ss).doScanf() | |
/usr/local/go/src/fmt/scan.go:1161 +0x4d5 | |
fmt.Fscanf() | |
/usr/local/go/src/fmt/scan.go:145 +0xcd | |
fmt.Sscanf() | |
/usr/local/go/src/fmt/scan.go:117 +0xdb | |
github.com/syndtr/goleveldb/leveldb/storage.(*file).parse() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:511 +0x1bb | |
github.com/syndtr/goleveldb/leveldb/storage.(*fileStorage).GetManifest() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage/file_storage.go:240 +0x16a7 | |
github.com/syndtr/goleveldb/leveldb.(*session).recover() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/session.go:120 +0x155 | |
github.com/syndtr/goleveldb/leveldb.Open() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:163 +0x172 | |
github.com/syndtr/goleveldb/leveldb.OpenFile() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go:199 +0xaa | |
github.com/ethereum/go-ethereum/ethdb.NewLDBDatabase() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/ethdb/database.go:62 +0xd2 | |
github.com/ethereum/go-ethereum/eth.func·001() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/backend.go:264 +0x63 | |
github.com/ethereum/go-ethereum/eth.New() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/backend.go:266 +0x317 | |
main.console() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:413 +0x222 | |
github.com/codegangsta/cli.Command.Run() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/codegangsta/cli/command.go:118 +0x1426 | |
github.com/codegangsta/cli.(*App).Run() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/codegangsta/cli/app.go:177 +0x1461 | |
main.main() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:341 +0xc0 | |
Goroutine 143 (finished) created at: | |
github.com/ethereum/go-ethereum/eth.(*Ethereum).StartMining() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/backend.go:476 +0x30b | |
github.com/ethereum/go-ethereum/xeth.(*XEth).SetMining() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/xeth/xeth.go:444 +0x85 | |
github.com/ethereum/go-ethereum/rpc/api.(*ethApi).GetWork() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/rpc/api/eth.go:563 +0x84 | |
github.com/ethereum/go-ethereum/rpc/api.(*ethApi).Execute() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/rpc/api/eth.go:119 +0x110 | |
github.com/ethereum/go-ethereum/rpc/api.(*MergedApi).Execute() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/rpc/api/mergedapi.go:67 +0x429 | |
github.com/ethereum/go-ethereum/rpc/comms.func·002() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/rpc/comms/http_net.go:152 +0x685 | |
net/http.HandlerFunc.ServeHTTP() | |
/usr/local/go/src/net/http/server.go:1265 +0x4e | |
github.com/ethereum/go-ethereum/rpc/comms.func·001() | |
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/rpc/comms/http_net.go:111 +0x26d | |
net/http.HandlerFunc.ServeHTTP() | |
/usr/local/go/src/net/http/server.go:1265 +0x4e | |
net/http.serverHandler.ServeHTTP() | |
/usr/local/go/src/net/http/server.go:1703 +0x1f6 | |
net/http.(*conn).serve() | |
/usr/local/go/src/net/http/server.go:1204 +0x1087 | |
================== | |
I0722 10:06:24.793930 30695 miner.go:117] Starting mining operation (CPU=0 TOT=3) | |
I0722 10:06:24.826814 30695 worker.go:503] commit new work on block 960904 with 0 txs & 0 uncles. Took 32.369986ms | |
I0722 10:06:34.691712 30695 chain_manager.go:678] imported 1 block(s) (0 queued 0 ignored) including 65 txs in 3.659053991s. #960904 [e2e92105 / e2e92105] | |
I0722 10:06:36.269371 30695 worker.go:503] commit new work on block 960905 with 0 txs & 0 uncles. Took 1.577186097s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment