GOMEZ Henri wrote:
> 
> >> >> Good information, and could send us a strace ?
> >> >
> >> >This may sound strange to all you Apache experts, but how
> >do I do that?
> >> >How do I run strace on a detached process?
> >>
> >> strace httpd -f (follow forks)
> >
> >Thanks for the tip. The log file (bziped) is attached.
> 
> I didn't locate the core !

Just realised that the core I have was compiled without -g option. VERY
useful. I also wanted to replicate the core dump with the httpd that was
compiled with -g, but that didn't work. Now I'm starting to think that
the core file I had was a result of a different crash (I was
experimenting with a lot of stuff and Apache would sometimes spit the
dummy).

So, how do I get to you something you can use? I've seen the Apache
debugging document (http://dev.apache.org/debugging.html) and forceful
core dumping techniques, but I couldn't find truss for Linux. Or maybe I
should use something else?

What are your suggestions?

Bojan

Reply via email to