[imp] Apache segfaults due to error in Horde.php logMessage()

Gonzalo Servat gs at webtastic.com.au
Sun Aug 3 22:38:46 PDT 2003


On 3/08/2003 8:14 PM -0700, Lord Apollyon wrote:

> I am not seeing these segfaults, and I have what I would THINK to be a
> fragile (read: BLOATED) PHP configuration.  Can we see a show of hands
> with a basic summary of OS/compiler/PHP-version/etc for the folks who ARE
> seeing these segfaults?

It is definitely bloated. I have recompiled PHP from the src RPM without 
removing unwanted stuff so there's probably a lot of switches I don't need. 
I would really like to find out exactly which bit causes it to crash so at 
least I can report it to the PHP team.

OS/Distro: RedHat 7.3
Compiler: gcc 2.96 20000731 (RHL 7.3 2.96-113)
PHP Version: 4.3.2 (I've tried numerous other versions (4.2.x and 4.1.x) to 
no avail)
Configure line for PHP is attached as it's a little long to paste.

FWIW, I've seen quite a few boxes that have the same occasional child 
process segfault problem. Most (if not all) of them are ones that use Plesk 
(including mine). Plesk is a web-based web hosting control panel tool 
written in PHP. I really don't think it's anything to do with Plesk since 
it runs on it's own copy of Apache on a separate port.
I believe everyone using Plesk would probably use PHP from a binary RPM.
In my case, I wanted to make a couple of changes so I compiled from the 
source RPM.

Best regards,
Gonzalo
-------------- next part --------------
'./configure' 'i386-redhat-linux' '--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' '--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-iconv' '--with-jpeg-dir=/usr' 
'--with-mm' '--with-openssl' '--with-png' '--with-pspell' 
'--with-regex=system' '--with-xml' '--with-domxml' '--with-expat-dir=/usr' 
'--with-zlib' '--with-layout=GNU' '--enable-mcal' '--enable-bcmath' 
'--enable-debugger' '--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-imap=shared' '--with-imap-ssl' '--with-kerberos=/usr/kerberos' 
'--with-ldap=shared' '--with-mysql=shared,/usr' '--with-pgsql=shared' 
'--with-snmp=shared,/usr' '--with-snmp=shared' '--enable-ucd-snmp-hack' 
'--with-unixODBC=shared' '--enable-memory-limit' '--enable-bcmath' 
'--enable-shmop' '--enable-versioning' '--enable-calendar' '--enable-dbx' 
'--enable-dio' '--enable-mbstring' '--enable-mbstr-enc-trans' 
'--with-apxs=/usr/sbin/apxs' 


More information about the imp mailing list