aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2010-08-15 18:55:24 -0400
committerMike Frysinger <vapier@gentoo.org>2010-08-15 18:55:24 -0400
commitb3e79e5912f0a40248d60142c07d0bf3c36fd4ec (patch)
tree0724b84a2c8c1a224cc8220a295c2e7a60e342ed /tests/sigsuspend-zsh_static_tst.c
parentlibsandbox: disable sparc ptrace until it can be debugged further (diff)
downloadsandbox-b3e79e5912f0a40248d60142c07d0bf3c36fd4ec.tar.gz
sandbox-b3e79e5912f0a40248d60142c07d0bf3c36fd4ec.tar.bz2
sandbox-b3e79e5912f0a40248d60142c07d0bf3c36fd4ec.zip
libsandbox: don't swallow SIGCHLD notifications
When tracing static processes, the original implementation included code that would always swallow SIGCHLD. Much has changed since then, and it doesn't seem to be needed anymore, and it is certainly breaking a few packages. So drop it, add some tests, and if it causes a regression in the future, we can look at it then (with an actual test case). URL: http://bugs.gentoo.org/289963 Reported-by: Joeri Capens <joeri@capens.net> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'tests/sigsuspend-zsh_static_tst.c')
-rw-r--r--tests/sigsuspend-zsh_static_tst.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/sigsuspend-zsh_static_tst.c b/tests/sigsuspend-zsh_static_tst.c
new file mode 100644
index 0000000..076aed5
--- /dev/null
+++ b/tests/sigsuspend-zsh_static_tst.c
@@ -0,0 +1 @@
+#include "sigsuspend-zsh_tst.c"