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

NPE in crd.go:99 #809

Closed
integrii opened this issue Feb 3, 2021 · 1 comment · Fixed by #816
Closed

NPE in crd.go:99 #809

integrii opened this issue Feb 3, 2021 · 1 comment · Fixed by #816
Labels
bug Something isn't working
Milestone

Comments

@integrii
Copy link
Collaborator

integrii commented Feb 3, 2021

time="2020-11-02T23:39:27Z" level=error msg="Error running check: ssl-handshake-kubernetesdefault in namespace kuberhealthy: failed to verify uuid match 6732d32b-0342-48dd-829a-42a3b63669e8 after 9 tries"
time="2020-11-02T23:39:27Z" level=debug msg="Forming new workload struct with workload type: KHCheck"
time="2020-11-02T23:39:27Z" level=error msg="could not find Kuberhealthy check with name ssl-handshake-kubernetesdefault"
time="2020-11-02T23:39:27Z" level=error msg="Error when setting execution error on check ssl-handshake-kubernetesdefault kuberhealthy could not find Kuberhealthy check with name ssl-handshake-kubernetesdefault"
time="2020-11-02T23:39:27Z" level=debug msg="Forming new workload struct with workload type: KHCheck"
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x30 pc=0x12ffddb]
goroutine 5103309 [running]:
main.getCheckState(0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
	/build/cmd/kuberhealthy/crd.go:99 +0xbb
main.(*Kuberhealthy).setCheckExecutionError(0xc00057c230, 0xc000a9aca0, 0x1f, 0xc000a81350, 0xc, 0x17271a0, 0xc00015bd40)
	/build/cmd/kuberhealthy/kuberhealthy.go:102 +0x29b
main.(*Kuberhealthy).runCheck(0xc00057c230, 0x175a440, 0xc000c9ba40, 0x1766280, 0xc000126f00)
	/build/cmd/kuberhealthy/kuberhealthy.go:993 +0x5fb
created by main.(*Kuberhealthy).StartChecks
	/build/cmd/kuberhealthy/kuberhealthy.go:747 +0x266
@integrii integrii added the bug Something isn't working label Feb 3, 2021
@integrii
Copy link
Collaborator Author

integrii commented Feb 3, 2021

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant