On Tue, 27 Aug 2002, Phil Lobbes wrote:

> Hi,
> 
> I just recently joined the mail list and did a quick check but didn't
> seen any report of this problem:
> 
> Versions: perl-5.6.1       (non-threaded)
>         apache-2.0.40    (mpm-prefork)
>         mod_perl-1.99_05
> OS:       HPUX 11
> Compiler: gcc version 3.2 20020708 (experimental)
> 
> I don't know the code well enough to know what data/values are
> expected to be found in dconf, but here is a possible work around
> (most likely less than ideal solution) in the affected portion of C
> code (src/modules/perl/modperl_pcw.c):
> 
> +    if( (! dconf) || (! dconf->sec_file) )
> +        return;
>     ap_conf_vector_t **dirs = (ap_conf_vector_t **)dconf->sec_file->elts;

which one is NULL dconf or dconf->sec_file?  if dconf->sec_file should 
never be NULL.  i'm not sure if it is possible for dconf itself to be 
NULL.  do you have some example configuration that causes the problem?


Reply via email to