-
Notifications
You must be signed in to change notification settings - Fork 14
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
init process: forward signals might be missing (+ empty output in .vmtest.log
)
#13
Comments
.vmtest.log
)
Hi @javierhonduco ! Thanks for giving vmtest a try. I'm not immediately sure what the issue is from the description, but will take a look as soon as I can (feeling a bit sick and also traveling). |
Oh, no! Hope you feel better soon! Sorry if I wasn't very clear above. I was expecting |
@javierhonduco would dropping in an interactive shell with #66 applied solve this issue? |
Ohh, let me try it in some days and tell you. Thanks for the ping! |
Hi hi!
I was giving
vmtest
a try for a kernel bug I am trying to reproduce. The specifics aren't important but the approach I am trying to follow is to run some small bash script as well as the program that runs some BPF code that together trigger this kernel bug.Running this results in no output, and the second command (commented above) won't execute. I am not totally sure of what's going on, but perhaps it's due to signals not being forwarded to the right processes (SIGCHILD perhaps in this case?)
In the meantime I will spawn the reproducer directly in a thread in the process that loads the BPF code, but having this addressed in
vmtest
would be ideal if you think this would make sense.Let me know what you think!
The text was updated successfully, but these errors were encountered: