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

v2.68.0: "panic: runtime error: invalid memory address or nil pointer dereference" #22

Closed
razielanarki opened this issue Oct 27, 2024 · 1 comment

Comments

@razielanarki
Copy link

razielanarki commented Oct 27, 2024

after go install-ing the latest v2.68.0 version ,
i get the following error when trying to run orbiton:

panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x76a04c]

goroutine 1 [running]:
main.main()
	/home/razielanarki/.cache/go/pkg/mod/github.com/xyproto/orbiton/v2@v2.68.0/main.go:242 +0x108c

addtional info

  • v2.67.1 works fine
  • custom env-s:
    GOPATH=$XDG_CACHE_HOME/go
    GOBIN=$XDG_BIN_HOME
  • go version:
    go1.23.2 linux/amd64
  • lsb_release -sd:
    Ubuntu Plucky Puffin (development branch)
  • uname -osrv: (latest build available from the ubuntu mainline kernel ppa)
    Linux 6.11.0-061100daily20240916-generic #202409160204 SMP PREEMPT_DYNAMIC Mon Sep 16 02:29:51 UTC 2024 x86_64 GNU/Linux
xyproto added a commit that referenced this issue Oct 27, 2024
@xyproto
Copy link
Owner

xyproto commented Oct 27, 2024

Thanks for reporting! Fixed in main.

@xyproto xyproto closed this as completed Oct 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants