Forum OpenACS Development: Response to Redirects handling broken in request processor?

Hi,

Am seeing the same error messages on my logs as well. The stack size on my control file is already 500000 but I increased it to 800000 but I still see the errors. I noticed though that there are two entires for StackSize.

ns_section ns/parameters
ns_param User nsadmin
ns_param Group nsadmin
ns_param ServerLog ${AOL_HOME}/log/${service_short_name}/server.log
ns_param Home ${AOL_HOME}
ns_param StackSize 800000
ns_param MaxKeepAlive 0

ns_section ns/threads
# use more than 1 processor (Solaris)
ns_param SystemScope on
ns_param StackSize 131072

Regards,