|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-06-21 23:55 UTC] iliaa@php.net
[2004-07-01 01:00 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Dec 01 10:00:01 2025 UTC |
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>");