Re: Strange segfaults in apache

Piotras <pp-VVDi8QVAvoBWk0Htik3J/[email protected]> Mon, 12 Dec 2005 11:25:47 +0100
Newsgroups gmane.comp.web.midgard.user
Message-ID <[email protected]>
"Brandl, Gernot" <gb-9dL/[email protected]> wrote:

> Hi,
> I am running midgard on CentOS 4.2 (httpd-2.0.52, php-4.3.9). I built
> the rpm packages from the SRPMS and installed them.

Midgard version?

> Midgard runs fine but if I call something which is NOT served through
> midgard (i.e. phpMyAdmin) something goes wrong. It seems like the
> apache-process (on some requests) is being killed and the requested file
> isn't served. 

Some special Apache directives in configuration?
phpMyAdmin is subdirectory ( or even linked one ) under Midgard DocumentRoot?
Or do you set some alias or something similiar in apache configuration?
 
> In the apache-log I then can find the following entry:
> [Mon Dec 12 10:31:37 2005] [notice] child pid 32744 exit signal
> Segmentation fault (11)

Segfaults are never good thing. "Fortunatelly" this happens at request end :/

Piotras