every now and then I notice in apache logs there were few segmentation faults (on a daily basis) and all I am stuck with is PID of that process (which is of course dead by then) and nothing about what it was doing. Is there any way to figure out what request that apache process was serving when SIGSEGV occured? Is there any reading about this?
[Mon Oct 18 18:14:33 2004] [notice] child pid 12474 exit signal Segmentation fault (11)
I'm getting these randomly - I found a page that says this error means: ""I tried to access some memory that I don't own, and the kernel told me off for it". Does anyone know where to find a comprehensive list of all signals?
I still don't know how to figure out what's triggering it, but I suspect a certain cgi written in c that I installed recently - is there a way to prove it that program is the source of the error messages?
Frank