Skip to content

Instantly share code, notes, and snippets.

@tcoulter
Created July 22, 2015 21:12
Show Gist options
  • Save tcoulter/c81458cfe25fb38586b5 to your computer and use it in GitHub Desktop.
Save tcoulter/c81458cfe25fb38586b5 to your computer and use it in GitHub Desktop.
desktop@steamos:~$ ./mygeth
I0722 13:58:38.162138 10855 backend.go:288] Protocol Versions: [61 60], Network Id: 0
I0722 13:58:38.167376 10855 backend.go:317] Blockchain DB Version: 3
I0722 13:58:38.174356 10855 chain_manager.go:257] Last block (#962262) 8aa576760b3353f2f295b8f7b77b6bdb19263281cf200ae2d1d1e80147cef4ac TD=9980022322110980
I0722 13:58:39.330708 10855 cmd.go:122] Starting Geth/v0.9.39/linux/go1.4.2
I0722 13:58:39.330985 10855 server.go:311] Starting Server
I0722 13:58:40.197929 10855 udp.go:205] Listening, enode://db4a0c2622f93c6ccd246a118cf668afa8fa6c71608dec9d321fe3f77bdd5ec919e93ba2df41f0adc9a1906c0d2a98796a0380ec22da42659b2ed3a2c4ab22ae@50.136.197.236:30303
I0722 13:58:40.200362 10855 backend.go:542] Server started
Unlocking account 0 | Attempt 1/3
Passphrase: I0722 13:58:40.200931 10855 server.go:548] Listening on [::]:30303
I0722 13:58:48.553221 10855 downloader.go:277] Block synchronisation started
Account '0' unlocked.
I0722 13:58:54.288656 10855 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: 962262 (2015-07-22 12:24:08)
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 13:58:55.077566 10855 miner.go:117] Starting mining operation (CPU=0 TOT=3)
==================
WARNING: DATA RACE
Write by goroutine 193:
github.com/ethereum/go-ethereum/xeth.(*hashQueue).get()
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/xeth/xeth.go:1018 +0x7f
github.com/ethereum/go-ethereum/xeth.(*XEth).TransactionFilterChanged()
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/xeth/xeth.go:615 +0x183
github.com/ethereum/go-ethereum/rpc/api.(*ethApi).GetFilterChanges()
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/rpc/api/eth.go:537 +0x489
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:164 +0xa7f
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
Previous read by goroutine 19:
github.com/ethereum/go-ethereum/xeth.(*XEth).start()
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/xeth/xeth.go:160 +0x603
Goroutine 193 (running) created at:
net/http.(*Server).Serve()
/usr/local/go/src/net/http/server.go:1751 +0x3cd
net/http.Serve()
/usr/local/go/src/net/http/server.go:1606 +0xdc
Goroutine 19 (running) created at:
github.com/ethereum/go-ethereum/xeth.New()
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/xeth/xeth.go:128 +0x8f5
github.com/ethereum/go-ethereum/cmd/utils.StartRPC()
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/cmd/utils/flags.go:502 +0x185
main.startEth()
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:549 +0x457
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.(*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).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/p2p/discover.newPersistentNodeDB()
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/discover/database.go:97 +0xdc
github.com/ethereum/go-ethereum/p2p/discover.newNodeDB()
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/discover/database.go:76 +0xe5
github.com/ethereum/go-ethereum/p2p/discover.newTable()
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:91 +0x71
github.com/ethereum/go-ethereum/p2p/discover.newUDP()
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:229 +0x660
github.com/ethereum/go-ethereum/p2p/discover.ListenUDP()
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/discover/udp.go:204 +0x1a2
github.com/ethereum/go-ethereum/p2p.(*Server).Start()
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/p2p/server.go:333 +0x939
github.com/ethereum/go-ethereum/eth.(*Ethereum).Start()
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/eth/backend.go:525 +0x27d
github.com/ethereum/go-ethereum/cmd/utils.StartEthereum()
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/cmd/utils/cmd.go:123 +0x28a
main.startEth()
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:529 +0x46
main.console()
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/cmd/geth/main.go:420 +0x3e0
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
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:280 +0x90d
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
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.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).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: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
==================
I0722 13:58:58.112572 10855 worker.go:503] commit new work on block 962263 with 1 txs & 0 uncles. Took 3.034436201s
==================
WARNING: DATA RACE
Read by goroutine 123:
github.com/ethereum/go-ethereum/xeth.(*hashQueue).add()
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/xeth/xeth.go:1014 +0x44
github.com/ethereum/go-ethereum/xeth.func·004()
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/xeth/xeth.go:554 +0x1fd
github.com/ethereum/go-ethereum/event/filter.(*FilterManager).filterLoop()
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/filter/eth_filter.go:108 +0x9c4
Previous write by goroutine 179:
github.com/ethereum/go-ethereum/xeth.(*hashQueue).get()
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/xeth/xeth.go:1020 +0xfe
github.com/ethereum/go-ethereum/xeth.(*XEth).TransactionFilterChanged()
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/xeth/xeth.go:615 +0x183
github.com/ethereum/go-ethereum/rpc/api.(*ethApi).GetFilterChanges()
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/rpc/api/eth.go:537 +0x489
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:164 +0xa7f
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
Goroutine 123 (running) created at:
github.com/ethereum/go-ethereum/event/filter.(*FilterManager).Start()
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/filter/eth_filter.go:47 +0x40
Goroutine 179 (finished) created at:
net/http.(*Server).Serve()
/usr/local/go/src/net/http/server.go:1751 +0x3cd
net/http.Serve()
/usr/local/go/src/net/http/server.go:1606 +0xdc
==================
==================
WARNING: DATA RACE
Read by goroutine 111:
github.com/ethereum/go-ethereum/rpc/api.NewHashesRes()
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/rpc/api/eth_args.go:836 +0x107
github.com/ethereum/go-ethereum/rpc/api.(*ethApi).GetFilterChanges()
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/rpc/api/eth.go:537 +0x4c3
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:164 +0xa7f
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
Previous write by goroutine 123:
runtime.slicecopy()
/usr/local/go/src/runtime/slice.go:94 +0x0
github.com/ethereum/go-ethereum/xeth.(*hashQueue).add()
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/xeth/xeth.go:1014 +0x156
github.com/ethereum/go-ethereum/xeth.func·004()
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/xeth/xeth.go:554 +0x1fd
github.com/ethereum/go-ethereum/event/filter.(*FilterManager).filterLoop()
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/filter/eth_filter.go:108 +0x9c4
Goroutine 111 (running) created at:
net/http.(*Server).Serve()
/usr/local/go/src/net/http/server.go:1751 +0x3cd
net/http.Serve()
/usr/local/go/src/net/http/server.go:1606 +0xdc
Goroutine 123 (running) created at:
github.com/ethereum/go-ethereum/event/filter.(*FilterManager).Start()
/home/desktop/workspace/godev/src/github.com/ethereum/go-ethereum/event/filter/eth_filter.go:47 +0x40
==================
> web3.admin.chainSyncStatus
{
blocksAvailable: 0,
blocksWaitingForImport: 0,
estimate: '19m51.706275772s',
importing: 542
}
> web3.admin.chainSyncStatus
{
blocksAvailable: 0,
blocksWaitingForImport: 0,
estimate: '19m41.843754553s',
importing: 539
}
> web3.admin.chainSyncStatus
{
blocksAvailable: 0,
blocksWaitingForImport: 0,
estimate: '17m27.35771697s',
importing: 537
}
> web3.admin.chainSyncStatus
{
blocksAvailable: 0,
blocksWaitingForImport: 536,
estimate: '9h17m53.914434342s',
importing: 526
}
> web3.admin.chainSyncStatus
{
blocksAvailable: 0,
blocksWaitingForImport: 536,
estimate: '9h20m50.674245342s',
importing: 526
}
> web3.admin.chainSyncStatus
{
blocksAvailable: 0,
blocksWaitingForImport: 536,
estimate: '9h21m41.707198278s',
importing: 526
}
> web3.admin.chainSyncStatus
{
blocksAvailable: 0,
blocksWaitingForImport: 536,
estimate: '9h22m32.169822168s',
importing: 526
}
> web3.admin.chainSyncStatus
{
blocksAvailable: 0,
blocksWaitingForImport: 536,
estimate: '9h23m22.403471424s',
importing: 526
}
> web3.admin.chainSyncStatus
{
blocksAvailable: 0,
blocksWaitingForImport: 536,
estimate: '9h23m57.135673788s',
importing: 526
}
> web3.admin.chainSyncStatus
{
blocksAvailable: 0,
blocksWaitingForImport: 536,
estimate: '9h24m38.297526822s',
importing: 526
}
> web3.admin.chainSyncStatus
{
blocksAvailable: 0,
blocksWaitingForImport: 536,
estimate: '9h25m17.84481807s',
importing: 526
}
> web3.admin.chainSyncStatus
{
blocksAvailable: 0,
blocksWaitingForImport: 536,
estimate: '9h33m12.557061522s',
importing: 526
}
> web3.admin.chainSyncStatus
{
blocksAvailable: 0,
blocksWaitingForImport: 536,
estimate: '9h33m55.080566352s',
importing: 526
}
> web3.admin.chainSyncStatus
{
blocksAvailable: 0,
blocksWaitingForImport: 536,
estimate: '9h34m32.489353866s',
importing: 526
}
> web3.admin.chainSyncStatus
{
blocksAvailable: 0,
blocksWaitingForImport: 536,
estimate: '9h35m10.976827524s',
importing: 526
}
> web3.admin.chainSyncStatus
{
blocksAvailable: 0,
blocksWaitingForImport: 536,
estimate: '9h35m40.828624818s',
importing: 526
}
> web3.admin.chainSyncStatus
{
blocksAvailable: 0,
blocksWaitingForImport: 536,
estimate: '10h20m18.958370982s',
importing: 526
}
>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment