-
Notifications
You must be signed in to change notification settings - Fork 912
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
Three crashes every time it sync'd with blockchain. #1157
Comments
"owned by none" definitely immediately preceeds all of those crashes: egrep -n -e 'owned by none' -e FATAL -e start log.12.14989.0 20081:2018-03-01T23:31:05.746Z lightningd(15417): Server started with public key 031c527494f295220d26a1814c18e7db3f4f03203ce1a53a0b74b52ed570a3972a, alias Plasma???Genesis (color #031c52) and lightningd v0.5.2-2016-11-21-2158-g9504a77 40368:2018-03-02T00:52:44.465Z lightningd(12189): Server started with public key 031c527494f295220d26a1814c18e7db3f4f03203ce1a53a0b74b52ed570a3972a, alias Plasma???Genesis (color #031c52) and lightningd v0.5.2-2016-11-21-2158-g9504a77 |
Duplicates: #1114 "owned by none" seems to be normal if the counterparty is not connected, although @rustyrussell should probably be able to correct me there. I think the crash is when we notice that the funding tx confirmed, but the channel is not in |
If you do not mind, could you run the |
Yes, "owned by none" simply means that we don't have a connection with the peer yet. Owner generally refers to the daemon in charge of the connection, so if there is no connection we can't inform the owner of state changes. |
Ok, I'll restart it with gdb. |
@Ulmo can you confirm this was fixed? |
Issue and Steps to Reproduce
I just woke up and checked, and yesterday there were three crashes in a row when it sync'd with the blockchain. Except for the version line, I only include the part of the log from end of sync to end of crash.
crash_after_sync_crash1.txt
crash_after_sync_crash2.txt
crash_after_sync_crash3.txt
getinfo
outputHere's the version on all three:
2018-03-01T22:10:23.390Z lightningd(7188): Server started with public key 031c527494f295220d26a1814c18e7db3f4f03203ce1a53a0b74b52ed570a3972a, alias Plasma???Genesis (color #031c52) and lightningd v0.5.2-2016-11-21-2158-g9504a77
2018-03-01T23:31:05.746Z lightningd(15417): Server started with public key 031c527494f295220d26a1814c18e7db3f4f03203ce1a53a0b74b52ed570a3972a, alias Plasma???Genesis (color #031c52) and lightningd v0.5.2-2016-11-21-2158-g9504a77
2018-03-02T00:52:44.465Z lightningd(12189): Server started with public key 031c527494f295220d26a1814c18e7db3f4f03203ce1a53a0b74b52ed570a3972a, alias Plasma???Genesis (color #031c52) and lightningd v0.5.2-2016-11-21-2158-g9504a77
The text was updated successfully, but these errors were encountered: