On 03/07/07, Kieran OSullivan <kieran.osullivan at ireland.com> wrote:
> I am having trouble with a child of the apache process which is generating the following error in the http error log
>> [Sun Jul 01 09:47:25 2007] [notice] child pid 31850 exit signal Segmentation fault (11)
>> How do I find out what this process is as it dies without a trace every time.
Turn on core files; stick:
ulimit -c unlimited
in /etc/init.d/apache in the start section.
Then,
gdb /path/to/core/file
bt
> Is there any way of getting apache to tell me more about it or could I use a tool like strace.
You could use strace if you knew ahead of time which process was going
to die, but it sounds like you don't know that.
--
Cheers,
Josh
Maintained by the ILUG website team. The aim of Linux.ie is to
support and help commercial and private users of Linux in Ireland. You can
display ILUG news in your own webpages, read backend
information to find out how. Networking services kindly provided by HEAnet, server kindly donated by
Dell. Linux is a trademark of Linus Torvalds,
used with permission. No penguins were harmed in the production or maintenance
of this highly praised website. Looking for the
Indian Linux Users' Group? Try here. If you've read all this and aren't a lawyer: you should be!