Re: "httpd -X" segfaults with 2.4.17

2016-02-09 Thread Brian J. France
This hasn't made it into the 2.4.x branch yet, what is the status of getting this in the .19 release? http://svn.apache.org/viewvc?view=revision=1711479 Thanks, Brian > On Oct 16, 2015, at 8:06 AM, Yann Ylavic wrote: > > Hi Jan, > > On Fri, Oct 16, 2015 at 1:58 PM,

Re: "httpd -X" segfaults with 2.4.17

2015-10-16 Thread Yann Ylavic
Hi Jan, On Fri, Oct 16, 2015 at 1:58 PM, Jan Kaluža wrote: > Hi, > > httpd 2.4.17 segfaults when used with prefork MPM (and probably also with > other MPMs) and -X option since r1705492. > > The crash happens in the following call in prefork.c (and probably also > worker.c

"httpd -X" segfaults with 2.4.17

2015-10-16 Thread Jan Kaluža
Hi, httpd 2.4.17 segfaults when used with prefork MPM (and probably also with other MPMs) and -X option since r1705492. The crash happens in the following call in prefork.c (and probably also worker.c and so on): ap_mpm_pod_check(my_bucket->pod) pod is NULL and later dereferenced.

Re: "httpd -X" segfaults with 2.4.17

2015-10-16 Thread Christian Folini
On Fri, Oct 16, 2015 at 01:58:17PM +0200, Jan Kaluža wrote: > httpd 2.4.17 segfaults when used with prefork MPM (and probably also > with other MPMs) and -X option since r1705492. > > The crash happens in the following call in prefork.c (and probably > also worker.c and so on): Works fine here