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)
 
_______________________________________________
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

Reply via email to