php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #28846 Apache2 child killed by Illegal instruction (4)
Submitted: 2004-06-19 20:13 UTC Modified: 2004-07-01 01:00 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: trond at sausjord dot com Assigned:
Status: No Feedback Package: Reproducible crash
PHP Version: 4.3.7 OS: Solaris 9
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: trond at sausjord dot com
New email:
PHP Version: OS:

 

 [2004-06-19 20:13 UTC] 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>");


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-06-21 23:55 UTC] iliaa@php.net
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-07-01 01:00 UTC] php-bugs at lists dot php dot net
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".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 19:01:33 2024 UTC