php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #27246 fastcgi segfaults on faulty pages
Submitted: 2004-02-13 15:52 UTC Modified: 2004-02-14 15:29 UTC
From: pmoor at netpeople dot ch Assigned:
Status: Closed Package: CGI/CLI related
PHP Version: 5.0.0b4 (beta4) OS: linux
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: pmoor at netpeople dot ch
New email:
PHP Version: OS:

 

 [2004-02-13 15:52 UTC] pmoor at netpeople dot ch
Description:
------------
When using php as a fastcgi application (with apache) it segfaults after reloading a page which contains php-errors two times.

reproduce:
 - create page which contains errors
 - load page in browser
 - refresh once
 - refresh twice
 -> segfault (500 internal server error)

log entry:
...terminated due to uncaught signal '11' (Segmentation fault)

the same config for fastcgi worked with v4.x
it also worked before (5.0.0RC1-dev).


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-02-14 12:26 UTC] sniper@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php5-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5-win32-latest.zip


 [2004-02-14 15:29 UTC] pmoor at netpeople dot ch
recompiled it and discovered problems with openssl libraries. (mysql libraries compiled with older ones than php). i disabled mysql and now it works like a charm.

sorry for bothering you...
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue Jul 01 15:01:38 2025 UTC