It's definitely this. Thanks!
-Original Message-
From: Rainer Jung [mailto:rainer.j...@kippdata.de]
Sent: Thu 1/8/2009 6:21 AM
To: modules-dev@httpd.apache.org
Subject: Re: null pollset
On 08.01.2009 03:13, Brian Adams wrote:
> Hi,
>
> I just created a new dev box on Fedora 10 and I'm seeing something strange
> with httpd that I built from source. It's 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=) 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?
Could it be BZ 46467?
https://issues.apache.org/bugzilla/show_bug.cgi?id=46467
Regards,
Rainer