-
Notifications
You must be signed in to change notification settings - Fork 588
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
Replay divergence on podman run alpine date
#3893
Comments
Can you try running |
Interesting. Around 10% of the time, it works with Success
Failure 1
Failure 2
|
Interesting. What distro and version of podman are you testing with? When I try running it locally rr just makes podman crash. |
POP_os and
|
I get
|
After supporting a couple of mount-related syscalls:
|
OK, that error is due to SELinux blocking receiving of file descriptors over IPC. With |
And What is the failing task with tid 149526 in your example? Run |
I'll try installing a newer version of |
|
Thanks! Can you following the "emergency debugger" instructions that are printed when rr dies, and in gdb run |
I'll try. Btw, I cannot replicate the issue on my Intel machine (i7-8705G). It only happens on my AMD box (3950X). |
If those machines are running the exact same software configuration then it sounds like the problem is probably something to do with Zen. |
Is
podman
known not to work withrr
? If not, where should I begin to debug this issue?Expected behavior:
Actual behavior:
The text was updated successfully, but these errors were encountered: