From 17fd9daf39cf79ae310c1b7d0eb459802517dc6a Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sat, 2 Nov 2024 16:34:38 +0200 Subject: check spawn exhaustion --- tests/spawn-exhaustion/spawn.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tests/spawn-exhaustion/spawn.c (limited to 'tests/spawn-exhaustion/spawn.c') diff --git a/tests/spawn-exhaustion/spawn.c b/tests/spawn-exhaustion/spawn.c new file mode 100644 index 0000000..e281fc8 --- /dev/null +++ b/tests/spawn-exhaustion/spawn.c @@ -0,0 +1,14 @@ +#include + +START(pid, tid, d0, d1, d2, d3) +{ + UNUSED(pid); + UNUSED(tid); + UNUSED(d0); + UNUSED(d1); + UNUSED(d2); + UNUSED(d3); + + printf("shouldn't be here\n"); + /* just die or something */ +} -- cgit v1.3