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

Getting an panic: runtime error trying to launch in a TrueNAS jail. #924

Open
ZeDima opened this issue Feb 16, 2022 · 0 comments
Open

Getting an panic: runtime error trying to launch in a TrueNAS jail. #924

ZeDima opened this issue Feb 16, 2022 · 0 comments

Comments

@ZeDima
Copy link

ZeDima commented Feb 16, 2022

I am trying to install and run the idena-go node in a TrueNAS jail that is FreeBSD based and is an 64 bit based system. The dependancies are installed and the package seems to be built correctly from git but at the moment of launch I get the following output

root@Idena:~/idena-go # ./idena-go
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x3ea4c39]

goroutine 1 [running]:
github.com/awnumar/memguard/core.Purge.func1(0xc0009df378)
        /root/go/pkg/mod/github.com/awnumar/memguard@v0.22.2/core/exit.go:22 +0x39
github.com/awnumar/memguard/core.Purge()
        /root/go/pkg/mod/github.com/awnumar/memguard@v0.22.2/core/exit.go:50 +0x39
github.com/awnumar/memguard/core.Panic({0xd21140, 0xc0003b2d80})
        /root/go/pkg/mod/github.com/awnumar/memguard@v0.22.2/core/exit.go:85 +0x25
github.com/awnumar/memguard/core.NewBuffer(0x20)
        /root/go/pkg/mod/github.com/awnumar/memguard@v0.22.2/core/buffer.go:75 +0x3a7
github.com/awnumar/memguard/core.NewCoffer()
        /root/go/pkg/mod/github.com/awnumar/memguard@v0.22.2/core/coffer.go:33 +0x48
github.com/awnumar/memguard/core.init.0()
        /root/go/pkg/mod/github.com/awnumar/memguard@v0.22.2/core/enclave.go:13+0x2c

Would greatly appreciate any feedback on why this might be happening. I feel that having the posibility of running a node on a TrueNAS server could upbring the adoption rate. NAS'es are 24/7 devices so the uptime on the nodes will be very high.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant