ID:               28846
 Updated by:       [EMAIL PROTECTED]
 Reported By:      trond at sausjord dot com
-Status:           Feedback
+Status:           No Feedback
 Bug Type:         Reproducible crash
 Operating System: Solaris 9
 PHP Version:      4.3.7
 New Comment:

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".


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

[2004-06-21 23:55:36] [EMAIL PROTECTED]

Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.


Please provide a shortest possible script that can be used 
to replicate the bug. 

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

[2004-06-19 20:13:01] trond at sausjord dot com

Description:
------------
The apache child dies when I try to run Horde 2.2.5 on Apache 2.0.49. 
It happens both with prefork and worker.

>From Apache error log:
[Sat Jun 19 18:21:35 2004] [notice] child pid 15489 exit signal Illegal
instruction (4)

Php build:
'./configure' '--prefix=/usr/local' '--with-mysql'
'--with-apxs2=/usr/local/apache/bin/apxs' '--with-openssl'
'--with-gettext' '--with-xml' '--with-imap=../imap-2004/'
'--enable-debug' 

Apache2 build:
CFLAGS="-mcpu=athlon-mp -march=athlon-mp -O3"; export CFLAGS
"./configure" \
"--prefix=/usr/local/apache" \
"--enable-ssl" \
"--enable-auth-dbm" \
"--enable-so" \
"--enable-nonportable-atomics=yes" \
"--with-mpm=worker" 


Reproduce code:
---------------
See index.php in Horde-2.2.5 (www.horde.org)

Actual result:
--------------
GDB Backtrace:
(gdb) bt
#0  0xdd58f262 in zend_highlight (syntax_highlighter_ini=0x81c09a8,
tsrm_ls=0x81f6a58)
    at /usr/local/php-4.3.7/Zend/zend_highlight.c:105
#1  0xddade18d in apr_pool_destroy () from
/usr/local/apache/lib/libapr-0.so.0
#2  0xddade248 in apr_pool_destroy () from
/usr/local/apache/lib/libapr-0.so.0
#3  0x080ca667 in main ()

Zend/zend_highlight.c:
105:    zend_printf("<code>");



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


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

Reply via email to