|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[1999-06-01 16:19 UTC] jim at cvs dot php dot net
[2000-07-05 02:23 UTC] rasmus at cvs dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Thu Jul 09 13:00:02 2026 UTC |
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