On 12/03/2012 08:19 PM, Jan Stancek wrote: > 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]>
Applied, thank you. Wanlong Gao > --- > 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) > ------------------------------------------------------------------------------ LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile devices and provide instant support Improve your efficiency, and focus on delivering more value-add services Discover what IT Professionals Know. Rescue delivers http://p.sf.net/sfu/logmein_12329d2d _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
