Matthias Gelbhardt wrote:

> ># gdb /path/to/httpd
> > gdb) run -X
> >
> Program received signal SIGSEGV, Segmentation fault.
> 0x40693681 in php_rinit_midgard (type=1, module_number=20) at midgard.c:390
> 390             MGDG(rcfg) = (midgard_request_config *)

While this Should Never Happen(tm), try inserting, the following after
line 388:

if (r == NULL) {
   MGDG(rcfg) = NULL;
   MGDG(dcfg) = NULL;
   php_error(E_ERROR, "Server context missing");
   return SUCCESS;
}

David, where would this log entry appear?

Emile


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to