Lagrang3
Lagrang3
I was also thinking on the python bindings and doing some little experiments because I am not an expert on the field. I have seen two was we can achieve...
This is an interesting situation. @Amperstrand, thanks for reporting.
So, this looks like `sendpay` rpc fails and it is followed by a bad memory access. Up to my knowledge `sendpay` should fail (provided that the arguments are correct) only...
I was able to make it crash by faking a `sendpay` rpc call that fails with some error different from `PAY_TRY_OTHER_ROUTE`. ``` cln-renepay: FATAL SIGNAL 11 (version v23.08-modded) # we...
> I'll add that it might (or might not) have been related to trying to pay the same invoice many times in quick succession. It could be that. But 1....
The bad memory access was already fixed in this commit 14e28a51ce579bf273f29b1c15fd6c86792586c5.
I am keeping this open because whatever happened in this case it triggered a line with a `plugin_err` which is telling us that something really wrong, or we are just...