namazu-users-en
[Top] [All Lists]

[Namazu-users-en] Re: some queries failing (cgi)

2005-06-17 13:49:11
On June 17, 2005 at 13:05, "Chad Leigh -- Shire.Net LLC" wrote:

So we see it does not get past the tmp=strdup(str); line when str =  
chad  . It seems to die in strdup as the cgi_output file ends  
abruptly and we do not get any fprintf() from after the call

Could be memory allocation problem, or memory corruption.  Did
you get a core file?  Probably not because your coredumpsize limit
is probably 0.

Try running things under a debugger.

If you do not want to step through Apache code, you could modify
namazu.cgi to include a sleep call.  This way you have time to
attach to the process with the debugger.

--ewh
_______________________________________________
Namazu-users-en mailing list
Namazu-users-en(_at_)namazu(_dot_)org
http://www.namazu.org/cgi-bin/mailman/listinfo/namazu-users-en

<Prev in Thread] Current Thread [Next in Thread>