the apache is after 1 day allways freezing. the cpu is low but the apache is very very slow or hangs. without the microcode module, there are no problems. any ideas?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
i just installed microcode 0.98b on Apache 1.3.26 with PHP 4.3.2 and cannot reproduce the segmentation fault. Could you please post the script that causes the trouble?
for the sake of completeness: here is my PHP configure call
i get allways the segmentation fault. is not fixed! i tested on redhat and suse.
the apache is after 1 day allways freezing. the cpu is low but the apache is very very slow or hangs. without the microcode module, there are no problems. any ideas?
hi!
i just installed microcode 0.98b on Apache 1.3.26 with PHP 4.3.2 and cannot reproduce the segmentation fault. Could you please post the script that causes the trouble?
for the sake of completeness: here is my PHP configure call
./configure --prefix=/usr --with-apxs=/usr/bin/apxs \
--with-regex=php --with-config-file-path=/etc/php4/apache \
--disable-rpath --disable-debug --enable-memory-limit \
--enable-calendar --enable-sysvsem --enable-sysvshm \
--enable-track-vars --enable-trans-sid --enable-bcmath \
--with-bz2 --enable-ctype --with-db2 --with-iconv --enable-exif \
--enable-filepro --enable-ftp --with-gettext --enable-mbstring \
--with-pcre-regex=/usr --enable-shmop --enable-sockets \
--enable-wddx --with-xml=/usr --with-expat-dir=/usr \
--enable-yp --with-zlib --without-pgsql --disable-static \
--with-layout=GNU --with-dom=shared,/usr --with-zlib-dir=/usr \
--with-gd=shared,/usr --with-jpeg-dir=shared,/usr \
--with-xpm-dir=shared,/usr/X11R6 --with-png-dir=shared,/usr \
--with-freetype-dir=shared,/usr --with-imap=shared,/usr \
--with-ldap=shared,/usr --with-mcal=shared,/usr \
--with-mhash=shared,/usr --with-mm --with-mysql=shared,/usr \
--with-unixODBC=shared,/usr --with-recode=shared,/usr \
--with-snmp=shared --enable-ucd-snmp-hack --with-ttf=shared,/usr \
--with-t1lib=shared,/usr --with-microcode=shared --with-mcrypt=shared
Regards
Karsten Richter
I get the same error too, with the following configuration
'./configure' '--host=i686-pc-linux-gnu' \
'--build=i686-pc-linux-gnu' '--target=i386-redhat-linux-gnu' \
'--program-prefix=' '--prefix=/usr' '--exec-prefix=/usr' \
'--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' \
'--datadir=/usr/share' '--includedir=/usr/include' \
'--libdir=/usr/lib' '--libexecdir=/usr/libexec' \
'--localstatedir=/var' '--sharedstatedir=/usr/com' \
'--mandir=/usr/share/man' '--infodir=/usr/share/info' \
'--prefix=/usr' '--with-config-file-path=/etc' \
'--enable-force-cgi-redirect' '--disable-debug' '--enable-pic' \
'--disable-rpath' '--enable-inline-optimization' '--with-bz2' \
'--with-db3' '--with-curl=/usr/local/lib' '--with-dom=/usr' \
'--with-exec-dir=/usr/bin' '--with-freetype-dir=/usr' \
'--with-png-dir=/usr' '--with-gd' '--enable-gd-native-ttf' \
'--with-ttf' '--with-gdbm' '--with-gettext' '--with-ncurses' \
'--with-gmp' '--with-jpeg-dir=/usr' \
'--with-png' '--with-pspell' \
'--with-xml' '--with-expat-dir=/usr' \
'--with-zlib' '--with-layout=GNU' '--enable-bcmath' \
'--enable-exif' '--enable-ftp' '--enable-magic-quotes' \
'--enable-safe-mode' '--enable-sockets' '--enable-sysvsem' \
'--enable-sysvshm' '--enable-discard-path' '--enable-track-vars' \
'--enable-trans-sid' '--enable-yp' '--enable-wddx' \
'--without-oci8' '--with-pear=/usr/share/pear' \
'--with-imap=shared' '--with-imap-ssl' \
'--with-kerberos=/usr/kerberos' '--with-ldap' \
'--with-mysql=/usr' \
'--enable-memory-limit' '--enable-bcmath' '--enable-shmop' \
'--enable-versioning' '--enable-calendar' '--enable-dbx' \
'--enable-mbstring' '--with-mbstr-enc-trans' \
'--enable-dio' '--enable-mcal' \
'--with-microcode=shared' \
'--with-unixODBC' \
'--with-mcrypt=/usr/local' \
'--with-apxs2=/usr/local/apache2/bin/apxs'