Forum OpenACS Q&A: Re: Re: nsd crash after "ns_returnredirect"

Collapse
Posted by Alex Andryushkin on
Nothing like that. The URL does not make difference.

the initial page (index.adp) may be as simple as this:

< %
ns_returnredirect "http://server:8080/alive.html";
% >

and alive.html only has a single "alive" word in it.

I also shall say that this issue seems to be specific for 64-bit version of nsd.

Collapse
Posted by Gustaf Neumann on
You are sure, you have no mixup with different tcl versions on your system? use always --with-tcl.

The mistake is on your side, we have compiled the whole suite for 64 bit opterons and power5+ (our production environment) an the environment works very stable. if you want that someone helps you with the problem, you have to provide more details about what might be special in your setup.

Collapse
Posted by Alex Andryushkin on
Hi, Gustaf

Quite possible ...

however this is how I compiled it:

#./configure --enable-threads --enable-symbols --prefix=/usr/lib/aolserver4/ --exec_prefix=/usr/lib/aolserver4/ --with-tcl=/usr/lib/tcl8.4
#make
#make install

The troubling question for me is that server seems to have no other issues except "redirect".
Could you suggest any better method to debug this problem?

Thanks