Hi Yann,

Yes this patch of code is not working for worker mpm in Apache-2.4.25

Thanks
Hemant

On Jan 18, 2018 5:28 PM, "Yann Ylavic" <ylavic....@gmail.com> wrote:

> Hi Hemant,
>
> On Thu, Jan 18, 2018 at 6:23 AM, Hemant Chaudhary
> <hemantdude.chaudh...@gmail.com> wrote:
> > Hi All ,
> >
> > I added the following patch of code in my worker.c
> > static void clean_child_exit(int code)
> >
> >      if (one_process) {
> >          prefork_note_child_killed(/* slot */ 0, 0, 0);
> > +        atexit(apr_terminate);
> >      }
> >      ap_mpm_pod_close(my_bucket->pod);
>
> I committed http://svn.apache.org/r1814112 in trunk lately, don't
> these patches work for you?
> Not proposed for backport to 2.4.x yet, testing would help..
>
> Regards,
> Yann.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
> For additional commands, e-mail: users-h...@httpd.apache.org
>
>

Reply via email to