ElementsProject / ElementsProject/lightning
renepay crash
- Dominant language
- C
- Stars
- 3.1k
- Forks
- 1k
- Avg merge
- 4d 10h
- Merged PRs (30d)
- 13
Description
It seems that renepay crashed on me last night. I don't think it brought the whole node down but outgoing payments were failing with "Uknown command renepay".
I'm attaching my debug log leading up to the crash:
[renepaycrash.log](https://github.com/user-attachments/files/17778718/renepaycrash.log)
I'm running CLN in a docker container from an image I built off the master branch at commit bfc00bc7f using the provided Dockerfile.
```
cln-renepay: plugins/renepay/routefail.c:257: handle_failure: Assertion `result->erring_node' failed.
cln-renepay: FATAL SIGNAL 6 (version v24.08-243-gbfc00bc)
0x556f831c7c80 send_backtrace
common/daemon.c:33
0x556f831c7d08 crashdump
common/daemon.c:75
0x7fb0e429713f ???
???:0
0x7fb0e40ced51 ???
???:0
0x7fb0e40b8536 ???
???:0
0x7fb0e40b840e ???
???:0
0x7fb0e40c76d1 ???
???:0
0x556f831b0006 handle_failure
plugins/renepay/routefail.c:257
0x556f831b058b update_gossip
plugins/renepay/routefail.c:163
0x556f831b086c routefail_start
plugins/renepay/routefail.c:43
0x556f831af56d notification_sendpay_failure
plugins/renepay/routetracker.c:409
0x556f831b96da ld_command_handle
plugins/libplugin.c:2087
0x556f831b9b01 ld_read_json_one
plugins/libplugin.c:2238
0x556f831b9b8a ld_read_json
plugins/libplugin.c:2258
0x556f831e602f next_plan
ccan/ccan/io/io.c:60
0x556f831e64ba do_plan
ccan/ccan/io/io.c:422
0x556f831e6573 io_ready
ccan/ccan/io/io.c:439
0x556f831e7ec0 io_loop
ccan/ccan/io/poll.c:455
0x556f831b9fb8 plugin_main
plugins/libplugin.c:2470
0x556f831a42d8 main
plugins/renepay/main.c:408
0x7fb0e40b9d79 ???
???:0
0x556f831a2ef9 ???
???:0
0xffffffffffffffff ???
???:0
cln-renepay: FATAL SIGNAL 11 (version v24.08-243-gbfc00bc)
0x556f831c7c80 send_backtrace
common/daemon.c:33
0x556f831c7d08 crashdump
common/daemon.c:75
0x7fb0e429713f ???
???:0
0x0 ???
???:0
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.