ElementsProject / ElementsProject/lightning

cln restart loop caused by fee overflow

Open
#6,716 8 comments 0 reactions 1 assignee Claimed by @vincenzopalazzo View on GitHub
QA Type::Bug
Dominant language
C
Stars
3.1k
Forks
1k
Avg merge
4d 10h
Merged PRs (30d)
13

Description

My mainnet node is in a restart loop because of this:

```
Sep 24 11:20:26 lightningd[2028800]: DEBUG 0380ef0209ff1b46c38a37cd40f613d1dae3eba481a909459d6c1434a0e56e5d8c-hsmd: Got WIRE_HSMD_CUPDATE_SIG_REQ
Sep 24 11:20:26 lightningd[2028800]: DEBUG hsmd: Client: Received message 3 from client
Sep 24 11:20:26 lightningd[2028800]: DEBUG 0380ef0209ff1b46c38a37cd40f613d1dae3eba481a909459d6c1434a0e56e5d8c-hsmd: Got WIRE_HSMD_CUPDATE_SIG_REQ
Sep 24 11:20:26 lightningd[2028800]: DEBUG hsmd: Client: Received message 3 from client
Sep 24 11:20:26 lightningd[2028800]: DEBUG 0380ef0209ff1b46c38a37cd40f613d1dae3eba481a909459d6c1434a0e56e5d8c-hsmd: Got WIRE_HSMD_CUPDATE_SIG_REQ
Sep 24 11:20:26 lightningd[2028800]: DEBUG hsmd: Client: Received message 3 from client
Sep 24 11:20:26 lightningd[2028800]: DEBUG 0380ef0209ff1b46c38a37cd40f613d1dae3eba481a909459d6c1434a0e56e5d8c-hsmd: Got WIRE_HSMD_CUPDATE_SIG_REQ
Sep 24 11:20:26 lightningd[2028800]: DEBUG hsmd: Client: Received message 3 from client
Sep 24 11:20:26 lightningd[2028800]: DEBUG 0380ef0209ff1b46c38a37cd40f613d1dae3eba481a909459d6c1434a0e56e5d8c-hsmd: Got WIRE_HSMD_CUPDATE_SIG_REQ
Sep 24 11:20:26 lightningd[2028800]: DEBUG hsmd: Client: Received message 3 from client
Sep 24 11:20:26 lightningd[2028800]: DEBUG lightningd: io_break: gossipd_init_done
Sep 24 11:20:26 lightningd[2028800]: DEBUG lightningd: io_loop: gossip_init
Sep 24 11:20:26 lightningd[2028800]: DEBUG lightningd: Looking for [autoclean,succeededforwards,num]
Sep 24 11:20:26 lightningd[2028800]: DEBUG lightningd: Got [autoclean,succeededforwards,num]
Sep 24 11:20:26 lightningd[2028800]: DEBUG lightningd: Printing
Sep 24 11:20:26 lightningd[2028800]: **BROKEN** lightningd: Adding forward fees 516150999msat + 18446744073193896594msat overflowed
Sep 24 11:20:26 lightningd[2028800]: Adding forward fees 516150999msat + 18446744073193896594msat overflowed
Sep 24 11:20:26 systemd[1]: lightningd.service: Main process exited, code=exited, status=1/FAILURE
Sep 24 11:20:26 lightningd[2028808]: Lost connection to the RPC socket.
Sep 24 11:20:26 lightningd[2028807]: Reading JSON input: Connection reset by peer
Sep 24 11:20:26 lightningd[2028809]: Reading JSON input: Connection reset by peer
Sep 24 11:20:26 lightningd[2028811]: Reading JSON input: Connection reset by peer
Sep 24 11:20:26 lightningd[2028814]: Reading JSON input: Connection reset by peer
Sep 24 11:20:26 lightningd[2028810]: Reading JSON input: Connection reset by peer
Sep 24 11:20:26 systemd[1]: lightningd.service: Failed with result 'exit-code'.

```

running cln 23.08.1, debian 12

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.