-
Notifications
You must be signed in to change notification settings - Fork 913
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
FATAL SIGNAL 7 #5692
Comments
just realizing that BTCpayserver came with the 0.10.2 version - which is currently 12 month behind a recent release. so this might be fixed already. |
I tried running 0.12.1 ran into non-announcable addr issues, replaced my hostname with the IP, but got
I've tried deleting the gossip_store file which was a byte in size - but that did not help 🤷 |
I haven't seen a SIGBUS in a long time! And there's no backtrace, making it hard to know what's going on. And it's in Docker so how do we run that under the debugger, or ask it for a core file. IOW, I don't know how to debug this, nor have I seen it before. Maybe it's a BtcPayserver thing? |
@flowolf our 0.12.1 isn't currently tested. But even for Is there a way to activate stacktrace? We have also developer build images to activate more diagnostic stuff. Given this error, I guess there is some corrupt file used by gossipd (which we could probably delete) |
In my experience, Suggestion: check the kernel log. |
so I updated my kernel to and the error persists:
the kernel logs at that time report:
@NicolasDorier thanks for offering your help. Can I get you any more data? |
I restarted the server again with 0.10.2 from a backup state. I'm waiting and hoping it stays stable. |
Is it fixed this with some magic? @flowolf |
did not occur again after a reset to an old saved state. |
I do not know what old saved state means but happy that works, I'm closing it but feel free to reopen it |
I'm running a c-lightning instance on docker (with btcpayserver) on a raspberry pi 4, with SSD as storage.
I've charged the on-chain wallet and opened a lightning channel. The transaction for that was pending and when I came back to the instance all frontends reported a problem and the c-lightning docker container logs:
Where do I start to look for what could be wrong?
thanks for your help
The text was updated successfully, but these errors were encountered: