From: "Thorsten Kamann" <[EMAIL PROTECTED]>
> Hello,
> 
> jean-frederic clere schrieb:
> 
> >
> > jk2 2.0.4 and Apache 2.0.48, hard to improve.
> >
> > - Try to get a core file by adding in httpd.conf:
> > +++
> > CoreDumpDirectory /home/cores
> >
> 
> this dosnt work. I have appended CoreDumpDirectory /tmp/apache_cores to
> the httpd.conf. Make the dir writable for everyone. Restart the apache.
> But the dir is empty.
> 
> Any ideas?

You could try an active debug session:

  gdb /path/to/httpd
  r -X
  'should crash here'
  bt

More information is output if you compile 
apache and mod_jk2 with debug symbols.
(more == better :)

Regards,
-Kurt

> 
> Thorsten
> 
> -- 
> Thorsten Kamann
> Email: [EMAIL PROTECTED]
> ICQ: 40746578
> Yahoo: ThorQue
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

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

Reply via email to