Hi, I just created a new dev box on Fedora 10 and Im seeing something strange with httpd that I built from source. Its segfaulting constantly (even though I can get pages and modules to execute). If I look at a coredump I see this:
(gdb) where #0 apr_pollset_add (pollset=0x0, descriptor=0xbf8aadec) at poll/unix/epoll.c:150 #1 0x080bd161 in child_main (child_num_arg=<value optimized out>) at prefork.c:532 #2 0x080bd613 in make_child (s=0x8ee4830, slot=1) at prefork.c:746 #3 0x080bdc9a in startup_children () at prefork.c:764 #4 ap_mpm_run (_pconf=0x8edf550, plog=0x8f19638, s=0x8ee4830) at prefork.c:985 #5 0x08069800 in main (argc=Cannot access memory at address 0x0 ) at main.c:740 Looks like apr_pollset_create is failing in prefork.c. Any ideas on why this would happen? Thanks for the help. Brian