From 432aaf5b3c599d8eb7e70acf8a9b31fa4185c41f Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 23 Dec 2003 23:07:41 +0000 Subject: * tst-oddstacklimit.c: New file. * Makefile (tests): Add it. (tst-oddstacklimit-ENV): New variable. * init.c (__pthread_initialize_minimal_internal): Round stack rlimit value up to page size for __default_stacksize. --- nptl/ChangeLog | 9 +++++++++ nptl/Makefile | 7 ++++++- nptl/tst-oddstacklimit.c | 1 + 3 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 nptl/tst-oddstacklimit.c (limited to 'nptl') diff --git a/nptl/ChangeLog b/nptl/ChangeLog index cba6f7f34f..e0e2beeb92 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,12 @@ +2003-12-23 Roland McGrath + + * tst-oddstacklimit.c: New file. + * Makefile (tests): Add it. + (tst-oddstacklimit-ENV): New variable. + + * init.c (__pthread_initialize_minimal_internal): Round stack rlimit + value up to page size for __default_stacksize. + 2003-12-21 Ulrich Drepper * Makefile (tests): Add tst-eintr5. diff --git a/nptl/Makefile b/nptl/Makefile index 7710ae7620..4cacbd6057 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -233,7 +233,12 @@ tests = tst-attr1 tst-attr2 tst-attr3 \ tst-popen1 \ tst-clock1 tst-clock2 \ tst-context1 \ - tst-sched1 + tst-sched1 \ + tst-oddstacklimit + +# This sets the stack resource limit to 1023kb, which is not a multiple +# of the page size since every architecture's page size is > 1k. +tst-oddstacklimit-ENV = ; ulimit -s 1023; distribute = eintr.c tst-cleanup4aux.c diff --git a/nptl/tst-oddstacklimit.c b/nptl/tst-oddstacklimit.c new file mode 100644 index 0000000000..9fbef18892 --- /dev/null +++ b/nptl/tst-oddstacklimit.c @@ -0,0 +1 @@ +#include "tst-basic1.c" -- cgit v1.2.3