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

Debug interface crash #40384

Closed
howardjohn opened this issue Aug 10, 2022 · 2 comments · Fixed by #40393
Closed

Debug interface crash #40384

howardjohn opened this issue Aug 10, 2022 · 2 comments · Fixed by #40393
Assignees

Comments

howardjohn added a commit to howardjohn/istio that referenced this issue Aug 10, 2022
Fixes istio#40384

The issue is before we had some somewhat odd ordering to apply the
DebugMux to the debugGen. This changes it to be more explicit - and more
importantly correct as we correctly pass it a non-nil mux
@howardjohn howardjohn assigned howardjohn and unassigned stevenctl Aug 10, 2022
@howardjohn
Copy link
Member Author

@stevenctl I picked it up since you are OOO, hopefully you didn't start on it already

istio-testing pushed a commit that referenced this issue Aug 11, 2022
* debug interface: fix crash regression

Fixes #40384

The issue is before we had some somewhat odd ordering to apply the
DebugMux to the debugGen. This changes it to be more explicit - and more
importantly correct as we correctly pass it a non-nil mux

* lint
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants