On Wed, Jun 20, 2018 at 9:08 AM, Eric Covener <cove...@gmail.com> wrote:

> On Wed, Jun 20, 2018 at 10:04 AM William A Rowe Jr <wr...@rowe-clan.net>
> wrote:
> >
> > Question, what is a server_conf, before httpd's argv[] array
> > has even been processed?
>
>  It's NULL, but these (log.c only) uses should be well after.
>

In fact, some of these are argv[] handlers, but as long as we have
server_conf of NULL, then your patch should be a no-op in such cases.
I'd expect any APLOG_STARTUP phase messages to predate the
successful creation of server_conf.

The exception would be if some of this processing happens after
pconf is torn down during a graceful restart, without resetting
server_conf to NULL, first. That might show up as graceful restart
segv's.

Reply via email to