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
I haven't been able to reproduce this since, but:
panic: runtime error: invalid memory address or nil pointer dereference [recovered] panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x30 pc=0x87fbd9] goroutine 1 [running]: code.rocketnine.space/tslocum/cview.(*Application).HandlePanic(0xc000f117c0) /home/salmon/.gvm/pkgsets/go1.20/global/pkg/mod/code.rocketnine.space/tslocum/[email protected]/application.go:142 +0x85 panic({0x8e5800, 0xe2bef0}) /home/salmon/.gvm/gos/go1.20/src/runtime/panic.go:884 +0x213 main.renderBody(0x0, 0xc001416a00) /home/salmon/Documents/code/IAMPolicyHelper/main.go:166 +0x39 main.main.func2({0xc0015f879c?, 0xc000519890?}) /home/salmon/Documents/code/IAMPolicyHelper/main.go:111 +0xbc code.rocketnine.space/tslocum/cview.(*InputField).InputHandler.func1.1() /home/salmon/.gvm/pkgsets/go1.20/global/pkg/mod/code.rocketnine.space/tslocum/[email protected]/inputfield.go:725 +0xcc code.rocketnine.space/tslocum/cview.(*InputField).InputHandler.func1(0xc001544580, 0x10?) /home/salmon/.gvm/pkgsets/go1.20/global/pkg/mod/code.rocketnine.space/tslocum/[email protected]/inputfield.go:898 +0xb7d code.rocketnine.space/tslocum/cview.(*Box).WrapInputHandler.func1(0xc0018e2180?, 0xc000125e18?) /home/salmon/.gvm/pkgsets/go1.20/global/pkg/mod/code.rocketnine.space/tslocum/[email protected]/box.go:227 +0x53 code.rocketnine.space/tslocum/cview.(*Application).Run.func2({0x90bc00?, 0xc001544580?}) /home/salmon/.gvm/pkgsets/go1.20/global/pkg/mod/code.rocketnine.space/tslocum/[email protected]/application.go:388 +0x358 code.rocketnine.space/tslocum/cview.(*Application).Run(0xc000f117c0) /home/salmon/.gvm/pkgsets/go1.20/global/pkg/mod/code.rocketnine.space/tslocum/[email protected]/application.go:481 +0x331 main.main() /home/salmon/Documents/code/IAMPolicyHelper/main.go:128 +0x31e
The text was updated successfully, but these errors were encountered:
Octogonapus
No branches or pull requests
I haven't been able to reproduce this since, but:
The text was updated successfully, but these errors were encountered: