On 12/04/2011 10:33 PM, Gregg L. Smith wrote:
On 12/4/2011 8:46 AM, Rainer Jung wrote:
Picking up this old discussion:

On 03.07.2011 19:40, William A. Rowe Jr. wrote:
On 7/1/2011 12:26 AM, Mladen Turk wrote:
On 07/01/2011 06:31 AM, Gregg L. Smith wrote:
Hi folks,

Well, this is the same chunk of Win32 specific debugging code causing this 
module to
crash yet again.

Gregg: Can you tell us, in which line it is crashing?
Debugger says here (see attached).

WatchdogInterval set or not.


It actually means that pre-config failed.
I suspect that the change introducing

if (ap_state_query(AP_SQ_MAIN_STATE) == AP_SQ_MS_CREATE_PRE_CONFIG)
        /* First time config phase -- skip. */
   return OK;
inside pre_config hook is the cause.

It bypasses creation of wd_server_conf, and the child_hook is missing the 
server conf.
So either the first one should be deleted or something similar should be done 
on child hook.

Like said on another thread, give me couple of days and I'll fix the issue.
Well, as soon as I compile httpd-2.4 on windows which might be tricky cause
build procedure is completely broken and it doesn't compile any more out of the 
box.



Regards
--
^TM

Reply via email to