ID:               26264
 Updated by:       [EMAIL PROTECTED]
 Reported By:      Joerg dot Dieter dot Friedrich at uni-konstanz dot de
-Status:           Open
+Status:           Feedback
-Bug Type:         *General Issues
+Bug Type:         Reproducible crash
 Operating System: Solaris 9
 PHP Version:      4.3.4
 New Comment:

Are you still loading any shared extensions? 
Check your php.ini..



Previous Comments:
------------------------------------------------------------------------

[2003-12-02 04:40:17] Joerg dot Dieter dot Friedrich at uni-konstanz
dot de

The problem occurs when enabling iconv or mbstring

------------------------------------------------------------------------

[2003-11-27 04:40:07] [EMAIL PROTECTED]

Try this:

# rm config.cache
# ./configure --with-apxs=/opt/apache/bin/apxs --disable-all
# make clean && make

And as that most likely works fine, add the other options one by one to
see which one actually causes the problem.



------------------------------------------------------------------------

[2003-11-27 01:25:12] Joerg dot Dieter dot Friedrich at uni-konstanz
dot de

ok, done.

removing gettext support didn't help:
/opt/horde3/horde>$ gdb /opt/apache/bin/httpd
GNU gdb 6.0
Copyright 2003 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and
you are
welcome to change it and/or distribute copies of it under certain
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for
details.
This GDB was configured as "sparc-sun-solaris2.9"...
(gdb) run -X
Starting program: /opt/apache/bin/httpd -X
 
Program received signal SIGSEGV, Segmentation fault.
0xfddb2e4c in shutdown_memory_manager (silent=0, clean_cache=18432) at
/usr/local/src/php-4.3.4/Zend/zend_alloc.c:531
531                             REMOVE_POINTER_FROM_LIST(t);

------------------------------------------------------------------------

[2003-11-25 14:16:24] [EMAIL PROTECTED]

Remove the '--with-gettext' and try again.


------------------------------------------------------------------------

[2003-11-25 10:12:50] Joerg dot Dieter dot Friedrich at uni-konstanz
dot de

<[EMAIL PROTECTED]:/usr/local/src/php-4.3.4>$ php -i  | head -20
phpinfo()
PHP Version => 4.3.4
 
System => SunOS thurn 5.9 Generic_112233-08 sun4u
Build Date => Nov 24 2003 13:49:46
Configure Command =>  './configure' '--prefix=/opt/php4'
'--with-apxs=/opt/apache/bin/apxs' '--sysconfdir=/opt/etc/php4'
'--with-config-file-path=/opt/etc/php4' '--disable-debug' '--with-gd'
'--with-jpeg-dir=/usr/sfw' '--with-png-dir=/usr/sfw' '--with-zlib'
'--with-imap=/usr/local/src/imap-2002e' '--with-mysql=/opt/mysql'
'--with-mysql-sock=/var/run/mysql/sock' '--enable-dba'
'--with-db4=/usr/local' '--with-ndbm' '--with-ldap=/usr/local'
'--with-gettext' '--with-pear' '--enable-safe-mode' '--enable-bcmath'
'--enable-calendar' '--enable-ftp' '--enable-sysvmsg'
'--enable-sysvsem' '--enable-sysvshm' '--with-mcrypt=/usr/local'
'--with-xml' '--with-dom' '--with-dom-xslt' '--with-dom-exsl'
'--enable-mime-magic=/opt/etc/apache/magic' '--with-iconv'
'--enable-mbstring=all' '--with-expat-dir=/usr/local'
'--with-openssl=/usr/local/ssl'
Server API => Command Line Interface
Virtual Directory Support => disabled
Configuration File (php.ini) Path => /opt/etc/php4/php.ini
PHP API => 20020918
PHP Extension => 20020429
Zend Extension => 20021010
Debug Build => no
Thread Safety => disabled
Registered PHP Streams => php, http, ftp, https, ftps, compress.zlib
 
 
This program makes use of the Zend Scripting Language Engine:
Zend Engine v1.3.0, Copyright (c) 1998-2003 Zend Technologies
 
<[EMAIL PROTECTED]:/usr/local/src/php-4.3.4>$ grep '\-O' Makefile
CFLAGS_CLEAN = -g -O2

------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/26264

-- 
Edit this bug report at http://bugs.php.net/?id=26264&edit=1

Reply via email to