Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow EBADF in AutoRemoteSyscalls::retrieve_fd_arch to continue.
Is there a reason not to continue here? Seems to just show up with "--fatal-errors --check-cached-mmaps". bin/rr --fatal-errors --check-cached-mmaps record bin/pid_ns_reap Avoids error message: [FATAL src/AutoRemoteSyscalls.cc:659:retrieve_fd_arch() errno: EBADF] (task 693273 (rec:693273) at time 308) -> Assertion `errno == ENOSYS' failed to hold. Failed in pidfd_getfd errno=EBADF Affected tests: pid_ns_reap
- Loading branch information