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
We have to check if were running the test suite so we don't throw common signals such as SIGCHLD on cage exit etc. Right now we do that outside of lind_kill_from_id but it would be better practice to do it inside the function. @qianxichen233 also pointed out there are places were missing this such as generating EPIPE in write etc.
The text was updated successfully, but these errors were encountered:
We have to check if were running the test suite so we don't throw common signals such as SIGCHLD on cage exit etc. Right now we do that outside of lind_kill_from_id but it would be better practice to do it inside the function. @qianxichen233 also pointed out there are places were missing this such as generating EPIPE in write etc.
The text was updated successfully, but these errors were encountered: