-
Notifications
You must be signed in to change notification settings - Fork 316
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
hab-sup panics when pkg_export tries to export struct #5854
Labels
Focus:Supervisor
Related to the Habitat Supervisor (core/hab-sup) component
Type: Bug
Issues that describe broken functionality
Milestone
Comments
Full stacktrace on panic
Looks like @fnichol might have worried about this at time of writing: https://github.com/habitat-sh/habitat/blob/master/components/butterfly/src/rumor/service.rs#L113-L117 // TODO FN: Can we really expect this all the time, should we return a `Result<Self>`
// in this constructor?
cfg: cfg
.map(|v| toml::ser::to_vec(v).expect("Struct should serialize to bytes"))
.unwrap_or_default(), |
Fixed by #5987 |
christophermaier
added
Focus:Supervisor
Related to the Habitat Supervisor (core/hab-sup) component
Type: Bug
Issues that describe broken functionality
and removed
A-supervisor
labels
Jul 24, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Focus:Supervisor
Related to the Habitat Supervisor (core/hab-sup) component
Type: Bug
Issues that describe broken functionality
This is ascii order dependent:
does not work work
does not work work
hab-sup dies with:
================
The following works:
The text was updated successfully, but these errors were encountered: