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

Also confirm if this configure line works / does not work:

# ./configure --disable-all --with-apxs=/opt/apache/bin/apxs
--enable-mbstring=all




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

[2003-12-02 05:47:32] [EMAIL PROTECTED]

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


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

[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-24 08:06:42] Joerg dot Dieter dot Friedrich at uni-konstanz
dot de

It's me again.
I just compiled everything static.
running the script form commandline doesn't segfault anymore, but the
apache1 module still segfaults!
gdb showed:
(gdb) run -X
Starting program: /opt/apache/bin/httpd -X
warning: Lowest section in /usr/lib/libintl.so.1 is .hash at 00000074
warning: Lowest section in /usr/lib/libintl.so.1 is .hash at 00000074
 
Program received signal SIGSEGV, Segmentation fault.
0xfddb4624 in shutdown_memory_manager (silent=1, clean_cache=18432) at
/usr/local/src/php-4.3.4/Zend/zend_alloc.c:531
531                             REMOVE_POINTER_FROM_LIST(t);
(gdb) bt
#0  0xfddb4624 in shutdown_memory_manager (silent=1, clean_cache=18432)
at /usr/local/src/php-4.3.4/Zend/zend_alloc.c:531
#1  0xfdd94980 in php_request_shutdown (dummy=0x0) at
/usr/local/src/php-4.3.4/main/main.c:1005
#2  0xfddd577c in apache_php_module_main (r=0x0,
display_source_mode=-35825944) at
/usr/local/src/php-4.3.4/sapi/apache/sapi_apache.c:60

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

[2003-11-17 21:54:39] [EMAIL PROTECTED]

see also bug #25281


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

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