php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #27540 System core dump on webbrowser
Submitted: 2004-03-09 12:36 UTC Modified: 2004-03-15 07:31 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: barry at teleserver dot es Assigned:
Status: Not a bug Package: Apache related
PHP Version: Irrelevant OS: Sun Solaris 2.6
Private report: No CVE-ID: None
 [2004-03-09 12:36 UTC] barry at teleserver dot es
Description:
------------
Using apache web server (tried versions: 1.3.29 and 2.0.48) I try to start up a PHP (tried versions: 4.0.4 and 4.0.3) from a C code CGI by the C system() funci?n. The result is a system coredump on the navigator. 

Configure line: ./configure --prefix=/disco1/aplicaciones/QuorumEnterpriseCenter/apache/php_4.3.4 --with-oracle=/disco1/oracle/8.0.4 --with-oci8=/disco1/oracle/8.0.4 --enable-discard-path  --enable-sockets --enable-force-cgi-redirect --with-config-file-path=/disco1/aplicaciones/QuorumEnterpriseCenter/apache/php_4.3.4

Changes to php.ini: cgi.force_redirect = 0

Observations: The same configuration by using a netscape webserver works fine. Starting up any other kind of script that not includes de PHP shell reference works fine, for that I think that it must be a compatibility problem 
between apache and PHP   

Reproduce code:
---------------
PHP script:

#!/disco1/aplicaciones/QuorumEnterpriseCenter/apache/php_4.3.4/bin/php
<?
?>  



Expected result:
----------------
Yust nothing, an empty page


Actual result:
--------------
A sytem coredump on the web browser.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-03-09 12:40 UTC] barry at teleserver dot es
Sorry the tried PHP versions are 4.0.4 and 4.3.4
 [2004-03-15 07:31 UTC] sniper@php.net
Please do not submit the same bug more than once. An existing
bug report already describes this very problem. Even if you feel
that your issue is somewhat different, the resolution is likely
to be the same. 

Thank you for your interest in PHP.

See bug #27539

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sun Jun 01 11:01:26 2025 UTC