Skip to content

Node crashed after startup #7739

@PsySc0rpi0n

Description

@PsySc0rpi0n

Issue and Steps to Reproduce

I was running version

$ lightning-cli --version
v24.05-100-g4b69c57

and upated with:

git fetch --tags
git reset --hard HEAD
git checkout v24.08.1
./configure
make

When I restarted the node, I end up with this crash logs

Logs

lightning_gossipd: gossmap: redundant channel_announce for 789908x2253x1, offsets 26575 and 50807!
cln-askrene: gossmap: redundant channel_announce for 789908x2253x1, offsets 26575 and 50807!
topology: gossmap: redundant channel_announce for 789908x2253x1, offsets 26575 and 50807!
recover: gossmap: redundant channel_announce for 789908x2253x1, offsets 26575 and 50807!
cln-renepay: gossmap: redundant channel_announce for 789908x2253x1, offsets 26575 and 50807!
topology: FATAL SIGNAL 11 (version v24.08.1-modded)
0xaaaac9a9d22b send_backtrace
        common/daemon.c:33
0xaaaac9a9d2c7 crashdump
        common/daemon.c:75
0xffffb13a77bb ???
        ???:0
0xaaaac9a778d8 gossmap_remove_localmods
        common/gossmap.c:984
0xaaaac9a86b2f listpeerchannels_done
        plugins/topology.c:450
0xaaaac9a8c257 handle_rpc_reply
        plugins/libplugin.c:1016
0xaaaac9a8c3f7 rpc_read_response_one
        plugins/libplugin.c:1202
0xaaaac9a8c497 rpc_conn_read_response
        plugins/libplugin.c:1226
0xaaaac9b28e63 next_plan
        ccan/ccan/io/io.c:60
0xaaaac9b2943b do_plan
        ccan/ccan/io/io.c:422
0xaaaac9b29517 io_ready
        ccan/ccan/io/io.c:439
0xaaaac9b2b44b io_loop
        ccan/ccan/io/poll.c:455
0xaaaac9a8cc1f plugin_main
        plugins/libplugin.c:2230
0xaaaac9a87303 main
        plugins/topology.c:750
0xffffb11a773f __libc_start_call_main
        ../sysdeps/nptl/libc_start_call_main.h:58
0xffffb11a7817 __libc_start_main_impl
        ../csu/libc-start.c:360
0xaaaac9a7482f ???
        ???:0
0xffffffffffffffff ???
        ???:0

getinfo output

$ lightning-cli getinfo
{
   "id": "03fef777d58a529df02a3fb267690e0c9033767b555cc1c63844bb2d3498789f91",
   "alias": "Crypt04n4rkMoV",
   "color": "ffff00",
   "num_peers": 11,
   "num_pending_channels": 0,
   "num_active_channels": 11,
   "num_inactive_channels": 0,
   "address": [
      {
         "type": "torv3",
         "address": "2obm3yvfj5m3zabnea5y2xolimeuc4gbelika3pa7div5pk2eolqrtad.onion",
         "port": 9735
      }
   ],
   "binding": [
      {
         "type": "ipv4",
         "address": "127.0.0.1",
         "port": 9735
      }
   ],
   "version": "v24.08.1-modded",
   "blockheight": 865657,
   "network": "bitcoin",
   "fees_collected_msat": <hidden>,
   "lightning-dir": "/home/psysc0rpi0n/.lightning/bitcoin",
   "our_features": {
      "init": "08a0802a8a59a1",
      "node": "88a0802a8a59a1",
      "channel": "",
      "invoice": "02000002024100"
   }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions