-
Notifications
You must be signed in to change notification settings - Fork 585
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
unexpected_exit_pid-ns-no-syscallbuf - fail with recent revions <defunc> #3591
Comments
I've seen this too. |
That's possibly related to 115ae00. Note that the result in this test is similar to what I've first seen and (without much clue) worked on for old kernels in #2939 with the final comment:
but of course this may be totally unrelated ... or not (as I've mentioned "no clue" - ok, only a bit to see that this check is related). |
This might be fixed by #3587 |
Yes, this issue is fixed with current master, likely by that change (one could assign the PR to this issue, for better tracking - and possibly rename it fro "DO NOT MERGE", too). |
ps
now shows , I'm quite sure that this worked before.this is running on 5.15.0-103.114.4.el9uek.aarch64, and the plain recording and replay does work, but not the no-syscallbuf test
Side question: the timeout is in milliseconds, no? 10000000 then would be a timeout of 166 seconds, but even after 10 minutes the output doesn't change.
Checking with
ps
shows:so
bin/rr
is waiting forever because./unexpected_exit_pid_ns-k7dbvysQc
waits forever for a process which isdefunc
(so it exit code needs to be queried until it is "removed from the list", no?)The text was updated successfully, but these errors were encountered: