16k is not enough for some LTP signal handlers:
http://article.gmane.org/gmane.linux.ltp/16992
1M should be plenty for all architectures.

Signed-off-by: Jan Stancek <[email protected]>
---
 testcases/kernel/syscalls/clone/clone_platform.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/testcases/kernel/syscalls/clone/clone_platform.h 
b/testcases/kernel/syscalls/clone/clone_platform.h
index ae7ae1a..b5ba8c9 100644
--- a/testcases/kernel/syscalls/clone/clone_platform.h
+++ b/testcases/kernel/syscalls/clone/clone_platform.h
@@ -17,4 +17,4 @@
 /* Common platform specific defines for the clone system call tests */
 
 //#define CHILD_STACK_SIZE 8192
-#define CHILD_STACK_SIZE 16384
+#define CHILD_STACK_SIZE (1024*1024)
-- 
1.7.1


------------------------------------------------------------------------------
Keep yourself connected to Go Parallel: 
BUILD Helping you discover the best ways to construct your parallel projects.
http://goparallel.sourceforge.net
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to