On Sun, 9 Sep 2001, Sander Striker wrote:
mod_ssl is working fine here, passes all httpd-test tests (t/TEST -ssl)
that includes perdir merging.
are you up to date with httpd-2.0 from cvs?
> mod_ssl segfaults in ssl_config_perdir_merge:
> Program received signal SIGSEGV, Segmentation fault.
> [Switching to Thread 1024 (LWP 9130)]
> 0x806dd1d in ssl_config_perdir_merge (p=0x814e22c, basev=0x0,
> addv=0x8192e4c) at ssl_engine_config.c:269
> 269 cfgMergeArray(aRequirement);
> (gdb) bt
> #0 0x806dd1d in ssl_config_perdir_merge (p=0x814e22c, basev=0x0,
> addv=0x8192e4c) at ssl_engine_config.c:269
i don't think basev should ever be NULL here. can somebody confirm?
> #1 0x80a2c15 in ap_merge_per_dir_configs (p=0x814e22c, base=0x8192f34,
> new_conf=0x8192c54) at config.c:262
> #2 0x80b7376 in ap_location_walk (r=0x814e25c) at request.c:1236
this is in the area of new directory/location walk optmizations, i have a
feeling the bug is there, not mod_ssl. wrowe could probably provide some
insight here.