php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #57688 PHP5.2.1 keeps crashing with latest stable APC
Submitted: 2007-05-26 15:23 UTC Modified: 2007-12-26 18:05 UTC
From: janjaap at forest dot com Assigned:
Status: Closed Package: APC (PECL)
PHP Version: 5.2.1 OS: Linux
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.
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: janjaap at forest dot com
New email:
PHP Version: OS:

 

 [2007-05-26 15:23 UTC] janjaap at forest dot com
Description:
------------
After installing the latest stable realease of APC it keeps crashing the server running PHP 5.2.1.

<Cipri> no, only that webserver crashes according to the logs
 <Cipri> [Sat May 26 15:04:34 2007] [notice] child pid 30582 exit signal Segmentation fault (11)
 <Cipri> [Sat May 26 15:04:54 2007] [notice] child pid 30486 exit signal Segmentation fault (11)
 <Cipri> [Sat May 26 15:04:54 2007] [notice] child pid 30689 exit signal Segmentation fault (11)

Reproduce code:
---------------
$status = apc_fetch('upload_'.$_GET['id']);
header("Content-Type: application/json");
header("Content-Length: $jsonLength");
echo json_encode($status);

Expected result:
----------------
Returning upload progress information.

Actual result:
--------------
Works fine once, then the server will be crashed.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-05-27 14:18 UTC] gopalv82 at yahoo dot com
Need more info - apache2 ? fastcgi ? SElinux enabled ? ZTS php build ? size of uploaded file ?

Please put up the apc.ini sections from phpinfo() as well. And a backtrace of some sort would help a bit as well.
 [2007-05-27 14:29 UTC] janjaap at forest dot com
Hi there!

My server configuration can be found on http://www.forest.com/?page=phpinfo

Best Regards,
Jan Jaap
 [2007-12-26 18:05 UTC] rasmus@php.net
Please re-open with more details if this is still happening with APC-3.0.16
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun May 05 06:01:33 2024 UTC