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: DMapPipeline.execOnPartition #256

Open
derekperkins opened this issue Aug 9, 2024 · 0 comments
Open

panic: DMapPipeline.execOnPartition #256

derekperkins opened this issue Aug 9, 2024 · 0 comments

Comments

@derekperkins
Copy link
Contributor

derekperkins commented Aug 9, 2024

We've seen this panic about 250 times in the last 30 days.

https://github.com/buraksezer/olric/blob/v0.5.5/pipeline.go#L476-L484

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

goroutine 9439775 [running]:
github.com/buraksezer/olric.(*DMapPipeline).execOnPartition(0xc005f04660, {0x30caa48, 0xc0074ba060}, 0x8a)
	/Users/derek/go/pkg/mod/github.com/buraksezer/[email protected]/pipeline.go:483 +0x222
github.com/buraksezer/olric.(*DMapPipeline).Exec.func1()
	/Users/derek/go/pkg/mod/github.com/buraksezer/[email protected]/pipeline.go:532 +0x65
golang.org/x/sync/errgroup.(*Group).Go.func1()
	/Users/derek/go/pkg/mod/golang.org/x/[email protected]/errgroup/errgroup.go:78 +0x56
created by golang.org/x/sync/errgroup.(*Group).Go in goroutine 9439533
	/Users/derek/go/pkg/mod/golang.org/x/[email protected]/errgroup/errgroup.go:75 +0x96
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

1 participant