php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #36003 Segmentation Fault on any file with .php extension
Submitted: 2006-01-13 20:12 UTC Modified: 2006-01-13 23:38 UTC
From: morgan dot whitney at cudenver dot edu Assigned:
Status: Not a bug Package: Reproducible crash
PHP Version: 5.1.2 OS: Redhat 9
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
15 + 47 = ?
Subscribe to this entry?

 
 [2006-01-13 20:12 UTC] morgan dot whitney at cudenver dot edu
Description:
------------
After working almost a full day on a PHP application, sudddenly every page with a .php extension started showing up blank.  The following line appears everytime in the apache error log:

[notice] child pid XXXX exit signal Segmentation fault (11)

This happens even on .php pages with NO PHP code on the page, and on pages with just phpinfo(). I am using Apache 2 (Server version: Apache/2.0.52). I made no configuration changes to the server prior to the problem.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-01-13 20:14 UTC] tony2001@php.net
Thank you for this bug report. To properly diagnose the problem, we
need a backtrace to see what is happening behind the scenes. To
find out how to generate a backtrace, please read
http://bugs.php.net/bugs-generating-backtrace.php for *NIX and
http://bugs.php.net/bugs-generating-backtrace-win32.php for Win32

Once you have generated a backtrace, please submit it to this bug
report and change the status back to "Open". Thank you for helping
us make PHP better.


 [2006-01-13 23:09 UTC] morgan dot whitney at cudenver dot edu
I spent a couple of hours trying to generate a backtrace and am not able to. I am going to completely remove apache and PHP from the system and reinstall and see if that fixes it.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 18 18:01:32 2024 UTC