[Bug 267435] www/apache24 core dumps when mod_perl, mod_php7, mod_dbd, and GD active

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 31 Oct 2022 07:17:47 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267435

Tatsuki Makino <tatsuki_makino@hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tatsuki_makino@hotmail.com

--- Comment #2 from Tatsuki Makino <tatsuki_makino@hotmail.com> ---
My apache24 httpd had a similar bomb so I'll watch here too :)

In my case, originally there was no problem, but after making the following
changes, it occurs rarely.

+ LoadModule http2_module
+ switch to LoadModule mpm_event_module instead mpm_prefork_module for
http2_module
+ reinstalled mod_php74 with turn on ZTS for mpm_event_module

Since I only recently noticed it, I have added CoreDumpDirectory /tmp to see
what happens, but so far that hasn't happened yet.

-- 
You are receiving this mail because:
You are the assignee for the bug.