Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save christian-posta/b6dead9dc83d55564f82d4fec847fb91 to your computer and use it in GitHub Desktop.
Save christian-posta/b6dead9dc83d55564f82d4fec847fb91 to your computer and use it in GitHub Desktop.
istio-error
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x8 pc=0x1e5acb6]
goroutine 1 [running]:
main.glob..func1(0x2941960, 0xc420433b80, 0x0, 0x2, 0x0, 0x0)
/home/jenkins/workspace/manager/presubmit/src/istio.io/manager/cmd/istioctl/inject.go:88 +0xc6
istio.io/manager/vendor/github.com/spf13/cobra.(*Command).execute(0x2941960, 0xc4204339a0, 0x2, 0x2, 0x2941960, 0xc4204339a0)
/home/jenkins/workspace/manager/presubmit/src/istio.io/manager/vendor/github.com/spf13/cobra/command.go:599 +0x3e9
istio.io/manager/vendor/github.com/spf13/cobra.(*Command).ExecuteC(0x2941b80, 0x0, 0xc4202e6ec0, 0x1)
/home/jenkins/workspace/manager/presubmit/src/istio.io/manager/vendor/github.com/spf13/cobra/command.go:689 +0x339
istio.io/manager/vendor/github.com/spf13/cobra.(*Command).Execute(0x2941b80, 0xc4202e6ec0, 0xc4202f35c0)
/home/jenkins/workspace/manager/presubmit/src/istio.io/manager/vendor/github.com/spf13/cobra/command.go:648 +0x2b
main.main()
/home/jenkins/workspace/manager/presubmit/src/istio.io/manager/cmd/istioctl/main.go:278 +0x31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment