-
Notifications
You must be signed in to change notification settings - Fork 941
topology
crash on update to v25.02
#8156
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
Comments
Linking Rusty's DNS issue #8157 |
I have the same issue. The first time,
After the first crash, I cannot even start
|
Please send me your gossip_store file so I can reproduce? |
I tried, but I couldn't attach it to this ticket. Could you please download it from here? |
I cannot reproduce this with that gossip_store, at all :( I'm frustrated that we're not getting decent backtraces, either. I assume you've deleted the gossip store and it no longer happens. Two options if it happens again:
|
Nope, found it. The clue was to note that one of your incoming channels has an unrepresentable fee level, and we tried to log it, only the log function for that path is NULL. |
…lues. We handed NULL as the logcb, resulting in a very uninformative crash: ``` 2025-03-14T03:46:36.447Z INFO lightningd: Server started with public key 03d67f36c4f81789e2fe425028bacc96b199813eae426c517f589a45f1136c1fe5, alias Jubilee (color #dc42f4) and lightningd v25.02 topology: FATAL SIGNAL 11 (version v25.02) 0x560037f64aad send_backtrace common/daemon.c:33 0x560037f64b49 crashdump common/daemon.c:78 0x7f6c41ff351f ??? ./signal/../sysdeps/unix/sysv/linux/x86_64/libc_sigaction.c:0 0x0 ??? ???:0 ``` Changelog-Fixed: `topology` crash on invoice creation if a peer had a really high feerate. Fixes: ElementsProject#8156 Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
…lues. We handed NULL as the logcb, resulting in a very uninformative crash: ``` 2025-03-14T03:46:36.447Z INFO lightningd: Server started with public key 03d67f36c4f81789e2fe425028bacc96b199813eae426c517f589a45f1136c1fe5, alias Jubilee (color #dc42f4) and lightningd v25.02 topology: FATAL SIGNAL 11 (version v25.02) 0x560037f64aad send_backtrace common/daemon.c:33 0x560037f64b49 crashdump common/daemon.c:78 0x7f6c41ff351f ??? ./signal/../sysdeps/unix/sysv/linux/x86_64/libc_sigaction.c:0 0x0 ??? ???:0 ``` Changelog-Fixed: `topology` crash on invoice creation if a peer had a really high feerate. Fixes: ElementsProject#8156 Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
…lues. We handed NULL as the logcb, resulting in a very uninformative crash: ``` 2025-03-14T03:46:36.447Z INFO lightningd: Server started with public key 03d67f36c4f81789e2fe425028bacc96b199813eae426c517f589a45f1136c1fe5, alias Jubilee (color #dc42f4) and lightningd v25.02 topology: FATAL SIGNAL 11 (version v25.02) 0x560037f64aad send_backtrace common/daemon.c:33 0x560037f64b49 crashdump common/daemon.c:78 0x7f6c41ff351f ??? ./signal/../sysdeps/unix/sysv/linux/x86_64/libc_sigaction.c:0 0x0 ??? ???:0 ``` Changelog-Fixed: `topology` crash on invoice creation if a peer had a really high feerate. Fixes: ElementsProject#8156 Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
…lues. We handed NULL as the logcb, resulting in a very uninformative crash: ``` 2025-03-14T03:46:36.447Z INFO lightningd: Server started with public key 03d67f36c4f81789e2fe425028bacc96b199813eae426c517f589a45f1136c1fe5, alias Jubilee (color #dc42f4) and lightningd v25.02 topology: FATAL SIGNAL 11 (version v25.02) 0x560037f64aad send_backtrace common/daemon.c:33 0x560037f64b49 crashdump common/daemon.c:78 0x7f6c41ff351f ??? ./signal/../sysdeps/unix/sysv/linux/x86_64/libc_sigaction.c:0 0x0 ??? ???:0 ``` Changelog-Fixed: `topology` crash on invoice creation if a peer had a really high feerate. Fixes: ElementsProject#8156 Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
…lues. We handed NULL as the logcb, resulting in a very uninformative crash: ``` 2025-03-14T03:46:36.447Z INFO lightningd: Server started with public key 03d67f36c4f81789e2fe425028bacc96b199813eae426c517f589a45f1136c1fe5, alias Jubilee (color #dc42f4) and lightningd v25.02 topology: FATAL SIGNAL 11 (version v25.02) 0x560037f64aad send_backtrace common/daemon.c:33 0x560037f64b49 crashdump common/daemon.c:78 0x7f6c41ff351f ??? ./signal/../sysdeps/unix/sysv/linux/x86_64/libc_sigaction.c:0 0x0 ??? ???:0 ``` Changelog-Fixed: `topology` crash on invoice creation if a peer had a really high feerate. Fixes: #8156 Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
After updating to
v25.02
, the node crashed with:I removed the gossip store and restarted the node, ever since then, my channels are not becoming active and I have no active peersThe startup issue was caused by DNS
The text was updated successfully, but these errors were encountered: