From:             [EMAIL PROTECTED]
Operating system: RedHat Linux 7.2 
PHP version:      4.3.0
PHP Bug Type:     IMAP related
Bug description:  Segmentation fault and IMAP

Hello! 

I can't run httpd with mod_php4/IMAP support. Config lines there are:

PHP - 
./configure' --with-zlib --with-pgsql=/usr/local/pgsql --with-layout=GNU
--with-dom=/usr/local/lib --without-mysql --with-imap=/usr/local
--with-kerberos=/usr/local --with-xslt-sablot --enable-xslt
--with-iconv=/usr/local/lib/ --with-curl=/usr/local/lib
--with-apache=../apache_1.3.27 --enable-calendar --with-gettext=/bin
--with-ming=/usr/lib --with-gd --enable-gd-native-ttf --with-png-dir=/usr
--with-jpeg-dir=/usr --with-freetype-dir=/usr/local --with-bz2
--enable-debug=yes

Apache - SSL_BASE="/usr/src/openssl-0.9.6b" ./configure
--with-layout=RedHat --enable-module=so --enable-module=auth
--enable-module=ssl --enable-module=proxy
--activate-module=src/modules/php4/libphp4.a

All things compiled successfully, but when I tried to run httpd with gdb,
I get the following message:

(gdb) run -X
Starting program: /usr/sbin/httpd -X

Program received signal SIGSEGV, Segmentation fault.
0x084c8100 in ?? () at eval.c:41
41      eval.c: No such file or directory.
        in eval.c

When I compiled this without IMAP support, all works perfectly.

php4-STABLE-200302071030
apache 1.3.27
imap-2001a-10
-- 
Edit bug report at http://bugs.php.net/?id=22106&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=22106&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=22106&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=22106&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=22106&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=22106&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=22106&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=22106&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=22106&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=22106&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=22106&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=22106&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=22106&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=22106&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=22106&r=gnused

Reply via email to