-
Notifications
You must be signed in to change notification settings - Fork 32
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
Release v0.14.0 Tracker #237
Comments
v14 Rc1 and RC2 both give me this error during build: Boss/Mod/Initiator.cpp:1:9: fatal error: commit_hash.h: No such file or directory I'm trying to upgrade to v14 because v13 crashes the latest core lightning on startup for me. Topology error or crash is reported when I startup with clboss 13 plugin. |
@CMDRZOD are you building from the git repo or the source tarball? |
Im using the source tarball. |
Looks like something is amiss ... investigating ... |
That was an ordeal ... @CMDRZOD could you please see if https://github.com/ZmnSCPxj/clboss/releases/tag/v0.14.0-rc16 works for you? And many thanks for checking and reporting this issue, good to get it resolved ... |
Same issue with that build unfortunately. Still using source tarball. |
Pleas try the other source tarball labeled clboss-v0.14.0-rc16.tar.gz |
The difference is:
We're going to have better luck going forward w/ the |
Yep that one builds successfully. However still getting a crash at startup with the latest core lightning release. (24.08) topology: FATAL SIGNAL 11 (version v24.08) |
Any chance there is a backtrace in the log or output to stderr? Or a corefile? |
Wall of text below
|
This looks similar to ElementsProject/lightning#7685 Your crash is in the topology plugin and this crash is in plugin pay, but the crashing routine (and the gossip store) are common to both. If possible it would be good to file an issue w/ CLN and add a link to the above PR. It's quite possible that CLBOSS is making this happen because it leans heavily on the topology plugin |
ah, another user fixed the issue w/ the following procedure:
|
Wow thank you! I will give this a try and report back. Edit: Can confirm this fixed my node crashing at startup. Thanks again! |
Closing as released |
https://github.com/ZmnSCPxj/clboss/releases/tag/v0.14.0
tried rc16 and it compiled through. |
Make sure you are using the tarball with the version in the name
I'll try to figure out how to get rid of the "automatically" generated
tarballs, they are not generated with `make dist` ...
…--
Ken Sedgwick
Bonsai Software, Inc.
http://www.bonsai.com/ken/
(510) 269-7334
***@***.***
Public Key: http://www.bonsai.com/ken/ken.asc
GPG Fingerprint: 4695 E5B8 F781 BF85 4326 9639 BBFC E515 8602 5550
On Mon, Oct 7, 2024, 01:55 btc_hans ***@***.***> wrote:
https://github.com/ZmnSCPxj/clboss/releases/tag/v0.14.0
Used this tarball and got the same issue:
Boss/Mod/Initiator.cpp:1:9: fatal error: commit_hash.h: No such file or directory
1 | #include"commit_hash.h"
tried rc16 and it compiled through.
—
Reply to this email directly, view it on GitHub
<#237 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAJNPSJIDJXGVYSPWAKSLTZ2JEAJAVCNFSM6AAAAABO3HIM36VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOJWGMZDANRZGY>
.
You are receiving this because you modified the open/close state.Message
ID: ***@***.***>
|
CLBOSS v0.14.0 Release Checklist
Already Merged:
Ready:
TODO:
The text was updated successfully, but these errors were encountered: