Commit b2e9c5e
committed
Continue with EBADF in AutoRemoteSyscalls::retrieve_fd_arch too.
bin/rr --fatal-errors --check-cached-mmaps record bin/pid_ns_reap
[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
Is there a reason not to continue here?
Seems to just show up with "--fatal-errors --check-cached-mmaps".1 parent 7936141 commit b2e9c5e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
655 | 655 | | |
656 | 656 | | |
657 | 657 | | |
658 | | - | |
| 658 | + | |
659 | 659 | | |
660 | 660 | | |
661 | 661 | | |
| |||
0 commit comments