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

Segfault when searching #1

Open
Octogonapus opened this issue May 1, 2023 · 0 comments
Open

Segfault when searching #1

Octogonapus opened this issue May 1, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@Octogonapus
Copy link
Owner

Octogonapus commented May 1, 2023

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
@Octogonapus Octogonapus added the bug Something isn't working label May 1, 2023
@Octogonapus Octogonapus self-assigned this May 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant