[uClinux-dev] [PATCH] : increase boa's stack

Philippe De Muyter phdm at macqel.be
Wed Mar 28 15:28:01 EST 2007


Due to favorable circumstances (rounding to the next power of two for the
allocation of data+bss+stack), boa got a bigger stack than configured, and
it needs it.
If these favorable circumstances disappear, boa fails with various errors
because its stack is too small.
Here is a fix to give boa a big enough stack.

Philippe

--- user/boa/src/Makefilebk	2005-10-17 03:57:19.000000000 +0200
+++ user/boa/src/Makefile	2007-03-28 21:29:10.000000000 +0200
@@ -5,7 +5,7 @@
 	log.o nls.o pipe.o queue.o read.o request.o response.o signals.o \
 	timestamp.o util.o
 
-FLTFLAGS += -s 8192
+FLTFLAGS += -s 16384
 
 EXTRALIBS = $(LIBCRYPT)
 


More information about the uClinux-dev mailing list