[uClinux-dev] [PATCH] : increase boa's stack
David McCullough
david_mccullough at au.securecomputing.com
Wed Mar 28 17:37:06 EST 2007
Jivin Philippe De Muyter lays it down ...
> 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.
Applied to our tree for the next dist cut,
thanks
Davidm
> 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 at uclinux.org
> http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
> This message was resent by uclinux-dev at uclinux.org
> To unsubscribe see:
> http://mailman.uclinux.org/mailman/options/uclinux-dev
--
David McCullough, david_mccullough at securecomputing.com, Ph:+61 734352815
Secure Computing - SnapGear http://www.uCdot.org http://www.cyberguard.com
More information about the uClinux-dev
mailing list