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

Panic on help #429

Closed
emilevauge opened this issue Jun 2, 2016 · 0 comments
Closed

Panic on help #429

emilevauge opened this issue Jun 2, 2016 · 0 comments
Assignees
Labels
Milestone

Comments

@emilevauge
Copy link
Member

traefik --help panics:

./traefik --help
panic: interface conversion: interface is main.Constraints, not []types.Constraint

goroutine 1 [running]:
panic(0xe11a80, 0xc820295340)
    /home/emile/.gvm/gos/go1.6/src/runtime/panic.go:464 +0x3e6
main.(*Constraints).SetValue(0xc8202d81a0, 0xc2f280, 0xc820317ea0)
    /home/emile/dev/go/src/github.com/containous/traefik/configuration.go:176 +0x56
github.com/containous/traefik/vendor/github.com/containous/flaeg.PrintHelpWithCommand(0xc82017d348, 0xc82017d318, 0xc8202cdd10, 0xc8201e6d70, 0xc82025b6b0, 0x2, 0x2, 0x0, 0x0)
    /home/emile/dev/go/src/github.com/containous/traefik/vendor/github.com/containous/flaeg/flaeg.go:593 +0x764
github.com/containous/traefik/vendor/github.com/containous/flaeg.PrintErrorWithCommand(0x7f6f246c4028, 0xc82025b630, 0xc82017d348, 0xc82017d318, 0xc8202cdd10, 0xc8201e6d70, 0xc82025b6b0, 0x2, 0x2, 0x0, ...)
    /home/emile/dev/go/src/github.com/containous/traefik/vendor/github.com/containous/flaeg/flaeg.go:648 +0xef
github.com/containous/traefik/vendor/github.com/containous/flaeg.LoadWithCommand(0xc8201e6d70, 0xc82000a3f0, 0x1, 0x1, 0xc8202cdc80, 0xc82025b6b0, 0x2, 0x2, 0x0, 0x0)
    /home/emile/dev/go/src/github.com/containous/traefik/vendor/github.com/containous/flaeg/flaeg.go:540 +0x449
github.com/containous/traefik/vendor/github.com/containous/flaeg.(*Flaeg).Parse(0xc8201ccba0, 0xc8201e6d70, 0x1, 0x0, 0x0)
    /home/emile/dev/go/src/github.com/containous/traefik/vendor/github.com/containous/flaeg/flaeg.go:701 +0xb8
main.main()
    /home/emile/dev/go/src/github.com/containous/traefik/traefik.go:93 +0x15ec
@emilevauge emilevauge added the bug label Jun 2, 2016
@emilevauge emilevauge added this to the 1.0 milestone Jun 2, 2016
@emilevauge emilevauge self-assigned this Jun 2, 2016
@ldez ldez added kind/bug/confirmed a confirmed bug (reproducible). kind/bug/possible a possible bug that needs analysis before it is confirmed or fixed. and removed kind/bug/possible a possible bug that needs analysis before it is confirmed or fixed. labels Apr 29, 2017
@traefik traefik locked and limited conversation to collaborators Sep 1, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants