-
Notifications
You must be signed in to change notification settings - Fork 16
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
-daemon
crash
#24
Comments
Tested on ruimarinho/bitcoin-core/, it's crashing too. |
|
Yeah we are having this kind of issue, without a running process as pid 1, it's stopping. Depend on the behavior of I'm not sure about the purpose of using a daemonized executable in a container, not really meaningful. |
yes my mistake. looks good to me.
…On Fri, Dec 3, 2021 at 5:04 PM AbcSxyZ ***@***.***> wrote:
Yeah we are having this kind of issue, without a running process as pid 1,
it's stopping. I'm not sure about the exact behavior of -daemon.
I'm not sure about the purpose of using a daemonized executable in a
docker.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#24 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHTBONCV2V6QXGTASY7UXSLUPFSKJANCNFSM5JK5KU6A>
.
|
It's interesting to notice, but I'm not sure if and how we should handle this case. |
The only way to handle it is imho to disable |
agree with @patricklodder on second thought. i don't think it's necessary since docker itself can run as daemon using -d. my mistake. |
I was thinking about it and how we should deal with this error. I had an incredible idea : doing nothing. Regarding the other bitcoin repo, no one is raising issues related to this problem. We may assume users won't really try to use the We need to hope people won't get stuck with an old Maybe we can leave it like it is, and if people are raising issues related to this point we can adapt the strategy and eventually add it to the doc ? This PR could be a sufficient documentation about this error. |
Yes, I think we should just keep this issue open for now and keep it in the back of our heads that at some point we may need to do something about it. For now, it's easily negated. |
Option
-daemon
do not work and is crashing with the following error:Any idea if the daemon fork himself and kill its parent to daemonize ? Which may stop the container.
It's what I'm having in mind as a first thing to inspect. I'm not sure about it, but I suspect buggy behavior related to daemonization.
The text was updated successfully, but these errors were encountered: