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
 [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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 13:01:30 2024 UTC