-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
do not have any error about runc init exit #4690
Comments
@kamizjw can you update the issue to use the template and verify your assumption? You can comment the if and do the return unconditional. There are several runc processes, It could be that the one returning an error is no this one. I can't really see what part of the code you refer to, as that is a screenshot, and it's not clear if this issue exist. Please see the issue template and try to provide clear information about how this issue happens |
this code is in the linuxStandardInit Init function in the libcontainer/standard_init_linux.go file. |
but I have no idea, if it want to kill itself, how can I add relevant locatable information? |
Please, see the issue template, update this issue to match that format, and provide code to repro this issue. As I suggested, you can patch runc to make the failure 100% reliable and see what indeed happens in that case. Without that, you are asking us to invest time to see if the issue you have in mind is indeed an issue. It is much more useful if you can do that exercise yourself (verify if what you think reading the code is an issue, is really an issue) and let us know of the real issues you find. We are trying our best, we have limited time, and ideas to investigate if there could be an issue, while interesting and worth pursuing, are not in the top priority. We will get to it, just later. We will fix real issues before, unless this sounds super serious or security sensitive (it doesn't in this case). |
i try that,it looks like this
there is no other specific error information. |
@kamizjw Have you read my last message? Please read my messages and follow what I said to provide an issue we can act on |
if runc init exit when init process parent pid is changed, it do not report any error.
The text was updated successfully, but these errors were encountered: