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

ignite docs panics #3379

Closed
tbruyelle opened this issue Jan 6, 2023 · 0 comments · Fixed by #3385
Closed

ignite docs panics #3379

tbruyelle opened this issue Jan 6, 2023 · 0 comments · Fixed by #3385
Assignees
Labels
type:error Something isn't working
Milestone

Comments

@tbruyelle
Copy link
Contributor

$ ignite docs
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x40 pc=0x1834ca0]

goroutine 1 [running]:
github.com/charmbracelet/bubbletea.(*Program).EnableMouseCellMotion(...)
	/home/tom/go/pkg/mod/github.com/charmbracelet/[email protected]/screen.go:143
github.com/ignite/cli/ignite/pkg/markdownviewer.View({0xc00124e290?, 0x29f48a0?})
	/home/tom/src/ignite/cli/ignite/pkg/markdownviewer/markdownviewer.go:26 +0x160
github.com/ignite/cli/ignite/cmd.docsHandler(0xc001071800, {0x67f3168, 0x0, 0x0})
	/home/tom/src/ignite/cli/ignite/cmd/docs.go:28 +0x75
github.com/spf13/cobra.(*Command).execute(0xc001071800, {0x67f3168, 0x0, 0x0})
	/home/tom/go/pkg/mod/github.com/spf13/[email protected]/command.go:916 +0x862
github.com/spf13/cobra.(*Command).ExecuteC(0xc000043500)
	/home/tom/go/pkg/mod/github.com/spf13/[email protected]/command.go:1044 +0x3bd
github.com/spf13/cobra.(*Command).Execute(...)
	/home/tom/go/pkg/mod/github.com/spf13/[email protected]/command.go:968
github.com/spf13/cobra.(*Command).ExecuteContext(...)
	/home/tom/go/pkg/mod/github.com/spf13/[email protected]/command.go:961
main.run()
	/home/tom/src/ignite/cli/ignite/cmd/ignite/main.go:36 +0x11f
main.main()
	/home/tom/src/ignite/cli/ignite/cmd/ignite/main.go:19 +0x19
@tbruyelle tbruyelle added the type:error Something isn't working label Jan 6, 2023
@tbruyelle tbruyelle added this to the v0.26.0 milestone Jan 6, 2023
@jeronimoalbi jeronimoalbi self-assigned this Jan 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:error Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants