Re: [us...@httpd] segmentation fault at ap_mpm_pod_check at read

2010-08-18 Thread Brad Lira
thanks, On Tue, Aug 17, 2010 at 1:52 PM, Jeff Trawick wrote: > On Tue, Aug 17, 2010 at 10:40 AM, Brad Lira 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 a

Re: [us...@httpd] segmentation fault at ap_mpm_pod_check at read

2010-08-17 Thread Jeff Trawick
On Tue, Aug 17, 2010 at 10:40 AM, Brad Lira 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

[us...@httpd] segmentation fault at ap_mpm_pod_check at read

2010-08-17 Thread Brad Lira
Hi all, I am getting segmentation fault at ap_mpm_pod_check at pod.c : 54 function rc = read(fd, &c, 1); 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? thanks,