-
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]: invalid memory address or nil pointer dereference #7935
Comments
@GeorgeTsagk thank you for your hint, but with #7936 lnd still crashes on startup with a slightly different segmentation violation:
|
@hpbock Could you try it again? Updated that PR to try a different approach. |
@yyforyongyu The segmentation violation is gone, but lnd does not start completely:
Lnd additionally complains regularly about broadcasting transactions:
|
@yyforyongyu @GeorgeTsagk thank you for your support so far! The I now called
Should I create another issue for these new problems? |
@hpbock thank you for reporting this issue! We are aware of the |
Background
After upgrading my lnd node to
v0.17.0-beta.rc1
, my node fails to startup with a segmentation violation.Your environment
lnd
:v0.17.0-beta.rc1
uname -a
on *Nix):Linux 5.10.0-23-amd64 #1 SMP Debian 5.10.179-1 (2023-05-12) x86_64 GNU/Linux
btcd
,bitcoind
, or other backend:bitcoind
Steps to reproduce
Expected behaviour
I expect lnd to startup without a segmentation violation.
Actual behaviour
The text was updated successfully, but these errors were encountered: