On Fri, 20 Apr 2001, Bill Stoddard wrote:
> I am fairly sure this patch is at least a contributing factor to a seg fault I am
>trying to debug.
> The seg fault, which happens on the first request to the server, is in
>ap_getline(). req_cfg is
> NULL after the call to ap_get_module_config(). We blow up trying to reference
>req_cgg->bb. with a
> NULL pointer. Here is the code snip...
>
> req_cfg = (core_request_config *)
> ap_get_module_config(r->request_config, &core_module);
> b = req_cfg->bb
>
> The problem is that ap_set_module_config() has not been called on core_module yet.
>Ryan, did this
> code serve pages for you before you committed it?
This code has served static pages and SSI pages for me.
I will try to look at what you are seeing later today.
Ryan
_______________________________________________________________________________
Ryan Bloom [EMAIL PROTECTED]
406 29th St.
San Francisco, CA 94131
-------------------------------------------------------------------------------