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

Segmentation fault error when try to run wahay #38

Open
tahnous opened this issue May 17, 2024 · 0 comments · May be fixed by #39
Open

Segmentation fault error when try to run wahay #38

tahnous opened this issue May 17, 2024 · 0 comments · May be fixed by #39

Comments

@tahnous
Copy link

tahnous commented May 17, 2024

Hi,

I'm getting this error when I try to run wahay when I have mumble installed via apt on Debian12:

bin/wahay
INFO[0000] Detected language: en                        
INFO[0000] Using Tor binary found in: /usr/bin/tor      
INFO[0000] Saving the config file to: /home/m34n/.local/share/wahay/tor3896519667/torrc 
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x60 pc=0xc1aa78]

goroutine 21 [running]:
os/exec.(*Cmd).Output(0x3?)
	/usr/lib/go-1.19/src/os/exec/exec.go:675 +0x18
github.com/digitalautonomy/wahay/client.isThereAnAvailableBinary({0xc000542010, 0xf})
	/home/m34n/src/tahnous/src/wahay/client/binary.go:323 +0x3e2
github.com/digitalautonomy/wahay/client.searchBinaryInSystem()
	/home/m34n/src/tahnous/src/wahay/client/binary.go:290 +0x46
github.com/digitalautonomy/wahay/client.searchBinary(0x0?)
	/home/m34n/src/tahnous/src/wahay/client/binary.go:190 +0xa3
github.com/digitalautonomy/wahay/client.InitSystem(0x0?, {0x105f590?, 0xc0002fa000})
	/home/m34n/src/tahnous/src/wahay/client/client.go:66 +0xb3
github.com/digitalautonomy/wahay/gui.(*gtkUI).ensureMumble.func1.1()
	/home/m34n/src/tahnous/src/wahay/gui/mumble.go:18 +0x85
created by github.com/digitalautonomy/wahay/gui.(*gtkUI).ensureMumble.func1
	/home/m34n/src/tahnous/src/wahay/gui/mumble.go:15 +0xb8`
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

Successfully merging a pull request may close this issue.

1 participant