https://issues.apache.org/bugzilla/show_bug.cgi?id=44706
Summary: Segmentation fault (11) after starting up apache 2.2.8
Product: Apache httpd-2
Version: 2.2.8
Platform: HP
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Event MPM
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
I run Apache 2.2.8 on Gentoo Linux 2.6.23-gentoo-r9 and the MPM is prefork.
After starting up Apache I got exit signal Segmentation fault (11).
I running old binary apache 2.2.6(compiled on my old web server) on my new web
server and it's ok.
---httpd errors log---
[Sun Mar 30 16:35:46 2008] [notice] Digest: generating secret for digest
authentication ...
[Sun Mar 30 16:35:46 2008] [notice] Digest: done
[Sun Mar 30 16:35:47 2008] [notice] Apache/2.2.8 (Unix) configured -- resuming
normal operations
[Sun Mar 30 16:35:49 2008] [notice] child pid 30473 exit signal Segmentation
fault (11)
[Sun Mar 30 16:35:52 2008] [notice] child pid 30488 exit signal Segmentation
fault (11)
[Sun Mar 30 16:35:52 2008] [notice] child pid 30499 exit signal Segmentation
fault (11)
-- errors log w/ debug info --
[Sun Mar 30 16:38:54 2008] [notice] child pid 3629 exit signal Segmentation
fault (11)
[Sun Mar 30 16:38:54 2008] [notice] child pid 3630 exit signal Segmentation
fault (11)
[Sun Mar 30 16:38:54 2008] [notice] child pid 3632 exit signal Segmentation
fault (11)
[Sun Mar 30 16:38:54 2008] [info] [client 219.148.48.106] (32)Broken pipe:
core_output_filter: writing data to the network
[Sun Mar 30 16:38:54 2008] [info] [client 83.19.60.180] (32)Broken pipe:
core_output_filter: writing data to the network
[Sun Mar 30 16:38:54 2008] [info] [client 218.27.64.41] (32)Broken pipe:
core_output_filter: writing data to the network
[Sun Mar 30 16:38:54 2008] [info] [client 202.100.221.157] (32)Broken pipe:
core_output_filter: writing data to the network
[Sun Mar 30 16:38:54 2008] [info] [client 58.19.78.80] (32)Broken pipe:
core_output_filter: writing data to the network
[Sun Mar 30 16:38:54 2008] [info] [client 222.135.79.228] (104)Connection reset
by peer: core_output_filter: writing data to t
he network
[Sun Mar 30 16:38:54 2008] [info] [client 60.182.95.154] (32)Broken pipe:
core_output_filter: writing data to the network
--Apache Configure--
./configure --prefix=/home/httpd --enable-pie --enable-mods-shared=all
--disable-env --disable-setenvif --disable-status --disable-cgid --disable-cgi
--enable-rewrite --enable-so --with-mpm=prefork
--enable-nonportable-atomics=yes
--apache 2.2.8 apachectl -V--
Server version: Apache/2.2.8 (Unix)
Server built: Mar 30 2008 16:03:49
Server's Module Magic Number: 20051115:11
Server loaded: APR 1.2.12, APR-Util 1.2.12
Compiled using: APR 1.2.12, APR-Util 1.2.12
Architecture: 32-bit
Server MPM: Prefork
threaded: no
forked: yes (variable process count)
Server compiled with....
-D APACHE_MPM_DIR="server/mpm/prefork"
-D APR_HAS_SENDFILE
-D APR_HAS_MMAP
-D APR_HAVE_IPV6 (IPv4-mapped addresses enabled)
-D APR_USE_SYSVSEM_SERIALIZE
-D APR_USE_PTHREAD_SERIALIZE
-D SINGLE_LISTEN_UNSERIALIZED_ACCEPT
-D APR_HAS_OTHER_CHILD
-D AP_HAVE_RELIABLE_PIPED_LOGS
-D DYNAMIC_MODULE_LIMIT=128
-D HTTPD_ROOT="/home/httpd2"
-D SUEXEC_BIN="/home/httpd2/bin/suexec"
-D DEFAULT_PIDLOG="logs/httpd.pid"
-D DEFAULT_SCOREBOARD="logs/apache_runtime_status"
-D DEFAULT_LOCKFILE="logs/accept.lock"
-D DEFAULT_ERRORLOG="logs/error_log"
-D AP_TYPES_CONFIG_FILE="conf/mime.types"
-D SERVER_CONFIG_FILE="conf/httpd.conf"
-- the old apache 2.2.6 apachectl -V --
Server version: Apache/2.2.6 (Unix)
Server built: Sep 17 2007 19:41:20
Server's Module Magic Number: 20051115:5
Server loaded: APR 1.2.11, APR-Util 1.2.10
Compiled using: APR 1.2.11, APR-Util 1.2.10
Architecture: 32-bit
Server MPM: Worker
threaded: yes (fixed thread count)
forked: yes (variable process count)
Server compiled with....
-D APACHE_MPM_DIR="server/mpm/worker"
-D APR_HAS_SENDFILE
-D APR_HAS_MMAP
-D APR_HAVE_IPV6 (IPv4-mapped addresses enabled)
-D APR_USE_SYSVSEM_SERIALIZE
-D APR_USE_PTHREAD_SERIALIZE
-D SINGLE_LISTEN_UNSERIALIZED_ACCEPT
-D APR_HAS_OTHER_CHILD
-D AP_HAVE_RELIABLE_PIPED_LOGS
-D DYNAMIC_MODULE_LIMIT=128
-D HTTPD_ROOT="/home/httpd"
-D SUEXEC_BIN="/home/httpd/bin/suexec"
-D DEFAULT_SCOREBOARD="logs/apache_runtime_status"
-D DEFAULT_ERRORLOG="logs/error_log"
-D AP_TYPES_CONFIG_FILE="conf/mime.types"
-D SERVER_CONFIG_FILE="conf/httpd.conf"
I appreciate if anyone can provide any pointer related to this issue.
Best Regards,
Jin-Shan
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]