php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1454 crashes after using arrays in a following script ...
Submitted: 1999-05-26 14:37 UTC Modified: 2000-07-05 02:23 UTC
From: matthias at wild-east dot de Assigned:
Status: Closed Package: Reproducible Crash
PHP Version: 3.0.8 OS: Linux 2.2.5
Private report: No CVE-ID: None
 [1999-05-26 14:37 UTC] matthias at wild-east dot de
After using many arrays in one script, apache crashes very often during
processing a following script (we are using php as an apache-module).
This dosn't happen, if we configure apache to kill every child after processing one file (MaxRequestsPerChild 1). We think, this bug is based on a memory leak ...

A backtrace of the core-file shows in most times, that the daemon dies in the malloc-code in glibc.

The bug happens with php3.0.7 and php3.0.8.

If someone wants to have a core-dump or a backtrace, write me.

Greetings,
       Matthias

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-06-01 16:19 UTC] jim at cvs dot php dot net
Need a backtrace and sample script.
 [2000-07-05 02:23 UTC] rasmus at cvs dot php dot net
Resubmit if still happening in current versions of PHP.  I really don't think this bug is still present.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon May 06 09:01:30 2024 UTC