Matthias Gelbhardt wrote:

> > 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;
> > }
> 
> Doesn't work..
> Program received signal SIGSEGV, Segmentation fault.
> 0x424d3539 in php_rinit_midgard (type=1, module_number=19) at midgard.c:398
> 398             MGDG(rcfg) = (midgard_request_config *)

David detailed why this doesn't actually help. It's still under
investigation, then.

Emile


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

Reply via email to