We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description:
panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x38 pc=0x1722fb5]
goroutine 842 [running]: github.com/envoyproxy/gateway/internal/xds/server/runner.(*Runner).subscribeAndTranslate.func1({{0xc000cce100?, 0xc0009d35e0?}, 0x4e?, 0xc0004021a8?}) /home/runner/work/gateway/gateway/internal/xds/server/runner/runner.go:131 +0x55 github.com/envoyproxy/gateway/internal/message.HandleSubscription[...](0x0?, 0xc000db9f98?) /home/runner/work/gateway/gateway/internal/message/watchutil.go:28 +0xab github.com/envoyproxy/gateway/internal/xds/server/runner.(*Runner).subscribeAndTranslate(0xc0016d1e80, {0x1e53990?, 0xc00062fc40?}) /home/runner/work/gateway/gateway/internal/xds/server/runner/runner.go:121 +0x75 created by github.com/envoyproxy/gateway/internal/xds/server/runner.(*Runner).Start /home/runner/work/gateway/gateway/internal/xds/server/runner/runner.go:73 +0x165
The text was updated successfully, but these errors were encountered:
Thanks for raising it, I will take a look later this day.
Sorry, something went wrong.
@zhshw which EG version is used?
v0.2.0
Can you provide more context on this?
Like how to reproduce this, just delete envoy gateway pod and let it recreate one?
@zhshw
Xunzhuo
Successfully merging a pull request may close this issue.
Description:
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x38 pc=0x1722fb5]
goroutine 842 [running]:
github.com/envoyproxy/gateway/internal/xds/server/runner.(*Runner).subscribeAndTranslate.func1({{0xc000cce100?, 0xc0009d35e0?}, 0x4e?, 0xc0004021a8?})
/home/runner/work/gateway/gateway/internal/xds/server/runner/runner.go:131 +0x55
github.com/envoyproxy/gateway/internal/message.HandleSubscription[...](0x0?, 0xc000db9f98?)
/home/runner/work/gateway/gateway/internal/message/watchutil.go:28 +0xab
github.com/envoyproxy/gateway/internal/xds/server/runner.(*Runner).subscribeAndTranslate(0xc0016d1e80, {0x1e53990?, 0xc00062fc40?})
/home/runner/work/gateway/gateway/internal/xds/server/runner/runner.go:121 +0x75
created by github.com/envoyproxy/gateway/internal/xds/server/runner.(*Runner).Start
/home/runner/work/gateway/gateway/internal/xds/server/runner/runner.go:73 +0x165
The text was updated successfully, but these errors were encountered: