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

crash when getrawblockbyheight #62

Open
vincenzopalazzo opened this issue Jan 27, 2024 · 1 comment
Open

crash when getrawblockbyheight #62

vincenzopalazzo opened this issue Jan 27, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@vincenzopalazzo
Copy link
Contributor

2024-01-10T11:36:06.330Z DEBUG   035e4ff418fc8b5554c5d9eea66396c227bd429a3251c8cbc711002ba215bfc226-gossipd: Received channel_update for channel 812665x968x3/1 now DISABLED
2024-01-10T11:36:07.408Z **BROKEN** lightningd: /home/vincent/github/folgore/target/release/folgore_plugin error: bad response to getrawblockbyheight (bad block), response was {"id":"cln:getrawblockbyheight#117629","jsonrpc":"2.0","result":{"block":"426c6f636b206e6f7420666f756e64","blockhash":"000000000000000000019af7154c7a3f4db9f3b3f109a0ec8d595a263892faf1"}}
2024-01-10T11:36:08.350Z **BROKEN** lightningd: FATAL SIGNAL 6 (version v23.11.2)
2024-01-10T11:36:08.350Z **BROKEN** lightningd: backtrace: common/daemon.c:38 (send_backtrace) 0x55df7878e75b
2024-01-10T11:36:08.350Z **BROKEN** lightningd: backtrace: common/daemon.c:75 (crashdump) 0x55df7878e8e1
2024-01-10T11:36:08.350Z **BROKEN** lightningd: backtrace: ./signal/../sysdeps/unix/sysv/linux/x86_64/sigaction.c:0 ((null)) 0x7f4438c7ed5f
2024-01-10T11:36:08.350Z **BROKEN** lightningd: backtrace: ../sysdeps/unix/sysv/linux/raise.c:51 (__GI_raise) 0x7f4438c7ece1
2024-01-10T11:36:08.350Z **BROKEN** lightningd: backtrace: ./stdlib/abort.c:79 (__GI_abort) 0x7f4438c68536
2024-01-10T11:36:08.350Z **BROKEN** lightningd: backtrace: lightningd/log.c:1025 (fatal_vfmt) 0x55df7871a789
2024-01-10T11:36:08.350Z **BROKEN** lightningd: backtrace: lightningd/log.c:1035 (fatal) 0x55df7871a83a
2024-01-10T11:36:08.350Z **BROKEN** lightningd: backtrace: lightningd/bitcoind.c:118 (bitcoin_plugin_error) 0x55df786df789
2024-01-10T11:36:08.350Z **BROKEN** lightningd: backtrace: lightningd/bitcoind.c:489 (getrawblockbyheight_callback) 0x55df786e05ee
2024-01-10T11:36:08.350Z **BROKEN** lightningd: backtrace: lightningd/plugin.c:660 (plugin_response_handle) 0x55df7874a4a9
2024-01-10T11:36:08.350Z **BROKEN** lightningd: backtrace: lightningd/plugin.c:772 (plugin_read_json_one) 0x55df7874a718
2024-01-10T11:36:08.350Z **BROKEN** lightningd: backtrace: lightningd/plugin.c:823 (plugin_read_json) 0x55df7874a94e
2024-01-10T11:36:08.350Z **BROKEN** lightningd: backtrace: ccan/ccan/io/io.c:59 (next_plan) 0x55df788651c3
2024-01-10T11:36:08.350Z **BROKEN** lightningd: backtrace: ccan/ccan/io/io.c:407 (do_plan) 0x55df78865d6d
2024-01-10T11:36:08.350Z **BROKEN** lightningd: backtrace: ccan/ccan/io/io.c:417 (io_ready) 0x55df78865dab
2024-01-10T11:36:08.350Z **BROKEN** lightningd: backtrace: ccan/ccan/io/poll.c:453 (io_loop) 0x55df78867fc1
2024-01-10T11:36:08.350Z **BROKEN** lightningd: backtrace: lightningd/io_loop_with_timers.c:22 (io_loop_with_timers) 0x55df7870f846
2024-01-10T11:36:08.350Z **BROKEN** lightningd: backtrace: lightningd/lightningd.c:1334 (main) 0x55df78716cd9
2024-01-10T11:36:08.350Z **BROKEN** lightningd: backtrace: ../csu/libc-start.c:308 (__libc_start_main) 0x7f4438c69d09
2024-01-10T11:36:08.350Z **BROKEN** lightningd: backtrace: (null):0 ((null)) 0x55df786dd419
2024-01-10T11:36:08.350Z **BROKEN** lightningd: backtrace: (null):0 ((null)) 0xffffffffffffffff
@vincenzopalazzo vincenzopalazzo added the bug Something isn't working label Jan 27, 2024
@vincenzopalazzo
Copy link
Contributor Author

The block hex is strange

2024-02-15T11:00:41.406Z **BROKEN** lightningd: /home/vincent/.coffee/testnet/plugins/folgore/target/release/folgore_plugin error: bad response to getrawblockbyheight (bad block), response was {"id":"cln:getrawblockbyheight#6288","jsonrpc":"2.0","result":{"block":"426c6f636b206e6f7420666f756e64","blockhash":"0000000000002db722825ead631378b2369c240d66144a695061d3e81bf949f3"}}
2024-02-15T11:00:41.535Z **BROKEN** lightningd: FATAL SIGNAL 6 (version v23.11.2)
2024-02-15T11:00:41.535Z **BROKEN** lightningd: backtrace: common/daemon.c:38 (send_backtrace) 0x5584d958375b
2024-02-15T11:00:41.535Z **BROKEN** lightningd: backtrace: common/daemon.c:75 (crashdump) 0x5584d95838e1
2024-02-15T11:00:41.535Z **BROKEN** lightningd: backtrace: ./signal/../sysdeps/unix/sysv/linux/x86_64/sigaction.c:0 ((null)) 0x7f77e1609d5f
2024-02-15T11:00:41.535Z **BROKEN** lightningd: backtrace: ../sysdeps/unix/sysv/linux/raise.c:51 (__GI_raise) 0x7f77e1609ce1
2024-02-15T11:00:41.535Z **BROKEN** lightningd: backtrace: ./stdlib/abort.c:79 (__GI_abort) 0x7f77e15f3536
2024-02-15T11:00:41.535Z **BROKEN** lightningd: backtrace: lightningd/log.c:1025 (fatal_vfmt) 0x5584d950f789
2024-02-15T11:00:41.535Z **BROKEN** lightningd: backtrace: lightningd/log.c:1035 (fatal) 0x5584d950f83a
2024-02-15T11:00:41.535Z **BROKEN** lightningd: backtrace: lightningd/bitcoind.c:118 (bitcoin_plugin_error) 0x5584d94d4789
2024-02-15T11:00:41.535Z **BROKEN** lightningd: backtrace: lightningd/bitcoind.c:489 (getrawblockbyheight_callback) 0x5584d94d55ee
2024-02-15T11:00:41.535Z **BROKEN** lightningd: backtrace: lightningd/plugin.c:660 (plugin_response_handle) 0x5584d953f4a9
2024-02-15T11:00:41.535Z **BROKEN** lightningd: backtrace: lightningd/plugin.c:772 (plugin_read_json_one) 0x5584d953f718
2024-02-15T11:00:41.535Z **BROKEN** lightningd: backtrace: lightningd/plugin.c:823 (plugin_read_json) 0x5584d953f94e
2024-02-15T11:00:41.535Z **BROKEN** lightningd: backtrace: ccan/ccan/io/io.c:59 (next_plan) 0x5584d965a1c3
2024-02-15T11:00:41.535Z **BROKEN** lightningd: backtrace: ccan/ccan/io/io.c:407 (do_plan) 0x5584d965ad6d
2024-02-15T11:00:41.535Z **BROKEN** lightningd: backtrace: ccan/ccan/io/io.c:417 (io_ready) 0x5584d965adab
2024-02-15T11:00:41.535Z **BROKEN** lightningd: backtrace: ccan/ccan/io/poll.c:453 (io_loop) 0x5584d965cfc1
2024-02-15T11:00:41.535Z **BROKEN** lightningd: backtrace: lightningd/io_loop_with_timers.c:22 (io_loop_with_timers) 0x5584d9504846
2024-02-15T11:00:41.535Z **BROKEN** lightningd: backtrace: lightningd/lightningd.c:1334 (main) 0x5584d950bcd9
2024-02-15T11:00:41.535Z **BROKEN** lightningd: backtrace: ../csu/libc-start.c:308 (__libc_start_main) 0x7f77e15f4d09
2024-02-15T11:00:41.535Z **BROKEN** lightningd: backtrace: (null):0 ((null)) 0x5584d94d2419
2024-02-15T11:00:41.535Z **BROKEN** lightningd: backtrace: (null):0 ((null)) 0xffffffffffffffff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant