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
 Operating System: Solaris 9
 PHP Version:      4.3.4
 New Comment:

What was the optimizing option (-Ox where x is some number) for gcc for
this last build? And are you absolutely sure none of those shared
extensions are not loaded in any php.ini files anymore?



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

[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-24 01:04:07] Joerg dot Dieter dot Friedrich at uni-konstanz
dot de

No, I only compiled iconv and mbstring static, but I'll test today.
And yes I always remove the old buildtree and unpack a new one.

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

[2003-11-23 21:09:28] [EMAIL PROTECTED]

Every extension compiled as 'static' ?? And you're using clean
sources?


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

[2003-11-23 13:31:02] Joerg dot Dieter dot Friedrich at uni-konstanz
dot de

even when compiled static, the result is  the same.

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

[2003-11-21 21:18:01] [EMAIL PROTECTED]

Try compiling iconv support as 'static', ie. use --with-iconv without
the '=shared' part..

(see also bug #26005)



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

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