Commit Graph

1 Commits

Author SHA1 Message Date
Jakub Zakrzewski 83b213a915 Add a testcase.
When running under seccomp, sometimes sysexit handlers fail to execute.
This is possible when the first syscall a process makes,
before seccomp is enabled, gets handled in the SIGTRAP path.
However the conditions for this to occur seem fairly random,
so we fork out many processes to make it likely that at least
some hit this problem.

This problem may be related to issue #106.
2021-09-07 17:55:20 -04:00