You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ptrace lacks proper tests, partially due to tests hanging due to calls to fork. Below I have some example test functionality I wrote to ensure that ptrace works, due to the fork this could cause a test to hang. (It also ignores the ptrace results which is less than optimal).
@xd009642 I think it would be a good idea to wait before merging it until #666 is merged. It's a big change and I'm adding safe, Rusty APIs for ptrace.
Ptrace lacks proper tests, partially due to tests hanging due to calls to fork. Below I have some example test functionality I wrote to ensure that ptrace works, due to the fork this could cause a test to hang. (It also ignores the ptrace results which is less than optimal).
The text was updated successfully, but these errors were encountered: