Skip to content
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

Panic in Reconciler #67

Closed
patrick-ogrady opened this issue Jul 16, 2020 · 0 comments · Fixed by #68 or coinbase/mesh-cli#61
Closed

Panic in Reconciler #67

patrick-ogrady opened this issue Jul 16, 2020 · 0 comments · Fixed by #68 or coinbase/mesh-cli#61
Labels
bug Something isn't working

Comments

@patrick-ogrady
Copy link
Contributor

Describe the bug

panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x8dcb18]

goroutine 63 [running]:
github.com/coinbase/rosetta-sdk-go/reconciler.(*Reconciler).reconcileInactiveAccounts(0xc0073e2210, 0xbe28a0, 0xc005b5b080, 0x0, 0x0)
        /home/ec2-user/go/src/github.com/coinbase/rosetta-sdk-go/reconciler/reconciler.go:644 +0xe8
github.com/coinbase/rosetta-sdk-go/reconciler.(*Reconciler).Reconcile.func2(0xc008ff6768, 0x0)
        /home/ec2-user/go/src/github.com/coinbase/rosetta-sdk-go/reconciler/reconciler.go:707 +0x3f
golang.org/x/sync/errgroup.(*Group).Go.func1(0xc0063b2270, 0xc0067e5bc0)
        /home/ec2-user/go/src/golang.org/x/sync/errgroup/errgroup.go:57 +0x64
created by golang.org/x/sync/errgroup.(*Group).Go
        /home/ec2-user/go/src/golang.org/x/sync/errgroup/errgroup.go:54 +0x66

To Reproduce

  1. Sync some blocks to a persistent datadir using rosetta-cli check
  2. Halt syncing
  3. Restart check from the previous datadir
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
1 participant