-
Notifications
You must be signed in to change notification settings - Fork 20.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Swarm segmentation fault in network protocol on deplyoing chequebook #3566
Comments
I haven't been able to reproduce this:
Started geth like this : results here: https://gist.github.com/holisticode/c748d045bc4db0f56bf38fa276baa56b
Maybe latest releases got this fixed? |
I got same issue running ubuntu linux 16.04 on Virtual machine. - System information: swarm@ubuntu150:~/eth$ swarm version swarm@ubuntu150:~/eth$ geth version Expected behaviour: Actual behaviour: Backtrace: goroutine 616 [running]: |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
i am also facing similar issue panic: runtime error: invalid memory address or nil pointer dereference looks like its related with the Golang |
@arokapil thanks for adding to this issue. However, your stack trace is too small to be able to validate it is indeed related to the same issue or if it's due to something else. Could you please provide a more extensive stack trace (you may look at the original report above for what we are requesting)? Thanks |
Hey thanks for the response!!
i am getting exception while i try to run config.json ... I am using sammy’s open ethereum pool
Detail ::
panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x778737] this is only happening with Etc pool..
This was fine till the day before yesterday Ethereaum pool is fine.. any idea what is this related to??
complete exceptiopn
2018/06/18 15:32:50 Running with 2 threads 2018/06/18 15:32:50 Backend check reply: PONG 2018/06/18 15:32:50 Starting API on 0.0.0.0:8089 2018/06/18 15:32:50 Set stats collect interval to 5s 2018/06/18 15:32:50 Set purge interval to 10m0s 2018/06/18 15:32:50 Policy state refresh complete 2018/06/18 15:32:50 Set policy stats reset every 1h0m0s 2018/06/18 15:32:50 Set policy state refresh every 1m0s 2018/06/18 15:32:50 Running with 8 policy workers 2018/06/18 15:32:50 Upstream: main => http://127.0.0.1:9550 2018/06/18 15:32:50 Upstream: backup => http://127.0.0.2:9550 2018/06/18 15:32:50 Default upstream: main => http://127.0.0.1:9550 2018/06/18 15:32:50 Stratum listening on 0.0.0.0:8007 2018/06/18 15:32:50 Purged stale stats from backend, 0 shares affected, elapsed time 542.018µs 2018/06/18 15:32:50 Stats collection finished 295.754µs panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x10 pc=0x77bb7c] goroutine 18 [running]: github.com/sammy007/open-ethereum-pool/proxy.(*ProxyServer).fetchPendingBlock(0xc42014e090, 0x70, 0x44, 0x0, 0x0, 0x0) /mnt/sammy007/open-ethereum-pool/ethereum-classic/build/_workspace/src/github.com/sammy007/open-ethereum-pool/proxy/blocks.go:112 +0x23c github.com/sammy007/open-ethereum-pool/proxy.(*ProxyServer).fetchBlockTemplate(0xc42014e090) /mnt/sammy007/open-ethereum-pool/ethereum-classic/build/_workspace/src/github.com/sammy007/open-ethereum-pool/proxy/blocks.go:52 +0xe4 github.com/sammy007/open-ethereum-pool/proxy.NewProxy(0xcda7c0, 0xc4200e6da0, 0x0) /mnt/sammy007/open-ethereum-pool/build/_workspace/src/github.com/sammy007/sammy007/open-ethereum-pool/proxy.go:70 +0x4c4 main.startProxy() /mnt/sammy007/open-ethereum-pool/build/_workspace/src/github.com/sammy007/open-ethereum-pool/main.go:24 +0x39 created by main.main /mnt/sammy007/open-ethereum-pool/build/_workspace/src/github.com/sammy007/open-ethereum-pool/main.go:93 +0x28e
…Sent from my iPhone
Regards,
Kapil
On 18-Jun-2018, at 8:45 PM, holisticode ***@***.***> wrote:
@arokapil thanks for adding to this issue. However, your stack trace is too small to be able to validate it is indeed related to the same issue or if it's due to something else. Could you please provide a more extensive stack trace (you may look at the original report above for what we are requesting)? Thanks
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
I am sorry but looking at this stack trace it seems unrelated to this issue. Please open a new ticket to report your problem. Thanks |
Closing this issue because Swap is currently being rewritten from scratch. |
System information
Geth version:
geth 1.5.6-stable
,swarm 0.2
OS & Version: ArchLinux, w/ kernel 4.8.13-1
Commit hash : n/a
Expected behaviour
--swap
modeActual behaviour
--swap
modehttps://testnet.etherscan.io/tx/0x7f940e418b2b0bb9f4de98e82e8aa968cf4ea9a0634f0c24ee9779f08a778ca4
Steps to reproduce the behaviour
--swap
mode with the following parameters:https://testnet.etherscan.io/tx/0xdd9ce99a0d7034e2646c875304e1bb6ecd3948c8c048515bb8318eec002a8829
Backtrace
The text was updated successfully, but these errors were encountered: