Skip to content
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

trusted coin keeps crashing my CLN, seemingly because it can't "sendrawtransaction" #25

Closed
svewa opened this issue Apr 24, 2024 · 1 comment

Comments

@svewa
Copy link

svewa commented Apr 24, 2024

no new blocks are being downloaded, this "sendrawtranxaction" bug seems to completely disable my CLN.

2024-04-24T05:41:14.553Z **BROKEN** lightningd: /home/cl/src/plugins/trustedcoin/trustedcoin error: bad response to sendrawtransaction (bad 'result' field: Parsing '{result:': object does not have member result), response was {"jsonrpc":"2.0","id":"cln:sendrawtransaction#1739","error":{"code":21,"message":"Post \"https://mempool.space/api/tx\": dial tcp 103.165.192.203:443: i/o timeout","data":null}}
2024-04-24T05:41:14.638Z **BROKEN** lightningd: FATAL SIGNAL 6 (version v23.08.1)
2024-04-24T05:41:14.638Z **BROKEN** lightningd: backtrace: common/daemon.c:38 (send_backtrace) 0x562f534d87b8
2024-04-24T05:41:14.638Z **BROKEN** lightningd: backtrace: common/daemon.c:75 (crashdump) 0x562f534d893e
2024-04-24T05:41:14.638Z **BROKEN** lightningd: backtrace: ./signal/../sysdeps/unix/sysv/linux/x86_64/libc_sigaction.c:0 ((null)) 0x7fc78959204f
2024-04-24T05:41:14.638Z **BROKEN** lightningd: backtrace: ./nptl/pthread_kill.c:44 (__pthread_kill_implementation) 0x7fc7895e0e2c
2024-04-24T05:41:14.638Z **BROKEN** lightningd: backtrace: ../sysdeps/posix/raise.c:26 (__GI_raise) 0x7fc789591fb1
2024-04-24T05:41:14.638Z **BROKEN** lightningd: backtrace: ./stdlib/abort.c:79 (__GI_abort) 0x7fc78957c471
2024-04-24T05:41:14.638Z **BROKEN** lightningd: backtrace: lightningd/log.c:1025 (fatal_vfmt) 0x562f53466237
2024-04-24T05:41:14.638Z **BROKEN** lightningd: backtrace: lightningd/log.c:1035 (fatal) 0x562f534662e8
2024-04-24T05:41:14.638Z **BROKEN** lightningd: backtrace: lightningd/bitcoind.c:118 (bitcoin_plugin_error) 0x562f5342e371
2024-04-24T05:41:14.638Z **BROKEN** lightningd: backtrace: lightningd/bitcoind.c:394 (sendrawtx_callback) 0x562f5342ee20
2024-04-24T05:41:14.638Z **BROKEN** lightningd: backtrace: lightningd/plugin.c:593 (plugin_response_handle) 0x562f53495f2c
2024-04-24T05:41:14.638Z **BROKEN** lightningd: backtrace: lightningd/plugin.c:704 (plugin_read_json_one) 0x562f53496177
2024-04-24T05:41:14.638Z **BROKEN** lightningd: backtrace: lightningd/plugin.c:749 (plugin_read_json) 0x562f53496357
2024-04-24T05:41:14.638Z **BROKEN** lightningd: backtrace: ccan/ccan/io/io.c:59 (next_plan) 0x562f535ae6c3
2024-04-24T05:41:14.638Z **BROKEN** lightningd: backtrace: ccan/ccan/io/io.c:407 (do_plan) 0x562f535af26d
2024-04-24T05:41:14.638Z **BROKEN** lightningd: backtrace: ccan/ccan/io/io.c:417 (io_ready) 0x562f535af2ab
2024-04-24T05:41:14.638Z **BROKEN** lightningd: backtrace: ccan/ccan/io/poll.c:453 (io_loop) 0x562f535b14c1
2024-04-24T05:41:14.638Z **BROKEN** lightningd: backtrace: lightningd/io_loop_with_timers.c:22 (io_loop_with_timers) 0x562f5345bc9a
2024-04-24T05:41:14.638Z **BROKEN** lightningd: backtrace: lightningd/lightningd.c:1332 (main) 0x562f53462878
2024-04-24T05:41:14.638Z **BROKEN** lightningd: backtrace: ../sysdeps/nptl/libc_start_call_main.h:58 (__libc_start_call_main) 0x7fc78957d249
2024-04-24T05:41:14.638Z **BROKEN** lightningd: backtrace: ../csu/libc-start.c:360 (__libc_start_main_impl) 0x7fc78957d304
2024-04-24T05:41:14.638Z **BROKEN** lightningd: backtrace: (null):0 ((null)) 0x562f5342c419
2024-04-24T05:41:14.638Z **BROKEN** lightningd: backtrace: (null):0 ((null)) 0xffffffffffffffff

@fiatjaf
Copy link
Collaborator

fiatjaf commented Apr 24, 2024

@fiatjaf fiatjaf closed this as completed Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants