-
Notifications
You must be signed in to change notification settings - Fork 15
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
Process tree output looks not totally correct. #70
Comments
Can you share the process you used for this? This is slightly weird |
|
@adrianreber Could you also show the output of |
{
"magic": "PSTREE",
"entries": [
{
"pid": 1,
"ppid": 0,
"pgid": 1,
"sid": 1,
"threads": [
1
]
},
{
"pid": 7,
"ppid": 1,
"pgid": 1,
"sid": 1,
"threads": [
7
]
},
{
"pid": 8,
"ppid": 1,
"pgid": 1,
"sid": 1,
"threads": [
8
]
}
]
} |
It would be great if you could also show the output of |
|
Great, so the issue is not with go-criu. I must be doing something wrong while building the tree, let me check |
Using
--ps-tree
on a container checkpoint I get following output:That doesn't look like what I expected. I would expect something like:
@snprajwal PTAL
The text was updated successfully, but these errors were encountered: