public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH] clone: increase stack size to 1M
@ 2012-12-03 12:19 Jan Stancek
  2012-12-04  7:19 ` Wanlong Gao
  0 siblings, 1 reply; 2+ messages in thread
From: Jan Stancek @ 2012-12-03 12:19 UTC (permalink / raw)
  To: ltp-list

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 <jstancek@redhat.com>
---
 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
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-12-04  7:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-03 12:19 [LTP] [PATCH] clone: increase stack size to 1M Jan Stancek
2012-12-04  7:19 ` Wanlong Gao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox