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

seg fault #770

Closed
danwt opened this issue May 2, 2024 · 2 comments
Closed

seg fault #770

danwt opened this issue May 2, 2024 · 2 comments

Comments

@danwt
Copy link
Contributor

danwt commented May 2, 2024

Getting Celestia extended headers via RPC call[]  module=celestia
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x2 addr=0x28 pc=0x106ff51a8]

goroutine 70 [running]:
github.com/dymensionxyz/dymint/da/celestia.(*DataAvailabilityLayerClient).getDataAvailabilityHeaders(0x14000bfe0f0, 0x149bd5)
	/Users/danwt/Documents/dym/d-dymint/da/celestia/celestia.go:641 +0x88

I think rpc can be nil here

headers, error := c.rpc.GetHeaders(ctx, height)

@danwt
Copy link
Contributor Author

danwt commented May 2, 2024

I lost the rest of the log

43e2d96

@srene
Copy link
Contributor

srene commented Jun 5, 2024

bug fixed in #857

@srene srene closed this as completed Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants