-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[bug]: lnd crashes with panic: runtime error: invalid memory address or nil pointer dereference #9399
Comments
This comment was marked as spam.
This comment was marked as spam.
@greenart7c3 what Go version are you using? |
go version go1.23.1 linux/amd64 |
@greenart7c3 did you compile |
I used the compiled version from the releases |
I looked it up and the compiled version uses |
@Crypt-iQ - is it not that the actual |
Because it's crashing inside of |
@greenart7c3 is your LND permanently in restart mode, because of this error, or does it only happen occasionally ? Would you be able to run a customized LND version with more DEBUG logs to trace down your problem ? |
UPDATE: => This should not be a problem, golang binaries are independant from the local golang version, so this is not the problem. |
waiting for your confirmation before closing. |
It only happened in that day and never again. The only difference that day in the logs is that it was having some tor connection issues with some peers |
which bitcoind version are you running ? |
do you still have the logs available ? |
I don't have the logs anymore |
I'm getting possibly the same issue. Just upgraded bitcoind and lnd to: bitcoin-28.0 FreeBSD 13.4 All built from source. EDIT (guggero): Unrelated issue, created here: #9413 |
Background
lnd crashes with panic: runtime error: invalid memory address or nil pointer dereference
Your environment
lnd 0.18.4-beta
Ubuntu
bitcoind
Steps to reproduce
Don't know how to reproduce this but its happening a lot today. The service starts and after a while a get this error
Expected behaviour
Actual behaviour
The text was updated successfully, but these errors were encountered: