php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #13640 Segmentation Fault after getting page??.php
Submitted: 2001-10-11 06:13 UTC Modified: 2001-11-11 06:15 UTC
From: antero dot anttonen at ori dot fi Assigned:
Status: Closed Package: Apache related
PHP Version: 4.0.6 OS: TrueUnix 5
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: antero dot anttonen at ori dot fi
New email:
PHP Version: OS:

 

 [2001-10-11 06:13 UTC] antero dot anttonen at ori dot fi
I have apache ver. 1.3.9 and PHP_4.0.6 distribution and have done  so INSTALL says for PHP 4
but when I get the first page  it's   'phpinfo'-function

# 
# more /www/docs/phpinfo.php
<html>
<title> PHP-INFO </title>
<body>
<?php
     phpinfo();
?>
</body></html>

I get no response but fault signal and in the error_log


[Thu Oct 11 08:09:28 2001] [notice] child pid 191040 exit signal Segmentation fault (11)
[Thu Oct 11 08:09:36 2001] [notice] child pid 191041 exit signal Segmentation fault (11)
[Thu Oct 11 08:09:48 2001] [notice] child pid 191048 exit signal Segmentation fault (11)
[Thu Oct 11 08:09:53 2001] [notice] child pid 191046 exit signal Segmentation fault (11)
-------------

server-status  say's

Server Version: Apache/1.3.9 (Unix) PHP/4.0.6
Server Built: Aug 16 1999 14:50:57

--------------------
Current Time: Thursday, 11-Oct-2001 11:42:45 EEST
Restart Time: Thursday, 11-Oct-2001 11:41:48 EEST
Parent Server Generation: 0 
..
And so the Server it self is going well

--

httpd.conf  includes
..
LoadModule setenvif_module    libexec/mod_setenvif.so
LoadModule php4_module        libexec/libphp4.so
..
AddModule mod_setenvif.c
AddModule mod_php4.c
...

#
AddType application/x-httpd-php3 .php3
AddType application/x-httpd-php3-source .phps
AddType application/x-httpd-php .php
AddType application/x-tar .tgz

And php.ini is in  /usr/local/lib

The system is:
Compaq Tru64 UNIX V5.0 (Rev. 910) (pori19.pori.fi) (pts/3)


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-10-11 06:27 UTC] derick@php.net
Can you provide a backtrace too? (bugs.php.net/bugs-generating-backtrace.php)

Derick
 [2001-10-21 01:13 UTC] sniper@php.net
And you did do 'apachectl stop ; apachectl start' after
installing PHP ?

--Jani

 [2001-11-11 06:15 UTC] sander@php.net
No feedback. Closing.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 14:01:29 2024 UTC