Re: [us...@httpd] segmentation faults

2009-07-30 Thread Mario Bachmann
i did not solve it, but apache works again with the following "old" versions (gentoo): dev-libs/apr-util-1.3.4 app-admin/apache-tools-2.2.11 www-servers/apache-2.2.11-r3 dev-lang/php-5.2.10-r1 perhaps apr-util-1.3.8 caused the segfault. Mario Am Thu, 30 Jul 2009 15:03:31 +0200 schri

Re: [us...@httpd] segmentation faults

2009-07-30 Thread André Warnier
A frequent reason for segmentation faults is when there is a binary module somwhere being called, which does not match the platform (such as something compiled for Solaris, which you try to run under Linux). Maybe check your SSL or PHP libraries ? Chandranshu . wrote: Well, you can configure

Re: [us...@httpd] segmentation faults

2009-07-30 Thread Chandranshu .
Well, you can configure your system to generate a core dump on a segmentation fault and then use GDB to investigate it. Alternatively, you can directly attach this process in GDB, wait for a segmentation fault and then examine the stack to see what the program was doing. Regards Chandranshu On Th

[us...@httpd] segmentation faults

2009-07-30 Thread Mario Bachmann
Hi there, i get segfaults in the error_log when i connect to the web-site with my browser. The browser shows an empty site (completely empty). Some ideas? I recompiled apache-2.2.12 several times. i am on gentoo linux. i start: apache2 -D DEFAULT_VHOST -D INFO -D LANGUAGE -D SSL -D SSL_DEFAUL