Thanks to visit codestin.com Credit goes to github.com
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
Spotted in: https://github.com/coder/coder/actions/runs/6972047158/job/18973430969?pr=10845
panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x18 pc=0x3cba729] goroutine 51993 [running]: github.com/coder/coder/v2/coderd.(*API).watchWorkspace.func2({0x0?, 0x0?}, {0x0?, 0x0?, 0x0?}) /home/runner/actions-runner/_work/coder/coder/coderd/workspaces.go:1222 +0x349 github.com/coder/coder/v2/coderd/database/pubsub.genericListener.send({0xc018dcb290?, 0x0?}, {0x71ee290, 0xc000138008}, {0x8cfaa28, 0x0, 0x0}) /home/runner/actions-runner/_work/coder/coder/coderd/database/pubsub/pubsub_memory.go:18 +0x84 github.com/coder/coder/v2/coderd/database/pubsub.(*MemoryPubsub).Publish.func1() /home/runner/actions-runner/_work/coder/coder/coderd/database/pubsub/pubsub_memory.go:79 +0xfa created by github.com/coder/coder/v2/coderd/database/pubsub.(*MemoryPubsub).Publish /home/runner/actions-runner/_work/coder/coder/coderd/database/pubsub/pubsub_memory.go:77 +0x214
The text was updated successfully, but these errors were encountered:
Also https://github.com/coder/coder/actions/runs/6980355007/job/18995435295
Sorry, something went wrong.
fix(coderd): remove nil ptr deref in watchWorkspace
1026e97
Fixes #10849
fix(coderd): remove nil ptr deref in watchWorkspace (#10859)
e73901c
fix(coderd): remove nil ptr deref in watchWorkspace (coder#10859)
dc5f3cc
Fixes coder#10849
mafredri
Successfully merging a pull request may close this issue.
Spotted in: https://github.com/coder/coder/actions/runs/6972047158/job/18973430969?pr=10845
The text was updated successfully, but these errors were encountered: