Date: Tue, 03 May 2005 19:34:56 +0200 From: =?ISO-8859-1?Q?K=F6vesd=E1n_G=E1bor?= <gabor.kovesdan@t-hosting.hu> To: freebsd-ports@FreeBSD.org, clement@FreeBSD.org Subject: Apache2 segfault Message-ID: <4277B640.2080204@t-hosting.hu>
next in thread | raw e-mail | index | archive | help
Hello, I have an apache 2.0.53 from the prots colletction with auth, dav, misc, ssl, threads modules on FreeBSD 5.3 amd64.Some of the httpd processes crash with SIGSEGV signal (11). Most of the web pages are reachable, but some aren't. (e. g. Squirrelmail) In the apache error-log I can see such messages: [Tue May 03 15:17:09 2005] [notice] child pid 54739 exit signal Segmentation fault (11) [Tue May 03 15:17:10 2005] [notice] child pid 54740 exit signal Segmentation fault (11) [Tue May 03 15:17:11 2005] [notice] child pid 54741 exit signal Segmentation fault (11) [Tue May 03 15:17:30 2005] [notice] child pid 54743 exit signal Segmentation fault (11) [Tue May 03 15:17:45 2005] [notice] child pid 54744 exit signal Segmentation fault (11) [Tue May 03 15:17:48 2005] [notice] child pid 54746 exit signal Segmentation fault (11) [Tue May 03 15:17:48 2005] [notice] child pid 54745 exit signal Segmentation fault (11) [Tue May 03 15:17:51 2005] [notice] child pid 54724 exit signal Segmentation fault (11) [Tue May 03 15:17:57 2005] [notice] child pid 54720 exit signal Segmentation fault (11) [Tue May 03 15:18:09 2005] [notice] child pid 54749 exit signal Segmentation fault (11) [Tue May 03 15:18:10 2005] [notice] child pid 54748 exit signal Segmentation fault (11) [Tue May 03 15:18:11 2005] [notice] child pid 54742 exit signal Segmentation fault (11) [Tue May 03 15:18:27 2005] [notice] child pid 54750 exit signal Segmentation fault (11) [Tue May 03 15:18:30 2005] [notice] child pid 54752 exit signal Segmentation fault (11) [Tue May 03 15:18:49 2005] [notice] child pid 54751 exit signal Segmentation fault (11) [Tue May 03 15:18:51 2005] [notice] child pid 54753 exit signal Segmentation fault (11) [Tue May 03 15:18:52 2005] [notice] child pid 54755 exit signal Segmentation fault (11) [Tue May 03 15:18:58 2005] [notice] child pid 54747 exit signal Segmentation fault (11) [Tue May 03 15:19:10 2005] [notice] child pid 54696 exit signal Segmentation fault (11) And in the syslog: May 3 18:43:41 server kernel: pid 57741 (httpd), uid 80: exited on signal 11 May 3 18:46:03 server kernel: pid 57876 (httpd), uid 80: exited on signal 11 May 3 18:47:42 server kernel: pid 57742 (httpd), uid 80: exited on signal 11 May 3 18:47:43 server kernel: pid 57766 (httpd), uid 80: exited on signal 11 May 3 18:57:00 server kernel: pid 16090 (httpd), uid 80: exited on signal 11 May 3 18:57:01 server kernel: pid 16091 (httpd), uid 80: exited on signal 11 May 3 18:57:02 server kernel: pid 16086 (httpd), uid 80: exited on signal 11 May 3 19:20:33 server kernel: pid 34566 (httpd), uid 80: exited on signal 11 May 3 19:23:39 server kernel: pid 40679 (httpd), uid 80: exited on signal 11 May 3 19:23:39 server kernel: pid 40680 (httpd), uid 80: exited on signal 11 May 3 19:31:54 server kernel: pid 40708 (httpd), uid 80: exited on signal 11 This phenomenon has been existed since approximately I upgraded the apache webserver from .52. Generally I use CFLAGS=-Os -march=athlon64 and gcc4.0. But now, I deleted the dependencies of the apache webserver, commented the whole make.conf out, and recompiled almost everything for apache and the result is the same. What can I do now? Please help me, it is quite important since this is a production system.... Regards, Gábor Kövesdán
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4277B640.2080204>