php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #9557 Segmentation fault in phpinfo()
Submitted: 2001-03-05 06:11 UTC Modified: 2001-03-05 16:21 UTC
From: ausage at smoke-and-mirrors dot net Assigned:
Status: Closed Package: Reproducible Crash
PHP Version: 4.0 Latest CVS (05/03/2001) OS: Debian 2.2
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: ausage at smoke-and-mirrors dot net
New email:
PHP Version: OS:

 

 [2001-03-05 06:11 UTC] ausage at smoke-and-mirrors dot net
php 4.0.5-dev (05/03/2001) compiled as default CGI

./configure
make
make install

gives a segmentation fault after generating the copyright 
notice when processing from the command line

php -q phpinfo.php

whoere phpinfo.php contains

<?php phpinfo(); ?>

This is nuisance problem as all the data seems to be 
reported correctly.



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-03-05 09:39 UTC] sniper@php.net
I can't reproduce this. Could you please try and configure it with --enable-debug
and then try to generate a gdb backtrace of the crash?

(and maybe update your CVS first..)

--Jani

 [2001-03-05 16:21 UTC] sniper@php.net
Problem gone after cvs update..

--Jani

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue May 06 10:01:29 2025 UTC