On Tue, Aug 17, 2010 at 10:40 AM, Brad Lira
<snmp.apache@xxxxxxxxx> wrote:
I am getting segmentation fault at ap_mpm_pod_check at pod.c : 54 function rc = read(fd, &c, 1);
no, the crash is happening on some other thread; the main thread is asleep in the kernel, waiting for data on a pipe
check the other threads with gdb or whatever tool you're using
I am using 2.2.14, I googled and the problem was there in 2.2.3.
Does anyone know if this was fixed post 2.2.14?
the main thread will be in read() for any crash during request handling, so don' t expect a common root cause with a problem where somebody else noticed the main thread blocked in read()