Pierre-Mikael Legris <[EMAIL PROTECTED]> writes:

> I didn't try to debug it, and it would be nice If you could give me
> some steps to do it.

Well, do you have a debugger available?  dbg or gdb or something?
Here's how, with gdb:

gdb /usr/path/to/apache/httpd
(gdb) run -X

that runs it in single process mode.  At this point, try doing a
request, and see what happens.  If it crashes, it will give you a
prompt, where you can do 'bt' to see a backtrace of what's going on.
Send that to the list, and we'll see what's going on...

> Maybe it's due to the sparc architecture..

Sure, but it shouldn't do that!

-- 
David N. Welton
   Consulting: http://www.dedasys.com/
     Personal: http://www.dedasys.com/davidw/
Free Software: http://www.dedasys.com/freesoftware/
   Apache Tcl: http://tcl.apache.org/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to