Created
June 11, 2015 14:23
-
-
Save obscuren/73dd188b3dd7150cdadf 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
goroutine 42 [running]: | |
net/http.func·011() | |
/usr/local/go/src/net/http/server.go:1130 +0xbb | |
github.com/ethereum/go-ethereum/eth.(*GasPriceOracle).SuggestPrice(0x0, 0x0) | |
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/eth/gasprice.go:158 +0x1d2 | |
github.com/ethereum/go-ethereum/xeth.(*XEth).DefaultGasPrice(0xc20c770820, 0xc209472e00) | |
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/xeth/xeth.go:45 +0x2f | |
github.com/ethereum/go-ethereum/xeth.(*XEth).Call(0xc20c770820, 0xc20be850b0, 0x2a, 0xc20be85080, 0x2a, 0xc20a013408, 0x1, 0x0, 0x0, 0x0, ...) | |
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/xeth/xeth.go:838 +0x3c7 | |
github.com/ethereum/go-ethereum/rpc.(*EthereumApi).doCall(0xc20b899420, 0xc20ad1a240, 0x86, 0x90, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) | |
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/rpc/api.go:634 +0x2f9 | |
github.com/ethereum/go-ethereum/rpc.(*EthereumApi).GetRequestReply(0xc20b899420, 0xc20b411130, 0xc208d39900, 0x0, 0x0) | |
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/rpc/api.go:217 +0x142d | |
github.com/ethereum/go-ethereum/rpc.RpcResponse(0xc20b899420, 0xc20b411130, 0x200) | |
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/rpc/http.go:134 +0x7f | |
github.com/ethereum/go-ethereum/rpc.func·001(0x73c1c28, 0xc20820ea00, 0xc20c7705b0) | |
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/rpc/http.go:90 +0x496 | |
net/http.HandlerFunc.ServeHTTP(0xc20caea780, 0x73c1c28, 0xc20820ea00, 0xc20c7705b0) | |
/usr/local/go/src/net/http/server.go:1265 +0x41 | |
github.com/rs/cors.func·001(0x73c1c28, 0xc20820ea00, 0xc20c7705b0) | |
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/Godeps/_workspace/src/github.com/rs/cors/cors.go:122 +0x1a0 | |
net/http.HandlerFunc.ServeHTTP(0xc20bae3080, 0x73c1c28, 0xc20820ea00, 0xc20c7705b0) | |
/usr/local/go/src/net/http/server.go:1265 +0x41 | |
github.com/ethereum/go-ethereum/rpc.func·002(0x73c1c28, 0xc20820ea00, 0xc20c7705b0) | |
/Users/jeffrey/go/src/github.com/ethereum/go-ethereum/rpc/types.go:318 +0x201 | |
net/http.HandlerFunc.ServeHTTP(0xc20bae3120, 0x73c1c28, 0xc20820ea00, 0xc20c7705b0) | |
/usr/local/go/src/net/http/server.go:1265 +0x41 | |
net/http.serverHandler.ServeHTTP(0xc20ad625a0, 0x73c1c28, 0xc20820ea00, 0xc20c7705b0) | |
/usr/local/go/src/net/http/server.go:1703 +0x19a | |
net/http.(*conn).serve(0xc20820e0a0) | |
/usr/local/go/src/net/http/server.go:1204 +0xb57 | |
created by net/http.(*Server).Serve | |
/usr/local/go/src/net/http/server.go:1751 +0x35e |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment