php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #25956 Apache: Illegal Instruction
Submitted: 2003-10-22 16:25 UTC Modified: 2003-10-22 18:51 UTC
From: zefram at zefram dot net Assigned:
Status: Not a bug Package: Reproducible crash
PHP Version: 4.3.3 OS: FreeBSD 4.9 STABLE
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: zefram at zefram dot net
New email:
PHP Version: OS:

 

 [2003-10-22 16:25 UTC] zefram at zefram dot net
Description:
------------
Apache is killing children left and right giving this 
error: 
 
[Wed Oct 22 16:04:15 2003] [notice] child pid 1024 exit 
signal Illegal instruction (4) 
 
It happens every time I try to run an application I'm in 
the middle of building. Very frustrating. I cannot provide 
code, as it's a closed source app. I'll try to reduce the 
code to what's exactly dying, but I'm not sure at this 
point what it is. It seems to have to do with objects and 
perhaps inheritance. My compile options are: 
 
./configure  --with-apache=../apache_1.3.27/ --with-mysql 
--with-gd --enable-sockets --with-png-dir=/usr/include/
libpng --with-zlib-dir=/usr/include --with-jpeg-dir=/usr/
include/libjpeg -- 
with-mhash 
 
Apache just loads php4 and enables mod_rewrite. 
 
Apache is not dropping a core file, so I can't provide a 
backtrace. 
 
Any guidance would be much appreciated. 
 
John 


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-10-22 18:51 UTC] iliaa@php.net
Thank you for taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php

Infitite function or method recursion will lead to stack overflow.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun May 05 15:01:33 2024 UTC